From 8066f4e7dea3d014feb2be3a63dac319a738fa53 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 25 Oct 2014 08:15:17 -0400 Subject: [PATCH] Change to .NET automatic version numbers --- Application/Properties/AssemblyInfo.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Application/Properties/AssemblyInfo.cs b/Application/Properties/AssemblyInfo.cs index 03aa402..c10b651 100644 --- a/Application/Properties/AssemblyInfo.cs +++ b/Application/Properties/AssemblyInfo.cs @@ -49,5 +49,4 @@ using System.Windows; // 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("0.0.0.0")] -[assembly: AssemblyFileVersion("0.0.0.0")] +[assembly: AssemblyVersion("1.0.*")]