Skip to content

Commit

Permalink
WinGui: Bump version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Nov 12, 2023
1 parent cc57835 commit 889632b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions win/CS/HandBrake.App.Core/HandBrake.App.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>1.6.1.0</FileVersion>
<Version>1.6.1</Version>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.7.0</Version>
<Authors>HandBrake Team</Authors>
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
<Copyright>Copyright © 2003-2023 HandBrake Team</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrake.Interop/HandBrake.Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>1.6.1.0</FileVersion>
<Version>1.6.1</Version>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.7.0</Version>
<Authors>HandBrake Team</Authors>
<Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
<Copyright>Copyright © 2003-2023 HandBrake Team</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrake.Nsis.Installer/Installer64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
It may be used under the terms of the GNU General Public License. */

!define PRODUCT_NAME "HandBrake"
!define PRODUCT_VERSION "1.6.1"
!define PRODUCT_VERSION_NUMBER "1.6.1"
!define PRODUCT_VERSION "1.7.0"
!define PRODUCT_VERSION_NUMBER "1.7.0"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
Expand Down
6 changes: 3 additions & 3 deletions win/CS/HandBrake.Worker/HandBrake.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<Platforms>AnyCPU</Platforms>
<PlatformTarget>AnyCPU</PlatformTarget>
<ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
<StartupObject />
<AssemblyName>HandBrake.Worker</AssemblyName>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<FileVersion>1.6.1.0</FileVersion>
<Version>1.6.1</Version>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/HandBrakeWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
<RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<Version>1.6.1</Version>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<Version>1.7.0</Version>
<Platforms>AnyCPU</Platforms>
<PlatformTarget>AnyCPU</PlatformTarget>
<ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion win/CS/HandBrakeWPF/app.manifest
Original file line number Diff line number Diff line change
@@ -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.6.1.0" name="HandBrake.app"/>
<assemblyIdentity version="1.7.0.0" name="HandBrake.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"handbrake.app.core": {
"type": "Project",
"dependencies": {
"HandBrake.Interop": "[1.6.1, )"
"HandBrake.Interop": "[1.7.0, )"
}
},
"handbrake.interop": {
Expand All @@ -149,7 +149,7 @@
"handbrake.worker": {
"type": "Project",
"dependencies": {
"HandBrake.Interop": "[1.6.1, )"
"HandBrake.Interop": "[1.7.0, )"
}
}
}
Expand Down

0 comments on commit 889632b

Please sign in to comment.