File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 77 <PackageIconUrl >https://raw.githubusercontent.com/SanderMertens/flecs/master/docs/img/logo_small.png</PackageIconUrl >
88 <PackageIcon >icon.png</PackageIcon >
99 <PackageLicenseExpression >MIT</PackageLicenseExpression >
10+ <PackageReadmeFile >README.md</PackageReadmeFile >
11+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1012 <RepositoryUrl >https://github.com/BeanCheeseBurrito/Flecs.NET</RepositoryUrl >
1113 <RepositoryType >Github</RepositoryType >
12- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1314
1415 <DebugType >portable</DebugType >
1516 <IncludeSymbols >true</IncludeSymbols >
2627 <AllowedOutputExtensionsInPackageBuildOutputFolder Condition =" '$(FlecsPackPdb)' == 'true'" >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2728 </PropertyGroup >
2829
30+ <ItemGroup >
31+ <None Include =" $(MSBuildThisFileDirectory)../README.md" Pack =" true" PackagePath =" README.md" />
32+ </ItemGroup >
33+
2934 <PropertyGroup >
3035 <HostArch >$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture)</HostArch >
3136 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments