|
6 | 6 | <AssemblyName>InvertedTomato.Crc</AssemblyName>
|
7 | 7 | <RootNamespace>InvertedTomato.Crc</RootNamespace>
|
8 | 8 | <TargetFrameworks>net7.0;netstandard1.0;netstandard2.0;netstandard2.1</TargetFrameworks>
|
9 |
| - <LangVersion>11</LangVersion> |
10 |
| - <Version>1.3.6</Version> |
| 9 | + <LangVersion>12</LangVersion> |
| 10 | + <Version>1.4.0</Version> |
11 | 11 | <Title>InvertedTomato.Crc</Title>
|
12 | 12 | <Authors>Inverted Tomato</Authors>
|
13 | 13 | <Description>A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.</Description>
|
|
21 | 21 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
22 | 22 | <PackageId>InvertedTomato.Crc</PackageId>
|
23 | 23 | <Product>InvertedTomato.Crc</Product>
|
24 |
| - <AssemblyVersion>1.3.6</AssemblyVersion> |
25 |
| - <FileVersion>1.3.6</FileVersion> |
26 |
| - <PackageReleaseNotes>Made signing more compatible</PackageReleaseNotes> |
27 |
| - <SignAssembly>true</SignAssembly> |
28 |
| - <AssemblyOriginatorKeyFile>InvertedTomato.Crc.snk</AssemblyOriginatorKeyFile> |
| 24 | + <AssemblyVersion>1.4.0</AssemblyVersion> |
| 25 | + <FileVersion>1.4.0</FileVersion> |
29 | 26 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
30 | 27 | <NoWarn>$(NoWarn);1591</NoWarn>
|
31 | 28 | </PropertyGroup>
|
32 |
| - |
33 |
| - <PropertyGroup> |
34 |
| - <PublicSign>true</PublicSign> |
35 |
| - <PublicSign Condition="$(TargetFramework.StartsWith('netstandard'))">false</PublicSign> |
36 |
| - </PropertyGroup> |
37 | 29 |
|
38 | 30 | <PropertyGroup>
|
39 | 31 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
|
0 commit comments