From b3066b37041dda158c36bff7a32d8348d7b02f36 Mon Sep 17 00:00:00 2001 From: "GREGA-AW\\grega" Date: Sat, 7 Oct 2017 13:14:56 +0200 Subject: [PATCH] Set GM.Utility to not copy local. --- src/BlueUpdate/BlueUpdate/BlueUpdate.csproj | 1 + src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/BlueUpdate/BlueUpdate/BlueUpdate.csproj b/src/BlueUpdate/BlueUpdate/BlueUpdate.csproj index 1222430..1cd5741 100644 --- a/src/BlueUpdate/BlueUpdate/BlueUpdate.csproj +++ b/src/BlueUpdate/BlueUpdate/BlueUpdate.csproj @@ -36,6 +36,7 @@ ..\packages\GM.Utility.1.0.1\lib\net461\GM.Utility.dll + False diff --git a/src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs b/src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs index 2b421e1..ef1fa09 100644 --- a/src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs +++ b/src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs @@ -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.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")]