Skip to content

Commit

Permalink
Update to latest azure notifications hubs to use FCMv1 enum parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 12, 2024
1 parent 90bb156 commit db05f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ protected Installation GetInstallation(string nativeRegToken)
#if APPLE
Platform = NotificationPlatform.Apns
#elif ANDROID
Platform = NotificationPlatform.Fcm
Platform = NotificationPlatform.FcmV1
#endif
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.1.0" />
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.2.0" />
<ProjectReference Include="..\Shiny.Push\Shiny.Push.csproj" />
</ItemGroup>

Expand Down

0 comments on commit db05f79

Please sign in to comment.