From 69cfbc950de18bf8eb1c7310f5ba4450bfe82923 Mon Sep 17 00:00:00 2001 From: kjpou1 Date: Wed, 2 Sep 2015 17:36:14 +0200 Subject: [PATCH] Fix AssemblyInfo.cs for Box2D. This fixes referencing Box2D from a PCL where a message saying that version 1.4.0 can not be found. --- PCL/Box2DPCLShared/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCL/Box2DPCLShared/Properties/AssemblyInfo.cs b/PCL/Box2DPCLShared/Properties/AssemblyInfo.cs index 37e61d230..6caf96d19 100644 --- a/PCL/Box2DPCLShared/Properties/AssemblyInfo.cs +++ b/PCL/Box2DPCLShared/Properties/AssemblyInfo.cs @@ -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")]