Skip to content

Commit 889632b

Browse files
committed
WinGui: Bump version to 1.7
1 parent cc57835 commit 889632b

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>net6.0</TargetFramework>
5-
<FileVersion>1.6.1.0</FileVersion>
6-
<Version>1.6.1</Version>
5+
<FileVersion>1.7.0.0</FileVersion>
6+
<Version>1.7.0</Version>
77
<Authors>HandBrake Team</Authors>
88
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
99
<Copyright>Copyright © 2003-2023 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>net6.0</TargetFramework>
5-
<FileVersion>1.6.1.0</FileVersion>
6-
<Version>1.6.1</Version>
5+
<FileVersion>1.7.0.0</FileVersion>
6+
<Version>1.7.0</Version>
77
<Authors>HandBrake Team</Authors>
88
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
99
<Copyright>Copyright © 2003-2023 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.6.1"
9-
!define PRODUCT_VERSION_NUMBER "1.6.1"
8+
!define PRODUCT_VERSION "1.7.0"
9+
!define PRODUCT_VERSION_NUMBER "1.7.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.6.1.0</AssemblyVersion>
15+
<AssemblyVersion>1.7.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.6.1.0</FileVersion>
24-
<Version>1.6.1</Version>
23+
<FileVersion>1.7.0.0</FileVersion>
24+
<Version>1.7.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.6.1.0</AssemblyVersion>
18-
<Version>1.6.1</Version>
17+
<AssemblyVersion>1.7.0.0</AssemblyVersion>
18+
<Version>1.7.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.6.1.0" name="HandBrake.app"/>
3+
<assemblyIdentity version="1.7.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
@@ -140,7 +140,7 @@
140140
"handbrake.app.core": {
141141
"type": "Project",
142142
"dependencies": {
143-
"HandBrake.Interop": "[1.6.1, )"
143+
"HandBrake.Interop": "[1.7.0, )"
144144
}
145145
},
146146
"handbrake.interop": {
@@ -149,7 +149,7 @@
149149
"handbrake.worker": {
150150
"type": "Project",
151151
"dependencies": {
152-
"HandBrake.Interop": "[1.6.1, )"
152+
"HandBrake.Interop": "[1.7.0, )"
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)