Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonciu Liang committed Dec 10, 2018
1 parent f27cbcd commit d4a8718
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Box2DSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>7.2</LangVersion>
<AssemblyName>Box2DSharp</AssemblyName>
<RootNamespace>Box2DSharp</RootNamespace>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Zonciu Liang</Authors>
<Company>Zonciu Studio</Company>
<PackageLicenseUrl>https://raw.githubusercontent.com/Zonciu/Box2DSharp/master/LICENSE</PackageLicenseUrl>
Expand Down
10 changes: 5 additions & 5 deletions test/UnityTest/Assets/Box2DSharp.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Box2DSharp/0.0.2": {
"Box2DSharp/0.0.3": {
"dependencies": {
"NETStandard.Library": "2.0.3",
"System.Memory": "4.5.1",
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
"libraries": {
"Box2DSharp/0.0.2": {
"Box2DSharp/0.0.3": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down Expand Up @@ -92,21 +92,21 @@
"System.Memory/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vcG3/MbfpxznMkkkaAblJi7RHOmuP7kawQMhDgLSuA1tRpRQYsFSCTxRSINDUgn2QNn2jWeLxv8er5BXbyACkw==",
"sha512": "sha512-sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==",
"path": "system.memory/4.5.1",
"hashPath": "system.memory.4.5.1.nupkg.sha512"
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MNcaYxUJvUcoXOa+jgKl/GDw/Mh+wMrxDjW4dre7qrp35LUGTjUBNtZsNjxsWX592ocdyqt1X5hMJB+5OStoYw==",
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6zBxkHYemB0kQiHP3vGXGRXejZVoNVuMn2paUuqKKi5Wyjkxfkp+D0rd0c3VrGwotidRINt6KpOi2smL4VkJKw==",
"sha512": "sha512-YrzNWduCDHhUaSRBxHxL11UkM2fD6y8hITHis4/LbQZ6vj3vdRjoH3IoPWWC9uDXK2wHIqn+b5gv1Np/VKyM1g==",
"path": "system.runtime.compilerservices.unsafe/4.5.0",
"hashPath": "system.runtime.compilerservices.unsafe.4.5.0.nupkg.sha512"
}
Expand Down
Binary file modified test/UnityTest/Assets/Box2DSharp.dll
Binary file not shown.
Binary file modified test/UnityTest/Assets/Box2DSharp.pdb
Binary file not shown.

0 comments on commit d4a8718

Please sign in to comment.