Skip to content

Commit

Permalink
Bump version to 2.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Galliker committed Oct 1, 2024
1 parent affb91e commit 8245729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
<RepositoryUrl>https://github.com/thomasgalliker/Plugin.FirebasePushNotifications</RepositoryUrl>
<Company>superdev GmbH</Company>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageReleaseNotes>2.4
<PackageReleaseNotes>2.5
- Move static properties from Android's FirebasePushNotificationManager to FirebasePushNotificationAndroidOptions

2.4
- Refactor instanciation of IFirebasePushNotification.
- Refactor startup procedure of platform-specific services.
- Add singleton instance INotificationPermissions.Current.
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables:
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
majorVersion: 2
minorVersion: 4
minorVersion: 5
patchVersion: $[counter(format('{0}.{1}', variables.majorVersion, variables.minorVersion), 0)]
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
# Versioning: 1.0.0
Expand Down

0 comments on commit 8245729

Please sign in to comment.