mirror of https://github.com/HandBrake/HandBrake
WinGui: Move to .NET 10. Users will need to install .NET 10 Desktop Runtime going forward.
This commit is contained in:
parent
05fb27c2ce
commit
8b8eb2e372
|
|
@ -1,7 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<FileVersion>1.10.3.0</FileVersion>
|
<FileVersion>1.10.3.0</FileVersion>
|
||||||
<Version>1.10.3</Version>
|
<Version>1.10.3</Version>
|
||||||
<Authors>HandBrake Team</Authors>
|
<Authors>HandBrake Team</Authors>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<FileVersion>1.10.3.0</FileVersion>
|
<FileVersion>1.10.3.0</FileVersion>
|
||||||
<Version>1.10.3</Version>
|
<Version>1.10.3</Version>
|
||||||
<Authors>HandBrake Team</Authors>
|
<Authors>HandBrake Team</Authors>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ ManifestDPIAware true
|
||||||
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
|
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
|
||||||
|
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp"
|
||||||
!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 8. If this is not installed, you will be prompted to install it when you first run the app."
|
!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 10. If this is not installed, you will be prompted to install it when you first run the app."
|
||||||
!define MUI_FINISHPAGE_RUN
|
!define MUI_FINISHPAGE_RUN
|
||||||
!define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)"
|
!define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)"
|
||||||
!define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut"
|
!define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ ManifestDPIAware true
|
||||||
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
|
!define MUI_LICENSEPAGE_TEXT_BOTTOM "You are now aware of your rights. Click Next to continue."
|
||||||
|
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "InstallerBackground.bmp"
|
||||||
!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 8. If this is not installed, you will be prompted to install it when you first run the app."
|
!define MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of HandBrake.$\r$\n$\r$\nIt is recommended you close any running instances of HandBrake before running setup.$\r$\n$\r$\nWARNING: Before updating, please make sure that there are no pending encodes in the Queue. Please make sure you have backed up any presets and made a note of your settings.$\r$\n$\r$\nHandBrake requires Microsoft .NET *Desktop* Runtime 10. If this is not installed, you will be prompted to install it when you first run the app."
|
||||||
!define MUI_FINISHPAGE_RUN
|
!define MUI_FINISHPAGE_RUN
|
||||||
!define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)"
|
!define MUI_FINISHPAGE_RUN_TEXT "Create desktop shortcut (all users)"
|
||||||
!define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut"
|
!define MUI_FINISHPAGE_RUN_FUNCTION "desktopShortcut"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<PackageId>HandBrake.Worker</PackageId>
|
<PackageId>HandBrake.Worker</PackageId>
|
||||||
<Authors>HandBrake Team</Authors>
|
<Authors>HandBrake Team</Authors>
|
||||||
<Company>HandBrake Team</Company>
|
<Company>HandBrake Team</Company>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
|
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<PackageId>HandBrake</PackageId>
|
<PackageId>HandBrake</PackageId>
|
||||||
|
|
@ -55,12 +55,12 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Autofac" Version="8.4.0" />
|
<PackageReference Include="Autofac" Version="9.0.0" />
|
||||||
<PackageReference Include="gong-wpf-dragdrop" Version="4.0.0" />
|
<PackageReference Include="gong-wpf-dragdrop" Version="4.0.0" />
|
||||||
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
|
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
|
||||||
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
|
||||||
<PackageReference Include="System.Drawing.Common" Version="9.0.10" />
|
<PackageReference Include="System.Drawing.Common" Version="10.0.0" />
|
||||||
<PackageReference Include="System.Management" Version="9.0.10" />
|
<PackageReference Include="System.Management" Version="10.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"net8.0-windows10.0.17763": {
|
"net10.0-windows10.0.17763": {
|
||||||
"Autofac": {
|
"Autofac": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[8.4.0, )",
|
"requested": "[9.0.0, )",
|
||||||
"resolved": "8.4.0",
|
"resolved": "9.0.0",
|
||||||
"contentHash": "XMWHyO6fXTv8rwCfhm6+64mQS6CyL0rve/hWSODsUrVuEGtq1fjxSOlVTBqCRsW6L8K3OQDskJaPB1boVMI2eQ==",
|
"contentHash": "G8TpUMVIq1pEAMuAao8h5MKduY91SotjgK93wQb5LaxbJUVE0/XjCA6t2SOp+AkPC3GB/C2MAiF2D7krYjraFw=="
|
||||||
"dependencies": {
|
|
||||||
"System.Diagnostics.DiagnosticSource": "8.0.1"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"gong-wpf-dragdrop": {
|
"gong-wpf-dragdrop": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
|
|
@ -21,13 +18,7 @@
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[7.1.3, )",
|
"requested": "[7.1.3, )",
|
||||||
"resolved": "7.1.3",
|
"resolved": "7.1.3",
|
||||||
"contentHash": "A1dglAzb24gjehmb7DwGd07mfyZ1gacAK7ObE0KwDlRc3mayH2QW7cSOy3TkkyELjLg19OQBuhPOj4SpXET9lg==",
|
"contentHash": "A1dglAzb24gjehmb7DwGd07mfyZ1gacAK7ObE0KwDlRc3mayH2QW7cSOy3TkkyELjLg19OQBuhPOj4SpXET9lg=="
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.Registry": "4.7.0",
|
|
||||||
"System.Drawing.Common": "4.7.0",
|
|
||||||
"System.Reflection.Emit": "4.7.0",
|
|
||||||
"System.ValueTuple": "4.5.0"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"Microsoft.Xaml.Behaviors.Wpf": {
|
"Microsoft.Xaml.Behaviors.Wpf": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
|
|
@ -37,74 +28,15 @@
|
||||||
},
|
},
|
||||||
"System.Drawing.Common": {
|
"System.Drawing.Common": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[9.0.10, )",
|
"requested": "[10.0.0, )",
|
||||||
"resolved": "9.0.10",
|
"resolved": "10.0.0",
|
||||||
"contentHash": "FDakPhIcxHnhslLiz4ZQ+ALpHRpCU3zOep9Mcq+4hL23XwQrzmgJNYvf1tH4kJ/V36wO/ZhRr8nOfiz26P3wKg==",
|
"contentHash": "kohT9ZZlkB5R5ifihCBnPJLdIUQGiTj1ZI6z4LKatr+F4MmIJJu7qQpBkqt9280ivtnSvlTx9qZEY+CpJ0zMkA=="
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Win32.SystemEvents": "9.0.10"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"System.Management": {
|
"System.Management": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[9.0.10, )",
|
"requested": "[10.0.0, )",
|
||||||
"resolved": "9.0.10",
|
"resolved": "10.0.0",
|
||||||
"contentHash": "kJY2C6MjKSqfRkEnc8gn4Jth81Anrgxxpu0MffjEadfpp0Ll/gdGpYnDhRWZd+iFttkfZC0uCjFmCrZARRqq4w==",
|
"contentHash": "LE3rDZoPzulou78Tsq+3ALhUs4vatQ03v2QWbYVIenVPneUH/+LTUmHyyl098OxIFLQI6sNkZs8YHbUnT/sm3A=="
|
||||||
"dependencies": {
|
|
||||||
"System.CodeDom": "9.0.10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.Platforms": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "3.1.0",
|
|
||||||
"contentHash": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w=="
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.Registry": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "4.7.0",
|
|
||||||
"contentHash": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
|
|
||||||
"dependencies": {
|
|
||||||
"System.Security.AccessControl": "4.7.0",
|
|
||||||
"System.Security.Principal.Windows": "4.7.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Win32.SystemEvents": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "9.0.10",
|
|
||||||
"contentHash": "P1CEtsxar/RhfoH3r1vc9ra28LLVYphpcFBxyRIEMM/jP3qh4j9TU4sWH2RUhMZX+GbFxZ+zz1oSP2n9MwjshA=="
|
|
||||||
},
|
|
||||||
"System.CodeDom": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "9.0.10",
|
|
||||||
"contentHash": "00dAIR9Zx+F+AaipjaQmudX3VVpzYvT0bKVD3WcJq6om6pKNrldnp5bSR0VV6IlwDBa1HObGD+sTFaT/I9bBng=="
|
|
||||||
},
|
|
||||||
"System.Diagnostics.DiagnosticSource": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "8.0.1",
|
|
||||||
"contentHash": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg=="
|
|
||||||
},
|
|
||||||
"System.Reflection.Emit": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "4.7.0",
|
|
||||||
"contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ=="
|
|
||||||
},
|
|
||||||
"System.Security.AccessControl": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "4.7.0",
|
|
||||||
"contentHash": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.Platforms": "3.1.0",
|
|
||||||
"System.Security.Principal.Windows": "4.7.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"System.Security.Principal.Windows": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "4.7.0",
|
|
||||||
"contentHash": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ=="
|
|
||||||
},
|
|
||||||
"System.ValueTuple": {
|
|
||||||
"type": "Transitive",
|
|
||||||
"resolved": "4.5.0",
|
|
||||||
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
|
|
||||||
},
|
},
|
||||||
"handbrake.app.core": {
|
"handbrake.app.core": {
|
||||||
"type": "Project",
|
"type": "Project",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue