We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8aa63 commit a4e7d5dCopy full SHA for a4e7d5d
.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: windows-latest
15
environment: Default
16
env:
17
- NUPKG_MAJOR: 1.2.0
+ NUPKG_MAJOR: 4.0.0
18
# CODESIGN_PFX: ${{ secrets.CODESIGN_PFX }}
19
steps:
20
- uses: actions/checkout@v2
Vapolia.UserInteraction/Vapolia.UserInteraction.csproj
@@ -82,6 +82,7 @@
82
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
83
<PackageProjectUrl>https://github.com/softlion/UserInteraction</PackageProjectUrl>
84
<PackageReleaseNotes>
85
+ 4.0.0 unified version with old Xamarin
86
1.0.1 replaced ios WaitIndicator from AlertView to UIAlertAction
87
--- version is now 1.0.0
88
4.0.1: replace android toast by a snackbar, and make its background color customizable.
0 commit comments