Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion committed Apr 21, 2023
1 parent ce8aa63 commit a4e7d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest
environment: Default
env:
NUPKG_MAJOR: 1.2.0
NUPKG_MAJOR: 4.0.0
# CODESIGN_PFX: ${{ secrets.CODESIGN_PFX }}
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Vapolia.UserInteraction/Vapolia.UserInteraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/softlion/UserInteraction</PackageProjectUrl>
<PackageReleaseNotes>
4.0.0 unified version with old Xamarin
1.0.1 replaced ios WaitIndicator from AlertView to UIAlertAction
--- version is now 1.0.0
4.0.1: replace android toast by a snackbar, and make its background color customizable.
Expand Down

0 comments on commit a4e7d5d

Please sign in to comment.