Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
albilaga committed Apr 3, 2024
1 parent 8512113 commit 7299391
Show file tree
Hide file tree
Showing 7 changed files with 8 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.3</Version>
<Version>4.39.0.4</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.3</Version>
<Version>4.39.0.4</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.3</Version>
<Version>4.39.0.4</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.3</Version>
<Version>4.39.0.4</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 @@ -33,6 +33,7 @@ steps:

- bash: |
cd Xamarin.RevenueCatUI.iOS
./ci-build.sh
msbuild /t:Restore /p:Configuration=Release
msbuild /t:Build /p:Configuration=Release
msbuild /t:Pack /p:Configuration=Release
Expand Down
3 changes: 3 additions & 0 deletions Xamarin.RevenueCatUI.iOS/ci-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
./clear.sh
./build.sh
Binary file not shown.

0 comments on commit 7299391

Please sign in to comment.