Skip to content

Commit

Permalink
Merge pull request #224 from OneSignal/release_3.10.3
Browse files Browse the repository at this point in the history
Release commit 3.10.3
  • Loading branch information
jkasten2 authored Dec 4, 2020
2 parents 51a66a7 + 8e6ffc0 commit 331bfb0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.10.2")]
[assembly: AssemblyVersion ("3.10.3")]

// 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.10.2")]
[assembly: AssemblyVersion ("3.10.3")]

// 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.10.2")]
[assembly: AssemblyVersion ("3.10.3")]

// 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.10.2</version>
<version>3.10.3</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.10.2")]
[assembly: AssemblyVersion ("3.10.3")]

// 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.onesignal.sample">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="28" />
<permission android:name="com.onesignal.sample.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="com.onesignal.sample.permission.C2D_MESSAGE" />
<uses-permission android:name="com.onesignal.sample.permission.C2D_MESSAGE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 331bfb0

Please sign in to comment.