Skip to content

Commit

Permalink
Updating Xamarin SDK for version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Jan 30, 2024
1 parent d5ba4d1 commit db8326c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.0.1

##### Fixed
- Corrected the incorrect dependency versions in the nuspecs of recent iOS libraries.

## 4.0.0

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/nuget/Braze.iOS.BrazeKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeKit</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions appboy-component/nuget/Braze.iOS.BrazeKitCompat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeKitCompat</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -14,8 +14,8 @@
<tags>Braze Appboy</tags>
<dependencies>
<group targetFramework="net7.0-ios11.0">
<dependency id="Braze.iOS.BrazeKit" version="2.0.1" />
<dependency id="Braze.iOS.BrazeLocation" version="2.0.1" />
<dependency id="Braze.iOS.BrazeKit" version="4.0.1" />
<dependency id="Braze.iOS.BrazeLocation" version="4.0.1" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/nuget/Braze.iOS.BrazeLocation.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeLocation</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions appboy-component/nuget/Braze.iOS.BrazeUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeUI</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -14,7 +14,7 @@
<tags>Braze Appboy</tags>
<dependencies>
<group targetFramework="net7.0-ios11.0">
<dependency id="Braze.iOS.BrazeKit" version="2.0.1" />
<dependency id="Braze.iOS.BrazeKit" version="4.0.1" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions appboy-component/nuget/Braze.iOS.BrazeUICompat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeUICompat</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -14,8 +14,8 @@
<tags>Braze Appboy</tags>
<dependencies>
<group targetFramework="net7.0-ios11.0">
<dependency id="Braze.iOS.BrazeKitCompat" version="2.0.1" />
<dependency id="Braze.iOS.SDWebImage" version="2.0.1" />
<dependency id="Braze.iOS.BrazeKitCompat" version="4.0.1" />
<dependency id="Braze.iOS.SDWebImage" version="4.0.1" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/nuget/Braze.iOS.SDWebImage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.SDWebImage</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>BrazePlatform.BrazeAndroidBinding</id>
<version>4.0.0</version>
<version>4.0.1</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down

0 comments on commit db8326c

Please sign in to comment.