11<Project >
2- <PropertyGroup >
3- <LangVersion >latest</LangVersion >
4- <Nullable >enable</Nullable >
5- <GenerateDocumentationFile >true</GenerateDocumentationFile >
6- <NoWarn >$(NoWarn);CS1591</NoWarn >
7- <SignAssembly >true</SignAssembly >
8- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)opensource.snk</AssemblyOriginatorKeyFile >
2+ <PropertyGroup >
3+ <LangVersion >latest</LangVersion >
4+ <Nullable >enable</Nullable >
5+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
6+ <NoWarn >$(NoWarn);CS1591</NoWarn >
7+ <SignAssembly >true</SignAssembly >
8+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)opensource.snk</AssemblyOriginatorKeyFile >
99
10- <!-- NuGet Packaging -->
11- <PackageVersion >$(Version)</PackageVersion >
12- <Company >Cysharp</Company >
13- <Authors >Cysharp</Authors >
14- <Copyright >© Cysharp, Inc.</Copyright >
15- <PackageProjectUrl >https://github.com/Cysharp/Utf8StringInterpolation</PackageProjectUrl >
16- <RepositoryUrl >$(PackageProjectUrl)</RepositoryUrl >
17- <RepositoryType >git</RepositoryType >
18- <PackageLicenseExpression >MIT</PackageLicenseExpression >
19- <PackageIcon >Icon.png</PackageIcon >
20- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)opensource.snk</AssemblyOriginatorKeyFile >
21- </PropertyGroup >
22- </Project >
10+ <!-- NuGet Packaging -->
11+ <PackageVersion >$(Version)</PackageVersion >
12+ <Company >Cysharp</Company >
13+ <Authors >Cysharp</Authors >
14+ <Copyright >© Cysharp, Inc.</Copyright >
15+ <PackageTags >string</PackageTags >
16+ <PackageProjectUrl >https://github.com/Cysharp/Utf8StringInterpolation</PackageProjectUrl >
17+ <PackageReadmeFile >README.md</PackageReadmeFile >
18+ <RepositoryUrl >$(PackageProjectUrl)</RepositoryUrl >
19+ <RepositoryType >git</RepositoryType >
20+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
21+ <PackageIcon >Icon.png</PackageIcon >
22+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)opensource.snk</AssemblyOriginatorKeyFile >
23+ </PropertyGroup >
24+
25+ <ItemGroup >
26+ <None Include =" $(MSBuildThisFileDirectory)README.md" Pack =" true" PackagePath =" \" />
27+ <None Include =" $(MSBuildThisFileDirectory)Icon.png" Pack =" true" PackagePath =" \" />
28+ </ItemGroup >
29+ </Project >
0 commit comments