Skip to content

Commit

Permalink
Update version information for v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Jun 26, 2018
1 parent a9ab97d commit 1bb21d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions WarBender.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
2 changes: 1 addition & 1 deletion WarBender/CodeGeneration/GeneratedCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6926,7 +6926,7 @@ namespace CodeGeneration
partial class RecordTypes
{
[GeneratedCode("", "")]
static partial void GetGeneratedCodeHash(ref int hash) => hash = 2013546518;
static partial void GetGeneratedCodeHash(ref int hash) => hash = 1308231791;
}
}
}
8 changes: 4 additions & 4 deletions WarBender/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WarBender")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Mount & Blade save game editor")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WarBender")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2018 Pavel Minaev")]
[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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit 1bb21d7

Please sign in to comment.