Skip to content

Commit 29159b9

Browse files
Bumped version
1 parent df8849c commit 29159b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Library/Library.csproj

+4-4
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</TargetFrameworks>
99
<LangVersion>11</LangVersion>
10-
<Version>1.3.0</Version>
10+
<Version>1.3.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.3.0</AssemblyVersion>
25-
<FileVersion>1.3.0</FileVersion>
24+
<AssemblyVersion>1.3.1</AssemblyVersion>
25+
<FileVersion>1.3.1</FileVersion>
2626
<PackageReleaseNotes>Bumped .NET version</PackageReleaseNotes>
2727
</PropertyGroup>
2828

@@ -31,6 +31,6 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<None Include="../README.md" Pack="true" PackagePath="\"/>
34+
<None Include="../README.md" Pack="true" PackagePath="\" />
3535
</ItemGroup>
3636
</Project>

0 commit comments

Comments
 (0)