|
1 | 1 | <Project> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <!-- NuGet Packaging --> |
5 | | - <PackageVersion>$(Version)</PackageVersion> |
6 | | - <Company>Cysharp</Company> |
7 | | - <Authors>Cysharp</Authors> |
8 | | - <Copyright>© Cysharp, Inc.</Copyright> |
9 | | - <PackageProjectUrl>https://github.com/Cysharp/ZLogger</PackageProjectUrl> |
10 | | - <RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl> |
11 | | - <RepositoryType>git</RepositoryType> |
12 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
13 | | - <PackageIcon>Icon.png</PackageIcon> |
14 | | - <SignAssembly>true</SignAssembly> |
15 | | - <AssemblyOriginatorKeyFile>../../opensource.snk</AssemblyOriginatorKeyFile> |
16 | | - <!-- For BenchmarkDotNet generated project--> |
17 | | - <AssemblyOriginatorKeyFile Condition="EXISTS('./../../../../../../opensource.snk')">../../../../../../opensource.snk</AssemblyOriginatorKeyFile> |
18 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <!-- NuGet Packaging --> |
| 5 | + <PackageVersion>$(Version)</PackageVersion> |
| 6 | + <Company>Cysharp</Company> |
| 7 | + <Authors>Cysharp</Authors> |
| 8 | + <Copyright>© Cysharp, Inc.</Copyright> |
| 9 | + <PackageProjectUrl>https://github.com/Cysharp/ZLogger</PackageProjectUrl> |
| 10 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 11 | + <RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl> |
| 12 | + <RepositoryType>git</RepositoryType> |
| 13 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 14 | + <PackageIcon>Icon.png</PackageIcon> |
| 15 | + <SignAssembly>true</SignAssembly> |
| 16 | + <AssemblyOriginatorKeyFile>../../opensource.snk</AssemblyOriginatorKeyFile> |
| 17 | + <!-- For BenchmarkDotNet generated project--> |
| 18 | + <AssemblyOriginatorKeyFile Condition="EXISTS('./../../../../../../opensource.snk')">../../../../../../opensource.snk</AssemblyOriginatorKeyFile> |
| 19 | + </PropertyGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\" /> |
| 23 | + </ItemGroup> |
19 | 24 |
|
20 | 25 | </Project> |
0 commit comments