Skip to content

Commit 9887ef7

Browse files
committed
Added .NET 8 support
1 parent cc9c0c7 commit 9887ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Library/Library.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>InvertedTomato.Crc</RootNamespace>
88
<TargetFrameworks>net7.0;netstandard1.0;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
99
<LangVersion>12</LangVersion>
10-
<Version>1.4.0</Version>
10+
<Version>1.4.1</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,8 +21,8 @@
2121
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2222
<PackageId>InvertedTomato.Crc</PackageId>
2323
<Product>InvertedTomato.Crc</Product>
24-
<AssemblyVersion>1.4.0</AssemblyVersion>
25-
<FileVersion>1.4.0</FileVersion>
24+
<AssemblyVersion>1.4.1</AssemblyVersion>
25+
<FileVersion>1.4.1</FileVersion>
2626
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2727
<NoWarn>$(NoWarn);1591</NoWarn>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)