From fbbf59a71e6049d9eda133ab856a242684e25f84 Mon Sep 17 00:00:00 2001 From: Outi Date: Sat, 21 Jul 2018 12:26:30 +0200 Subject: [PATCH] VersionBump --- BuildTools/BuildTools.csproj | 2 +- BuildTools/Properties/AssemblyInfo.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BuildTools/BuildTools.csproj b/BuildTools/BuildTools.csproj index 34b54ec..a2e96c8 100644 --- a/BuildTools/BuildTools.csproj +++ b/BuildTools/BuildTools.csproj @@ -8,7 +8,7 @@ WinExe Properties BuildTools - BuildTools + BuildToolsGUI v4.5 512 false diff --git a/BuildTools/Properties/AssemblyInfo.cs b/BuildTools/Properties/AssemblyInfo.cs index 5ba55fd..7a80eae 100644 --- a/BuildTools/Properties/AssemblyInfo.cs +++ b/BuildTools/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("BuildTools")] +[assembly: AssemblyTitle("BuildToolsGUI")] [assembly: AssemblyDescription("Windows GUI for the Spigot BuildTools")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("BuildTools")] +[assembly: AssemblyProduct("BuildToolsGUI")] [assembly: AssemblyCopyright("Copyright © Kyle Wood (DemonWav) 2015")] [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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")]