Skip to content

Commit fe720fa

Browse files
committed
Bump version to 11.2.2.
Signed-off-by: Robert F. Frasca <[email protected]>
1 parent 05e788f commit fe720fa

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

THIRD-PARTY-NOTICES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PDFKeeper 11.2.1
1+
PDFKeeper 11.2.2
22

33
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
44

src/Build/SetVersion.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# * with PDFKeeper. If not, see <https://www.gnu.org/licenses/>.
1919
# *****************************************************************************
2020

21-
$previousVersion="11.2.0"
22-
$currentVersion="11.2.1"
21+
$previousVersion="11.2.1"
22+
$currentVersion="11.2.2"
2323

2424
(Get-ChildItem -Include *AssemblyInfo.cs,PDFKeeper.Setup.wixproj,Product.wxs,'THIRD-PARTY-NOTICES.*' -Recurse ) |
2525
Foreach-Object {

src/Help/en-US/THIRD-PARTY-NOTICES.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
pre.ctl { font-family: "Liberation Mono", monospace; font-size: 10pt }
1616
</style>
1717
</head>
18-
<body lang="en-US" link="#000080" vlink="#800000" dir="ltr"><pre class="western">PDFKeeper 11.2.1
18+
<body lang="en-US" link="#000080" vlink="#800000" dir="ltr"><pre class="western">PDFKeeper 11.2.2
1919

2020
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2121

@@ -323,4 +323,4 @@
323323
Copyright: Copyright Oleg Stepanischev 2024
324324
License: MIT License, full text can be found at https://github.com/oleg-st/ZstdSharp/blob/master/LICENSE</pre>
325325
</body>
326-
</html>
326+
</html>

src/PDFKeeper.Core/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("11.2.1.0")]
57-
[assembly: AssemblyFileVersion("11.2.1.0")]
56+
[assembly: AssemblyVersion("11.2.2.0")]
57+
[assembly: AssemblyFileVersion("11.2.2.0")]
5858

5959
[assembly: CLSCompliant(true)]
6060
[assembly: NeutralResourcesLanguage("en-US")]

src/PDFKeeper.PDFViewer/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("11.2.1.0")]
57-
[assembly: AssemblyFileVersion("11.2.1.0")]
56+
[assembly: AssemblyVersion("11.2.2.0")]
57+
[assembly: AssemblyFileVersion("11.2.2.0")]
5858
[assembly: NeutralResourcesLanguage("en-US")]
5959

6060
[assembly: CLSCompliant(true)]

src/PDFKeeper.Setup/PDFKeeper.Setup.wixproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.10</ProductVersion>
77
<ProjectGuid>97756c6a-853a-4cba-8507-d33b20b6dd07</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>PDFKeeper-11.2.1</OutputName>
9+
<OutputName>PDFKeeper-11.2.2</OutputName>
1010
<OutputType>Package</OutputType>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">

src/PDFKeeper.Setup/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
-->
2323
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
2424
<?define PDFKeeper.WinForms_TargetDir=$(var.PDFKeeper.WinForms.TargetDir)?>
25-
<Product Id="*" Name="PDFKeeper" Language="1033" Version="11.2.1" Manufacturer="Robert F. Frasca" UpgradeCode="39fe1920-3da7-48d1-9682-5c0c328f01b2">
25+
<Product Id="*" Name="PDFKeeper" Language="1033" Version="11.2.2" Manufacturer="Robert F. Frasca" UpgradeCode="39fe1920-3da7-48d1-9682-5c0c328f01b2">
2626

2727
<Package InstallerVersion="500" Compressed="yes" InstallScope="perUser" />
2828

src/PDFKeeper.WinForms/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("11.2.1.0")]
57-
[assembly: AssemblyFileVersion("11.2.1.0")]
56+
[assembly: AssemblyVersion("11.2.2.0")]
57+
[assembly: AssemblyFileVersion("11.2.2.0")]
5858
[assembly: NeutralResourcesLanguage("en-US")]
5959
[assembly: CLSCompliant(true)]

0 commit comments

Comments
 (0)