Skip to content

Commit fbbf59a

Browse files
committed
VersionBump
1 parent cea3568 commit fbbf59a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

BuildTools/BuildTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>WinExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BuildTools</RootNamespace>
11-
<AssemblyName>BuildTools</AssemblyName>
11+
<AssemblyName>BuildToolsGUI</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<IsWebBootstrapper>false</IsWebBootstrapper>

BuildTools/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("BuildTools")]
8+
[assembly: AssemblyTitle("BuildToolsGUI")]
99
[assembly: AssemblyDescription("Windows GUI for the Spigot BuildTools")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("BuildTools")]
12+
[assembly: AssemblyProduct("BuildToolsGUI")]
1313
[assembly: AssemblyCopyright("Copyright © Kyle Wood (DemonWav) 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.0.1.0")]
36+
[assembly: AssemblyFileVersion("1.0.1.0")]

0 commit comments

Comments
 (0)