Skip to content

Commit

Permalink
Update nuget package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanCheeseBurrito committed Feb 25, 2024
1 parent 7ba2d74 commit 58f94f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Box2D.NET.Bindings/Box2D.NET.Bindings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<IsPackable>true</IsPackable>
<IncludeContentInPack>true</IncludeContentInPack>

<Version>0.0.4</Version>
<Version>0.0.5</Version>
<Title Condition="'$(Configuration)' == 'Debug'">Box2D.NET.Bindings.Debug</Title>
<Title Condition="'$(Configuration)' == 'Release'">Box2D.NET.Bindings.Release</Title>
<Authors>BeanCheeseBurrito</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Box2D.NET.Native/Box2D.NET.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>true</IsPackable>
<IncludeContentInPack>true</IncludeContentInPack>

<Version>0.0.4</Version>
<Version>0.0.5</Version>
<Title Condition="'$(Configuration)' == 'Debug'">Box2D.NET.Native.Debug</Title>
<Title Condition="'$(Configuration)' == 'Release'">Box2D.NET.Native.Release</Title>
<Authors>BeanCheeseBurrito</Authors>
Expand Down
4 changes: 2 additions & 2 deletions Box2D.NET/Box2D.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFrameworks>netstandard2.1;net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<IsPackable>true</IsPackable>
<IncludeContentInPack>true</IncludeContentInPack>

<Version>0.0.4</Version>
<Version>0.0.5</Version>
<Title Condition="'$(Configuration)' == 'Debug'">Box2D.NET.Debug</Title>
<Title Condition="'$(Configuration)' == 'Release'">Box2D.NET.Release</Title>
<Authors>BeanCheeseBurrito</Authors>
Expand Down

0 comments on commit 58f94f8

Please sign in to comment.