Skip to content

Commit 6cb9315

Browse files
committed
Upgrade to use Bouncycastle.Cryptography package
1 parent 98ce5ba commit 6cb9315

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CorePush.Tester/CorePush.Tester.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="FirebaseAdmin" Version="3.1.0" />
14-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" />
14+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
1515
</ItemGroup>
1616

1717
</Project>

CorePush/CorePush.csproj

+8-4
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.2.1</AssemblyVersion>
14-
<FileVersion>4.2.1</FileVersion>
15-
<Version>4.2.1</Version>
13+
<AssemblyVersion>4.3.0</AssemblyVersion>
14+
<FileVersion>4.3.0</FileVersion>
15+
<Version>4.3.0</Version>
1616

1717
<PackageProjectUrl>https://github.com/andrei-m-code/CorePush</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/andrei-m-code/CorePush</RepositoryUrl>
@@ -25,6 +25,10 @@
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
29+
- Upgrade to Bouncycastle.Cryptography
30+
- Other pkg version bumps
31+
2832
v4.2.0
2933
- Dependencies upgrade
3034
- Firebase Push Result
@@ -78,7 +82,7 @@ v3.0.0
7882
</PropertyGroup>
7983

8084
<ItemGroup>
81-
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
85+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />
8286
</ItemGroup>
8387

8488
<ItemGroup>

0 commit comments

Comments
 (0)