From aea3a47ccc4713047c7acf4c7245d5a302867f4d Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 8 Sep 2014 07:37:15 +0400 Subject: [PATCH] incremented version number. --- GARbro.GUI.csproj | 4 ++-- Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj index 18915791..01222f28 100644 --- a/GARbro.GUI.csproj +++ b/GARbro.GUI.csproj @@ -25,8 +25,8 @@ false false true - 1 - 1.0.0.%2a + 0 + 1.0.1.%2a false true true diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 18975dae..9c9c7295 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyTitle("Game Resource browser")] [assembly: AssemblyDescription("Game Resource browser")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany ("mørkt")] [assembly: AssemblyProduct("GARbro.GUI")] [assembly: AssemblyCopyright("Copyright © 2014 mørkt")] [assembly: AssemblyTrademark("")] @@ -51,5 +51,5 @@ 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion ("1.0.1.0")] +[assembly: AssemblyFileVersion ("1.0.1.0")]