Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni1kko committed Oct 14, 2021
1 parent b4e2982 commit 944546a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Source/HourBoostr.Settings/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("4.1.6")]
[assembly: AssemblyFileVersion("4.1.6")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
4 changes: 2 additions & 2 deletions Source/HourBoostr/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("4.1.6")]
[assembly: AssemblyFileVersion("4.1.6")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
4 changes: 2 additions & 2 deletions Source/SingleBoostr.Core/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("4.1.6")]
[assembly: AssemblyFileVersion("4.1.6")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
4 changes: 2 additions & 2 deletions Source/SingleBoostr.Game/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("4.1.6")]
[assembly: AssemblyFileVersion("4.1.6")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
4 changes: 2 additions & 2 deletions Source/SingleBoostr/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("4.1.6")]
[assembly: AssemblyFileVersion("4.1.6")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
4 changes: 2 additions & 2 deletions Source/Steam4NET/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("4.1.6")]
[assembly: AssemblyFileVersion("4.1.6")]
[assembly: AssemblyVersion("4.1.7")]
[assembly: AssemblyFileVersion("4.1.7")]
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"Applications": [
{
"Name":"SingleBoostr",
"Version": "4.1.6",
"Info": "Fixed compile time bug, package version mismatch between projects"
"Version": "4.1.7",
"Info": "New features added, See Github for more info."
},
{
"Name":"HourBoostr",
"Version": "4.1.6",
"Version": "4.1.7",
"Info": "Updated Core DLL"
}
]
Expand Down

0 comments on commit 944546a

Please sign in to comment.