Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Fix AssemblyInfo.cs for Box2D. This fixes referencing Box2D from a PC…
Browse files Browse the repository at this point in the history
…L where a message saying that version 1.4.0 can not be found.
  • Loading branch information
kjpou1 committed Sep 2, 2015
1 parent 89ddeed commit 69cfbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PCL/Box2DPCLShared/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
[assembly: AssemblyCompany("Open Source Software Provided As-Is")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyInformationalVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]

0 comments on commit 69cfbc9

Please sign in to comment.