Skip to content

Commit a483317

Browse files
committed
WinGui: Bump verison to 1.9
1 parent a71cf61 commit a483317

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

win/CS/HandBrake.App.Core/HandBrake.App.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<FileVersion>1.8.1.0</FileVersion>
6-
<Version>1.8.1</Version>
5+
<FileVersion>1.9.0.0</FileVersion>
6+
<Version>1.9.0</Version>
77
<Authors>HandBrake Team</Authors>
88
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
99
<Copyright>Copyright © 2003-2024 HandBrake Team</Copyright>

win/CS/HandBrake.Interop/HandBrake.Interop.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<FileVersion>1.8.1.0</FileVersion>
6-
<Version>1.8.1</Version>
5+
<FileVersion>1.9.0.0</FileVersion>
6+
<Version>1.9.0</Version>
77
<Authors>HandBrake Team</Authors>
88
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
99
<Copyright>Copyright © 2003-2024 HandBrake Team</Copyright>

win/CS/HandBrake.Nsis.Installer/Installer64.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
It may be used under the terms of the GNU General Public License. */
66

77
!define PRODUCT_NAME "HandBrake"
8-
!define PRODUCT_VERSION "1.8.1"
9-
!define PRODUCT_VERSION_NUMBER "1.8.1"
8+
!define PRODUCT_VERSION "1.9.0"
9+
!define PRODUCT_VERSION_NUMBER "1.9.0"
1010
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
1111
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
1212
!define PRODUCT_UNINST_ROOT_KEY "HKLM"

win/CS/HandBrake.Worker/HandBrake.Worker.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<AssemblyVersion>1.8.1.0</AssemblyVersion>
15+
<AssemblyVersion>1.9.0.0</AssemblyVersion>
1616
<Platforms>AnyCPU</Platforms>
1717
<PlatformTarget>AnyCPU</PlatformTarget>
1818
<ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
1919
<StartupObject />
2020
<AssemblyName>HandBrake.Worker</AssemblyName>
2121
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2222
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
23-
<FileVersion>1.8.1.0</FileVersion>
24-
<Version>1.8.1</Version>
23+
<FileVersion>1.9.0.0</FileVersion>
24+
<Version>1.9.0</Version>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

win/CS/HandBrakeWPF/HandBrakeWPF.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<AssemblyVersion>1.8.1.0</AssemblyVersion>
18-
<Version>1.8.1</Version>
17+
<AssemblyVersion>1.9.0.0</AssemblyVersion>
18+
<Version>1.9.0</Version>
1919
<Platforms>AnyCPU</Platforms>
2020
<PlatformTarget>AnyCPU</PlatformTarget>
2121
<ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>

win/CS/HandBrakeWPF/app.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.8.1.0" name="HandBrake.app"/>
3+
<assemblyIdentity version="1.9.0.0" name="HandBrake.app"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

win/CS/HandBrakeWPF/packages.lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"handbrake.app.core": {
113113
"type": "Project",
114114
"dependencies": {
115-
"HandBrake.Interop": "[1.8.1, )"
115+
"HandBrake.Interop": "[1.9.0, )"
116116
}
117117
},
118118
"handbrake.interop": {
@@ -121,7 +121,7 @@
121121
"handbrake.worker": {
122122
"type": "Project",
123123
"dependencies": {
124-
"HandBrake.Interop": "[1.8.1, )"
124+
"HandBrake.Interop": "[1.9.0, )"
125125
}
126126
}
127127
}

0 commit comments

Comments
 (0)