Skip to content

Commit 4a85653

Browse files
committed
Package upgrades
1 parent 0136a63 commit 4a85653

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CorePush.Tester/CorePush.Tester.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="FirebaseAdmin" Version="3.1.0" />
14-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.7.0" />
13+
<PackageReference Include="FirebaseAdmin" Version="3.3.0" />
14+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
1515
</ItemGroup>
1616

1717
</Project>

CorePush/CorePush.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<Summary>Server Side library for sending ✅Web, ✅Android and ✅iOS Push Notifications</Summary>
1111
<Authors>andrei-m-code</Authors>
1212

13-
<AssemblyVersion>4.3.0</AssemblyVersion>
14-
<FileVersion>4.3.0</FileVersion>
15-
<Version>4.3.0</Version>
13+
<AssemblyVersion>4.4.0</AssemblyVersion>
14+
<FileVersion>4.4.0</FileVersion>
15+
<Version>4.4.0</Version>
1616

1717
<PackageProjectUrl>https://github.com/andrei-m-code/CorePush</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/andrei-m-code/CorePush</RepositoryUrl>
@@ -25,7 +25,7 @@
2525
<PackageTags>push-notifications android-push-notifications ios-push-notifications web-push web-push-notifications apn fcm firebase</PackageTags>
2626

2727
<PackageReleaseNotes>
28-
v4.3.0
28+
v4.3.0, v4.4.0
2929
- Upgrade to Bouncycastle.Cryptography
3030
- Other pkg version bumps
3131

@@ -82,7 +82,7 @@ v3.0.0
8282
</PropertyGroup>
8383

8484
<ItemGroup>
85-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />
85+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
8686
</ItemGroup>
8787

8888
<ItemGroup>

0 commit comments

Comments
 (0)