diff options
author | sr55 <[email protected]> | 2017-06-11 12:51:24 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-06-11 12:51:41 +0100 |
commit | 833d0a9658447647e96347621eb1ce42e9b4161e (patch) | |
tree | 67da3996c5cecd24caa4092421954406ed54f3a7 /win/CS/HandBrakeWPF/app.manifest | |
parent | 11e541653e7958e249bdc39fcb66835a523deea4 (diff) |
WinGui: Update the assembly info / version numbers / manifest.
Diffstat (limited to 'win/CS/HandBrakeWPF/app.manifest')
-rw-r--r-- | win/CS/HandBrakeWPF/app.manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/app.manifest b/win/CS/HandBrakeWPF/app.manifest index 389e81f24..b81b54bec 100644 --- a/win/CS/HandBrakeWPF/app.manifest +++ b/win/CS/HandBrakeWPF/app.manifest @@ -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.0.3.0" name="HandBrake.app"/> + <assemblyIdentity version="1.1.0.0" name="HandBrake.app"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> @@ -27,8 +27,8 @@ is designed to work with. Uncomment the appropriate elements and Windows will automatically selected the most compatible environment. --> - <!-- Windows Vista --> - <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" /> + <!-- Windows Vista + <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />--> <!-- Windows 7 --> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> |