Skip to content

Commit 1a9b05e

Browse files
More warnings fixed.
1 parent 498afc2 commit 1a9b05e

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="io.notifo.xamarin.sample">
3-
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
3+
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
44
<application android:label="Sample.Android" android:theme="@style/MainTheme"></application>
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
66
</manifest>

sample/Sample.iOS.Shared/Sample.iOS.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</ProjectReference>
5151
</ItemGroup>
5252
<ItemGroup>
53-
<PackageReference Include="Notifo.SDK" Version="1.2.0" />
53+
<PackageReference Include="Notifo.SDK" Version="1.3.0" />
5454
</ItemGroup>
5555
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
5656
</Project>

sample/Sample.iOS/Sample.iOS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
1616
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
1717
<ProvisioningType>manual</ProvisioningType>
18+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
2021
<DebugSymbols>true</DebugSymbols>

sample/SampleNotificationServiceExtension/SampleNotificationServiceExtension.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@
8787
</MtouchVerbosity>
8888
</PropertyGroup>
8989
<ItemGroup>
90-
<Reference Include="Notifo.SDK, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
91-
<HintPath>..\..\packages\Notifo.SDK.1.2.0\lib\netstandard2.1\Notifo.SDK.dll</HintPath>
90+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
91+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
92+
</Reference>
93+
<Reference Include="Notifo.SDK, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
94+
<HintPath>..\..\packages\Notifo.SDK.1.3.0\lib\netstandard2.1\Notifo.SDK.dll</HintPath>
9295
</Reference>
9396
<Reference Include="System" />
9497
<Reference Include="System.Xml" />
9598
<Reference Include="System.Core" />
9699
<Reference Include="Xamarin.iOS" />
97-
<Reference Include="Newtonsoft.Json">
98-
<HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
99-
</Reference>
100100
</ItemGroup>
101101
<ItemGroup>
102102
<Folder Include="Resources\" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="xamarinios10" />
4-
<package id="Notifo.SDK" version="1.2.0" targetFramework="xamarinios10" />
3+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="xamarinios10" />
4+
<package id="Notifo.SDK" version="1.3.0" targetFramework="xamarinios10" />
55
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="xamarinios10" />
66
</packages>

sdk/Notifo.SDK.FirebasePlugin/Notifo.SDK.FirebasePlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646

4747
<ItemGroup>
48-
<PackageReference Include="Notifo.SDK" Version="1.2.0" />
48+
<PackageReference Include="Notifo.SDK" Version="1.3.0" />
4949
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
5050
<PackageReference Include="Xamarin.Firebase.iOS.CloudMessaging" Version="8.10.0.1" />
5151
<PackageReference Include="Xamarin.Firebase.iOS.Core" Version="8.10.0.1" />

sdk/Notifo.SDK/Notifo.SDK.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ItemGroup>
4949
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
5050
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.1" />
51-
<PackageReference Include="Notifo.SDK" Version="1.2.0" />
51+
<PackageReference Include="Notifo.SDK" Version="1.3.0" />
5252
<PackageReference Include="Polly" Version="7.2.1" />
5353
<PackageReference Include="RefactoringEssentials" Version="5.6.0">
5454
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)