This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AssemblyInfo.cs for Box2D and MonoGame PCL projects. This fixes i…
…ssue #294 where when referencing MonoGame from a PCL a message saying that version 3.2.1 can not be found. In the platform projects the MonoGame assemblies are build with version 0.0.0.0 and referenced that way when adding the platform versions of MonoGame to the projects. By modifying the PCL AssemblyInfo.cs to create a 0.0.0.0 version we can then reference MonoGame classes without the specific version error.
- Loading branch information