Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codingben committed Jul 10, 2021
1 parent 8515a6e commit 113db00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<Copyright>Copyright © Ihar Kalasouski 2008</Copyright>
<PackageTags>Box2D, Physics</PackageTags>
<Description>Box2D is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description>
<PackageProjectUrl>https://github.com/benzuk/box2d-netstandard</PackageProjectUrl>
<PackageProjectUrl>https://github.com/benukhanov/box2d-netstandard</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<Version>1.0.4</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 113db00

Please sign in to comment.