Bump version

pull/98/head 2.12
Brian Lima 2 years ago
parent 15e0911930
commit 80419cab7f

@ -11,7 +11,7 @@
!define APP_NAME "UWPHook" !define APP_NAME "UWPHook"
!define COMP_NAME "Briano" !define COMP_NAME "Briano"
!define WEB_SITE "https://briano.dev" !define WEB_SITE "https://briano.dev"
!define VERSION "2.11.00.00" !define VERSION "2.12.00.00"
!define COPYRIGHT "Briano <20> 2020 2021 2022" !define COPYRIGHT "Briano <20> 2020 2021 2022"
!define DESCRIPTION "The easy way to add UWP and XGP games to Steam" !define DESCRIPTION "The easy way to add UWP and XGP games to Steam"
!define LICENSE_TXT "C:\Users\Brian\Documents\GitHub\UWPHook\README.md" !define LICENSE_TXT "C:\Users\Brian\Documents\GitHub\UWPHook\README.md"

@ -51,6 +51,6 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.11.0.0")] [assembly: AssemblyVersion("2.12.0.0")]
[assembly: AssemblyFileVersion("2.11.0.0")] [assembly: AssemblyFileVersion("2.12.0.0")]
[assembly: NeutralResourcesLanguage("en")] [assembly: NeutralResourcesLanguage("en")]

Loading…
Cancel
Save