Skip to content

Commit 55c5785

Browse files
committed
Removed signing and bumped version
1 parent d1c86c1 commit 55c5785

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Library/InvertedTomato.Crc.snk

-596 Bytes
Binary file not shown.

Library/Library.csproj

+4-12
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>InvertedTomato.Crc</AssemblyName>
77
<RootNamespace>InvertedTomato.Crc</RootNamespace>
88
<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>
1111
<Title>InvertedTomato.Crc</Title>
1212
<Authors>Inverted Tomato</Authors>
1313
<Description>A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.</Description>
@@ -21,19 +21,11 @@
2121
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2222
<PackageId>InvertedTomato.Crc</PackageId>
2323
<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>
2926
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3027
<NoWarn>$(NoWarn);1591</NoWarn>
3128
</PropertyGroup>
32-
33-
<PropertyGroup>
34-
<PublicSign>true</PublicSign>
35-
<PublicSign Condition="$(TargetFramework.StartsWith('netstandard'))">false</PublicSign>
36-
</PropertyGroup>
3729

3830
<PropertyGroup>
3931
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)