From ae16a828f026b7ad44f3e513f25a7f26c4986da3 Mon Sep 17 00:00:00 2001 From: Ryan Caskey Date: Tue, 12 Mar 2019 14:59:22 +0000 Subject: [PATCH] 1.5.1.0 --- .../EMRController/EMRController/EMRController.csproj | 12 ++++-------- .../EMRController/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Source/EMRController/EMRController/EMRController.csproj b/Source/EMRController/EMRController/EMRController.csproj index 2dfe203..a77c519 100644 --- a/Source/EMRController/EMRController/EMRController.csproj +++ b/Source/EMRController/EMRController/EMRController.csproj @@ -31,10 +31,8 @@ 4 - - False - ..\..\..\..\Dependencies\1.4.5\Assembly-CSharp.dll - False + + ..\..\..\..\Dependencies\1.5.1\Assembly-CSharp.dll @@ -42,10 +40,8 @@ - - False - ..\..\..\..\Dependencies\1.4.5\UnityEngine.dll - False + + ..\..\..\..\Dependencies\1.5.1\UnityEngine.dll diff --git a/Source/EMRController/EMRController/Properties/AssemblyInfo.cs b/Source/EMRController/EMRController/Properties/AssemblyInfo.cs index c9292b3..c8692d3 100644 --- a/Source/EMRController/EMRController/Properties/AssemblyInfo.cs +++ b/Source/EMRController/EMRController/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("EMRController")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.5.0")] -[assembly: AssemblyFileVersion("1.4.5.0")] +[assembly: AssemblyVersion("1.5.1.0")] +[assembly: AssemblyFileVersion("1.5.1.0")]