File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
sample/SampleNotificationServiceExtension Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 19
19
VERSION="${VERSION//v}"
20
20
nuget restore
21
21
cd sdk/Notifo.SDK/
22
- msbuild Notifo.SDK.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
22
+ msbuild Notifo.SDK.Core. csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
23
23
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
24
24
cd ../Notifo.SDK.FirebasePlugin/
25
25
msbuild Notifo.SDK.FirebasePlugin.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
Original file line number Diff line number Diff line change 91
91
<Reference Include =" System.Xml" />
92
92
<Reference Include =" System.Core" />
93
93
<Reference Include =" Xamarin.iOS" />
94
+ <Reference Include =" Newtonsoft.Json" >
95
+ <HintPath >..\..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath >
96
+ </Reference >
97
+ <Reference Include =" Notifo.SDK" >
98
+ <HintPath >..\..\packages\Notifo.SDK.1.0.0-beta7\lib\netstandard2.1\Notifo.SDK.dll</HintPath >
99
+ </Reference >
94
100
</ItemGroup >
95
101
<ItemGroup >
96
102
<Folder Include =" Resources\" />
97
103
</ItemGroup >
98
104
<ItemGroup >
99
105
<None Include =" Info.plist" />
100
106
<None Include =" Entitlements.plist" />
107
+ <None Include =" packages.config" />
101
108
</ItemGroup >
102
109
<ItemGroup >
103
110
<Compile Include =" NotificationService.cs" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <packages >
3
+ <package id =" Newtonsoft.Json" version =" 12.0.3" targetFramework =" xamarinios10" />
4
+ <package id =" Notifo.SDK" version =" 1.0.0-beta7" targetFramework =" xamarinios10" />
5
+ <package id =" System.ComponentModel.Annotations" version =" 5.0.0" targetFramework =" xamarinios10" />
6
+ </packages >
You can’t perform that action at this time.
0 commit comments