Skip to content

Commit 4cb3465

Browse files
committed
workflow filed updated
nuget configurations updated
1 parent 99fcca7 commit 4cb3465

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

src/AdsPush.APNS/AdsPush.APNS.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Description>
99
AdsPush is the server-side push notification library supports fully APNS(Apple Push Notification Service) and FCM (Firebase Cloud Messaging)
1010
</Description>
11-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1211
<PackageIcon>logo.png</PackageIcon>
1312
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
1413
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
@@ -19,14 +18,16 @@
1918
</PropertyGroup>
2019

2120
<ItemGroup>
22-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
23-
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
24-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
25-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
21+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0"/>
22+
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0"/>
23+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
24+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10"/>
2625
</ItemGroup>
2726

2827
<ItemGroup>
29-
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj" />
28+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
29+
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
30+
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj"/>
3031
</ItemGroup>
3132

3233
</Project>

src/AdsPush.Abstraction/AdsPush.Abstraction.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Description>
99
AdsPush is the server-side push notification library supports fully APNS(Apple Push Notification Service) and FCM (Firebase Cloud Messaging)
1010
</Description>
11-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1211
<PackageIcon>logo.png</PackageIcon>
1312
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
1413
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
@@ -17,9 +16,11 @@
1716
<PackageReadmeFile>README.md</PackageReadmeFile>
1817
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
1918
</PropertyGroup>
20-
19+
2120
<ItemGroup>
22-
<PackageReference Include="FirebaseAdmin" Version="2.3.0" />
21+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
22+
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
23+
<PackageReference Include="FirebaseAdmin" Version="2.3.0"/>
2324
</ItemGroup>
2425

2526
</Project>

src/AdsPush.Firebase/AdsPush.Firebase.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Description>
99
AdsPush is the server-side push notification library supports fully APNS(Apple Push Notification Service) and FCM (Firebase Cloud Messaging)
1010
</Description>
11-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1211
<PackageIcon>logo.png</PackageIcon>
1312
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
1413
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
@@ -19,13 +18,15 @@
1918
</PropertyGroup>
2019

2120
<ItemGroup>
22-
<PackageReference Include="FirebaseAdmin" Version="2.3.0" />
23-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
24-
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
21+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
22+
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
23+
<PackageReference Include="FirebaseAdmin" Version="2.3.0"/>
24+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1"/>
25+
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0"/>
2526
</ItemGroup>
2627

2728
<ItemGroup>
28-
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj" />
29+
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj"/>
2930
</ItemGroup>
3031

3132
</Project>

0 commit comments

Comments
 (0)