Skip to content

Commit

Permalink
VersionBump
Browse files Browse the repository at this point in the history
  • Loading branch information
0uti committed Jul 21, 2018
1 parent cea3568 commit fbbf59a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildTools/BuildTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BuildTools</RootNamespace>
<AssemblyName>BuildTools</AssemblyName>
<AssemblyName>BuildToolsGUI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down
8 changes: 4 additions & 4 deletions BuildTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]
Expand All @@ -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")]

0 comments on commit fbbf59a

Please sign in to comment.