Skip to content
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

upgraded InAppSettingsKit to 2.15 #1044

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions iOS/InAppSettingsKit/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
var TARGET = Argument ("t", Argument ("target", "Default"));

var IOS_PODS = new List<string> {
"platform :ios, '6.0'",
"platform :ios, '8.0'",
"install! 'cocoapods', :integrate_targets => false",
"target 'Xamarin' do",
"pod 'InAppSettingsKit', '2.6'",
"pod 'InAppSettingsKit', '2.15'",
"end",
};

Expand Down
4 changes: 2 additions & 2 deletions iOS/InAppSettingsKit/component/component.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.6.0.1
version: 2.15.0
name: InAppSettingsKit
id: InAppSettingsKit
publisher: Xamarin Inc
Expand Down Expand Up @@ -28,7 +28,7 @@ samples:
local-nuget-repo: ../output
is_shell: true
packages:
ios-unified: Xamarin.InAppSettingsKit, Version=2.6.0.1
ios-unified: Xamarin.InAppSettingsKit, Version=2.15.0
additional-files:
- source: "../External-Dependency-Info.txt"
destination: "THIRD-PARTY-NOTICES.txt"
2 changes: 1 addition & 1 deletion iOS/InAppSettingsKit/nuget/Xamarin.InAppSettingsKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Xamarin.InAppSettingsKit</id>
<title>Xamarin.InAppSettingsKit</title>
<version>2.6.0.1</version>
<version>2.15.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down