Skip to content

Update Nutrient iOS dependency to 14.11.0 #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<PSVersion>14.6.0.1+sha.4730e8a</PSVersion>
<PSVersion>14.11.0.0+sha.b5c82f9</PSVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nutrient.NET (iOS)

- .NET for iOS, MacCatalyst Bindings for Nutrient version 14.9.0
- .NET for iOS, MacCatalyst Bindings for Nutrient version 14.11.0

#### Nutrient

Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using System.Xml;
using System.Xml.Linq;
using Newtonsoft.Json.Linq;

var IOSVERSION = Argument("iosversion", "14.9.0");
var IOSVERSION = Argument("iosversion", "14.11.0");
var IOS_SERVICERELEASE_VERSION = "0"; // This is combined with the IOSVERSION variable for the NuGet Package version

var target = Argument ("target", "Default");
Expand Down