From f375141d688b26899c179a965e879684cd67b63a Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 2 Nov 2015 10:47:57 -0500 Subject: [PATCH] Update to automatic versioning --- Common.csproj | 3 --- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Common.csproj b/Common.csproj index 032b303..fccd0ff 100644 --- a/Common.csproj +++ b/Common.csproj @@ -221,7 +221,4 @@ - - D:\Code\Personal\Versioner\bin\Release\Versioner.exe "$(ProjectDir)Properties\AssemblyInfo.cs" 2 - \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 88afe23..649e726 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ using System.Runtime.CompilerServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.209.0")] +[assembly: AssemblyVersion("1.0.*")] [assembly: CLSCompliant(true)]