Skip to content

Commit

Permalink
Bump nuget package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan5366x committed Jun 10, 2023
1 parent 4cc8262 commit 27acdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MagicFileEncoding/MagicFileEncoding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.0.1</PackageVersion>
<Title>Magic File Encoding</Title>
<Authors>Jan Schwien</Authors>
<Copyright>by Jan Schwien</Copyright>
Expand Down Expand Up @@ -31,6 +31,6 @@ It is strongly recommended to write unit tests for your use case to ensure the l
</ItemGroup>

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

0 comments on commit 27acdf1

Please sign in to comment.