Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
bump version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
acantarero committed Mar 18, 2021
1 parent a19d9d6 commit 5e6a175
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackOnBuild>true</PackOnBuild>
<PackageId>NamiML.SDK</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<Authors>Nami ML</Authors>
<Copyright>2021</Copyright>
<PackageIconUrl>https://nami-brand.s3.amazonaws.com/images/Nami.SDK.2.0.120x137.png</PackageIconUrl>
Expand All @@ -23,6 +23,12 @@
<Summary>Nami SDK Xamarin iOS Binding Library</Summary>
<Title>Nami SDK Xamarin iOS Binding Library</Title>
<Description>Xamarin iOS Binding Library for Nami SDK. Subscription and In-App Purchases Marketing Platform. Create no-code purchase journies, subscription management and customer CRM, and analytics. Simple integration. Monetize your App.</Description>
<PackageReleaseNotes>Added

- Improved control over displaying paywalls and more clear errors when paywall cannot display with new preparePaywallForDisplay and preparePaywallForDisplayByDeveloperPaywallID methods

SDK Version
- nami-apple SDK v2.6.0</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 5e6a175

Please sign in to comment.