]> granicus.if.org Git - handbrake/commitdiff
WinGui: Update Version Numbers around the application / Installer. Update the Instal...
authorsr55 <sr55.hb@outlook.com>
Sun, 6 May 2018 19:30:52 +0000 (20:30 +0100)
committersr55 <sr55.hb@outlook.com>
Sun, 6 May 2018 19:30:52 +0000 (20:30 +0100)
win/CS/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs
win/CS/HandBrakeWPF/Installer/Installer64.nsi
win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi
win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs
win/CS/HandBrakeWPF/app.manifest

index 2e140a74f0ab8ca312a87bca3b072ad11374e3e5..c147f3bca6a2d4100a183634a1a6334b021b18b1 100644 (file)
@@ -43,5 +43,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers \r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.1.0.0")]\r
+[assembly: AssemblyVersion("1.2.0.0")]\r
 [assembly: NeutralResourcesLanguage("")]\r
index 6f824704c3e6a424f7e6106e90f63b83187dc294..9cd407fcd16dc95c5faccb15fa93fd86e4856c65 100644 (file)
@@ -8,15 +8,15 @@
 \r
 ; HM NIS Edit Wizard helper defines\r
 !define PRODUCT_NAME "HandBrake"\r
-!define PRODUCT_VERSION "1.1.0"\r
-!define PRODUCT_VERSION_NUMBER "1.1.0"\r
+!define PRODUCT_VERSION "1.2.0"\r
+!define PRODUCT_VERSION_NUMBER "1.2.0"\r
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}"\r
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"\r
 !define PRODUCT_UNINST_ROOT_KEY "HKLM"\r
 \r
 ;Required .NET framework\r
 !define MIN_FRA_MAJOR "4"\r
-!define MIN_FRA_MINOR "6"\r
+!define MIN_FRA_MINOR "7"\r
 !define MIN_FRA_BUILD "*"\r
 \r
 SetCompressor lzma\r
@@ -126,7 +126,7 @@ Section "HandBrake" SEC01
   ; Get .NET if required\r
   ${If} $InstallDotNET == "Yes"\r
      SetDetailsView hide\r
-     inetc::get /caption "Downloading Microsoft .NET Framework 4.6.2" /canceltext "Cancel" "https://www.microsoft.com/en-us/download/confirmation.aspx?id=53344" "$INSTDIR\dotnetfx.exe" /end\r
+     inetc::get /caption "Downloading Microsoft .NET Framework 4.6.2" /canceltext "Cancel" "https://www.microsoft.com/en-us/download/confirmation.aspx?id=56116" "$INSTDIR\dotnetfx.exe" /end\r
      Pop $1\r
 \r
      ${If} $1 != "OK"\r
index 71ba7f8ab6837d8539fa4d6a848f9f8efa85538e..30123ead3eb0841227460db40975a865cd5429d1 100644 (file)
@@ -16,7 +16,7 @@
 \r
 ;Required .NET framework\r
 !define MIN_FRA_MAJOR "4"\r
-!define MIN_FRA_MINOR "6"\r
+!define MIN_FRA_MINOR "7"\r
 !define MIN_FRA_BUILD "*"\r
 \r
 SetCompressor lzma\r
@@ -125,7 +125,7 @@ Section "HandBrake" SEC01
   ; Get .NET if required\r
   ${If} $InstallDotNET == "Yes"\r
      SetDetailsView hide\r
-     inetc::get /caption "Downloading Microsoft .NET Framework 4.6.2" /canceltext "Cancel" "https://www.microsoft.com/en-us/download/confirmation.aspx?id=53344" "$INSTDIR\dotnetfx.exe" /end\r
+     inetc::get /caption "Downloading Microsoft .NET Framework 4.6.2" /canceltext "Cancel" "https://www.microsoft.com/en-us/download/confirmation.aspx?id=56116" "$INSTDIR\dotnetfx.exe" /end\r
      Pop $1\r
 \r
      ${If} $1 != "OK"\r
index 13c81ced7af2d7c094626094e0ed4e38343e3599..b4e11e42b5ba5224cc40eb604779b607589586f2 100644 (file)
@@ -61,5 +61,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers \r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.1.0.0")]\r
+[assembly: AssemblyVersion("1.2.0.0")]\r
 [assembly: NeutralResourcesLanguage("")]
\ No newline at end of file
index b81b54bec115dc09b18e37120fe0e1d270f6b5b5..d5bf3b9fdf0b614f9fa1a3db49f0885ef89d212e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
-  <assemblyIdentity version="1.1.0.0" name="HandBrake.app"/>
+  <assemblyIdentity version="1.2.0.0" name="HandBrake.app"/>
   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
     <security>
       <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
@@ -65,7 +65,7 @@
       <!-- The combination of below two tags have the following effect : 
       1) Per-Monitor for >= Windows 10 Anniversary Update
       2) System < Windows 10 Anniversary Update -->
-      <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> PerMonitor</dpiAwareness>
+      <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitor</dpiAwareness>
       <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
     </windowsSettings>
   </application>