Skip to content

Commit

Permalink
Prep for next Chocolatey release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Wittenberg committed May 15, 2018
1 parent 51bfc53 commit 3baf8ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions SignConfig.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<SignConfigXML>
<job platform="Win32" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Sign Winfile x86" approvers="">
<job platform="Win32" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Winfile x86" approvers="">
<file src="__INPATHROOT__\Winfile.exe" signType="135020002" dest="__OUTPATHROOT__\signed\Winfile.exe" />
</job>
<job platform="x64" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Sign Winfile x64" approvers="">
<job platform="x64" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Winfile x64" approvers="">
<file src="__INPATHROOT__\Winfile.exe" signType="135020002" dest="__OUTPATHROOT__\signed\Winfile.exe" />
</job>
<job platform="ARM" certSubject="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" configuration="Release" dest="__OUTPATHROOT__\signed" jobname="Winfile ARM" approvers="">
<file src="__INPATHROOT__\Winfile.exe" signType="135020002" dest="__OUTPATHROOT__\signed\Winfile.exe" />
</job>
</SignConfigXML>
8 changes: 4 additions & 4 deletions src/res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ END
#define VER_PRODUCTNAME_STR "File Manager"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."

#define VER_FILEVERSION 10,0,1804,0
#define VER_FILEVERSION_STR "10.0.1804.0\0"
#define VER_PRODUCTVERSION 10,0,1804,0
#define VER_PRODUCTVERSION_STR "10.0.1804.0\0"
#define VER_FILEVERSION 10,0,1805,1
#define VER_FILEVERSION_STR "10.0.1805.1\0"
#define VER_PRODUCTVERSION 10,0,1805,1
#define VER_PRODUCTVERSION_STR "10.0.1805.1\0"

#ifndef DEBUG
#define VER_DEBUG 0
Expand Down

0 comments on commit 3baf8ef

Please sign in to comment.