Skip to content

Commit a4e7d5d

Browse files
committed
version 4.0.0
1 parent ce8aa63 commit a4e7d5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
environment: Default
1616
env:
17-
NUPKG_MAJOR: 1.2.0
17+
NUPKG_MAJOR: 4.0.0
1818
# CODESIGN_PFX: ${{ secrets.CODESIGN_PFX }}
1919
steps:
2020
- uses: actions/checkout@v2

Vapolia.UserInteraction/Vapolia.UserInteraction.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
8383
<PackageProjectUrl>https://github.com/softlion/UserInteraction</PackageProjectUrl>
8484
<PackageReleaseNotes>
85+
4.0.0 unified version with old Xamarin
8586
1.0.1 replaced ios WaitIndicator from AlertView to UIAlertAction
8687
--- version is now 1.0.0
8788
4.0.1: replace android toast by a snackbar, and make its background color customizable.

0 commit comments

Comments
 (0)