From 87c0c9a28ac33599d30f33f8ae4b2abd28dfe91e Mon Sep 17 00:00:00 2001 From: Andrew Sampson Date: Wed, 10 Oct 2018 21:52:45 -0400 Subject: [PATCH] Update cert used to sign releases. Also see #417 --- BorderlessGaming/BorderlessGaming.csproj | 4 ++-- BorderlessGaming/Properties/AssemblyInfo.cs | 4 ++-- version.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BorderlessGaming/BorderlessGaming.csproj b/BorderlessGaming/BorderlessGaming.csproj index 9462ffa..b6cbe82 100644 --- a/BorderlessGaming/BorderlessGaming.csproj +++ b/BorderlessGaming/BorderlessGaming.csproj @@ -238,9 +238,9 @@ $(PostBuildEventDependsOn); PostBuildMacros; - call "$(SolutionDir)Tools\DigiCertUtil.exe" sign /noInput /sha1 "CB509F61A8A3B970790F0E2C695A3782F101FF22" "$(ProjectDir)$(OutDir)$(TargetFileName)" + call signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /as /sha1 3BD5BE571287FE2052F137C44198AE7BAB38B037 "$(ProjectDir)$(OutDir)$(TargetFileName)" call iscc /Qp "$(SolutionDir)\Installers\BorderlessGaming_Standalone_Admin.iss" -call "$(SolutionDir)Tools\DigiCertUtil.exe" sign /noInput /sha1 "CB509F61A8A3B970790F0E2C695A3782F101FF22" "$(SolutionDir)Installers\BorderlessGaming@(VersionNumber)_admin_setup.exe" +call signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /as /sha1 3BD5BE571287FE2052F137C44198AE7BAB38B037 "$(SolutionDir)Installers\BorderlessGaming@(VersionNumber)_admin_setup.exe" copy $(SolutionDir)SteamLibs\* $(ProjectDir)$(OutDir) diff --git a/BorderlessGaming/Properties/AssemblyInfo.cs b/BorderlessGaming/Properties/AssemblyInfo.cs index f3c2aab..8883d01 100644 --- a/BorderlessGaming/Properties/AssemblyInfo.cs +++ b/BorderlessGaming/Properties/AssemblyInfo.cs @@ -36,6 +36,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("9.5.4.1328")] -[assembly: AssemblyFileVersion("9.5.4.1328")] +[assembly: AssemblyVersion("9.5.5.1328")] +[assembly: AssemblyFileVersion("9.5.5.1328")] [assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/version.xml b/version.xml index 9af8bb9..281f993 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - 9.5.4 + 9.5.5 https://github.com/Codeusa/Borderless-Gaming/releases/latest