Skip to content

Commit

Permalink
Release commit for Xamarin 3.10.0
Browse files Browse the repository at this point in the history
* Updated to Native Android SDK `3.15.0`, `3.15.1`
  * Adds Huawei HMS push and location capabilities
* Updated to Native iOS SDK `2.14.3`
  • Loading branch information
mikechoch committed Jul 8, 2020
1 parent 4a14197 commit e4eb536
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Com.OneSignal.Abstractions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.9.0")]
[assembly: AssemblyVersion ("3.10.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.9.0")]
[assembly: AssemblyVersion ("3.10.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.9.0")]
[assembly: AssemblyVersion ("3.10.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal.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>Com.OneSignal</id>
<version>3.9.0</version>
<version>3.10.0</version>
<title>OneSignal SDK for Xamarin</title>
<authors>OneSignal, Martijn van Dijk</authors>
<owners>OneSignal</owners>
Expand Down
2 changes: 1 addition & 1 deletion Com.OneSignal/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.9.0")]
[assembly: AssemblyVersion ("3.10.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Binary file modified OneSignal.Android.Binding/Jars/onesignal-original.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion OneSignal.Android.Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.9.0")]
[assembly: AssemblyVersion ("3.10.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Binary file modified OneSignal.iOS.Binding/OneSignal.a
Binary file not shown.
2 changes: 1 addition & 1 deletion OneSignal.iOS.Binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("3.9.0")]
[assembly: AssemblyVersion ("3.10.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit e4eb536

Please sign in to comment.