Skip to content

Commit

Permalink
Merge pull request #43 from albilaga/fix-4.39.0.6
Browse files Browse the repository at this point in the history
Fix 4.39.0.6
  • Loading branch information
thisisthekap authored Apr 4, 2024
2 parents 8133e81 + de19357 commit eb12108
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<IsPackable>true</IsPackable>
<PackageId>Xamarin.RevenueCat.iOS.Extensions</PackageId>
<Description>Contains convenience methods and async extensions for Xamarin.RevenueCat.iOS</Description>
<Version>4.39.0.5</Version>
<Version>4.39.0.6</Version>
<Authors>Christian Kapplmüller, Albilaga Linggra Pradana</Authors>
<Company>fun.music IT GmbH</Company>
<PackageOutputPath>nugetoutput</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion Xamarin.RevenueCat.iOS/Xamarin.RevenueCat.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Xamarin.RevenueCat.iOS</PackageId>
<Version>4.39.0.5</Version>
<Version>4.39.0.6</Version>
<Description>Contains bindings for https://docs.revenuecat.com/docs/ios</Description>
<Authors>Christian Kapplmüller, Albilaga Linggra Pradana</Authors>
<Company>fun.music IT GmbH</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Xamarin.RevenueCatUI.iOS.Extensions</PackageId>
<Version>4.39.0.5</Version>
<Version>4.39.0.6</Version>
<Description>Contains bindings for https://docs.revenuecat.com/docs/ios</Description>
<Authors>Christian Kapplmüller, Albilaga Linggra Pradana</Authors>
<Company>fun.music IT GmbH</Company>
Expand Down
2 changes: 1 addition & 1 deletion Xamarin.RevenueCatUI.iOS/Xamarin.RevenueCatUI.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Xamarin.RevenueCatUI.iOS</PackageId>
<Version>4.39.0.5</Version>
<Version>4.39.0.6</Version>
<Description>Contains bindings for https://docs.revenuecat.com/docs/ios</Description>
<Authors>Christian Kapplmüller, Albilaga Linggra Pradana</Authors>
<Company>fun.music IT GmbH</Company>
Expand Down
1 change: 1 addition & 0 deletions Xamarin.RevenueCatUI.iOS/ci-build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
./clear.sh
./pod.sh
./build.sh
3 changes: 3 additions & 0 deletions Xamarin.RevenueCatUI.iOS/pod.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cd ios
pod install
1 change: 1 addition & 0 deletions Xamarin.RevenueCatUI.iOS/prepare-all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
./clear.sh
./pod.sh
./build.sh
./sharpie.sh

0 comments on commit eb12108

Please sign in to comment.