Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedtomato committed Jul 8, 2023
1 parent df8849c commit 29159b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>InvertedTomato.Crc</RootNamespace>
<TargetFrameworks>net7.0;netstandard1.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>11</LangVersion>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<Title>InvertedTomato.Crc</Title>
<Authors>Inverted Tomato</Authors>
<Description>A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.</Description>
Expand All @@ -21,8 +21,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>InvertedTomato.Crc</PackageId>
<Product>InvertedTomato.Crc</Product>
<AssemblyVersion>1.3.0</AssemblyVersion>
<FileVersion>1.3.0</FileVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
<FileVersion>1.3.1</FileVersion>
<PackageReleaseNotes>Bumped .NET version</PackageReleaseNotes>
</PropertyGroup>

Expand All @@ -31,6 +31,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
<None Include="../README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 29159b9

Please sign in to comment.