Skip to content

Commit f04006f

Browse files
committed
bump version
1 parent bcab583 commit f04006f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/CodeSigning/sign_a_file.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo:
1515

1616

1717
:: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe"
18-
set TOOL="C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe"
18+
set TOOL="C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe"
1919

2020
call %TOOL% sign /fd sha256 /tr http://ts.ssl.com /td sha256 /n "Duong Dieu Phap" /a %FILE%
2121
call %TOOL% verify /pa %FILE%

Source/DXControl/D2Phap.DXControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeSymbols>True</IncludeSymbols>
2222
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
2323
<Authors>Duong Dieu Phap</Authors>
24-
<VersionPrefix>2.3.0</VersionPrefix>
24+
<VersionPrefix>2.3.1</VersionPrefix>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2727
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)