Skip to content

Commit 335b0d6

Browse files
committed
Bump bindings to v12.0.3
1 parent 65d3e45 commit 335b0d6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

MAUI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PSPDFKit for MAUI SDKs Bindings
22
=========================================
33

4-
- .NET for iOS, MacCatalyst Bindings for PSPDFKit version 12.0.1
4+
- .NET for iOS, MacCatalyst Bindings for PSPDFKit version 12.0.3
55

66
#### PSPDFKit
77

MAUI/build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using System.Net.Http;
55
using System.Linq;
66
using Newtonsoft.Json.Linq;
77

8-
var IOSVERSION = Argument("iosversion", "12.0.1");
8+
var IOSVERSION = Argument("iosversion", "12.0.3");
99
var IOS_SERVICERELEASE_VERSION = "0"; // This is combined with the IOSVERSION variable for the NuGet Package version
1010

1111
var target = Argument ("target", "Default");

PSPDFKit.iOS.Instant/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2626
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2727

28-
[assembly: AssemblyVersion ("12.0.1")]
28+
[assembly: AssemblyVersion ("12.0.3")]
2929

3030
// The following attributes are used to specify the signing key for the assembly,
3131
// if desired. See the Mono documentation for more information about signing.

PSPDFKit.iOS.Model/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2626
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2727

28-
[assembly: AssemblyVersion ("12.0.1")]
28+
[assembly: AssemblyVersion ("12.0.3")]
2929

3030
// The following attributes are used to specify the signing key for the assembly,
3131
// if desired. See the Mono documentation for more information about signing.

PSPDFKit.iOS.UI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2626
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2727

28-
[assembly: AssemblyVersion ("12.0.1")]
28+
[assembly: AssemblyVersion ("12.0.3")]
2929

3030
// The following attributes are used to specify the signing key for the assembly,
3131
// if desired. See the Mono documentation for more information about signing.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Xamarin PSPDFKit for iOS and Mac Bindings
22
=========================================
33

4-
- Xamarin.iOS Bindings for PSPDFKit 12.0.1 for iOS
4+
- Xamarin.iOS Bindings for PSPDFKit 12.0.3 for iOS
55
- Xamarin.Mac Bindings for PSPDFKit 5.1.0 for macOS
66

77
#### PSPDFKit

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using System.Net.Http;
55
using System.Linq;
66
using Newtonsoft.Json.Linq;
77

8-
var IOSVERSION = Argument("iosversion", "12.0.1");
8+
var IOSVERSION = Argument("iosversion", "12.0.3");
99
var IOS_SERVICERELEASE_VERSION = "0"; // This is combined with the IOSVERSION variable for the NuGet Package version
1010

1111
var target = Argument ("target", "Default");

0 commit comments

Comments
 (0)