We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea1c33 commit ec54119Copy full SHA for ec54119
examples/window/Box2D.Window/Box2D.Window.csproj
@@ -8,9 +8,9 @@
8
<Description>The Box2D window physics simulation.</Description>
9
<PackageProjectUrl>https://github.com/benzuk/box2d-netstandard/tree/master/examples/window</PackageProjectUrl>
10
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11
- <AssemblyVersion>1.0.0.0</AssemblyVersion>
12
- <FileVersion>1.0.0.0</FileVersion>
13
- <Version>1.0.0</Version>
+ <AssemblyVersion>1.0.1.0</AssemblyVersion>
+ <FileVersion>1.0.1.0</FileVersion>
+ <Version>1.0.1</Version>
14
</PropertyGroup>
15
<ItemGroup>
16
<PackageReference Include="Box2D.NetStandard" Version="1.0.1"/>
0 commit comments