Skip to content

Commit 618c4bf

Browse files
committed
v1
1 parent 8a23d04 commit 618c4bf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: MAUIAppVersion
19-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
19+
uses: managedcode/MAUIAppVersion@v1
2020
with:
2121
csproj: tests/MauiApp.csproj
2222
version: ${{ github.run_number }}
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: MAUIAppVersion
31-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
31+
uses: managedcode/MAUIAppVersion@v1
3232
with:
3333
csproj: tests/MauiApp.csproj
3434
version: ${{ github.run_number }}
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: MAUIAppVersion
42-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
42+
uses: managedcode/MAUIAppVersion@v1
4343
with:
4444
csproj: tests/MauiApp.csproj
4545
version: ${{ github.run_number }}
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: MAUIAppVersion
53-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
53+
uses: managedcode/MAUIAppVersion@v1
5454
with:
5555
csproj: tests/MauiApp.csproj
5656
displayVersion: '100.500'
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v3
6262
- name: MAUIAppVersion
63-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
63+
uses: managedcode/MAUIAppVersion@v1
6464
with:
6565
csproj: tests/MauiApp.csproj
6666
version: ${{ github.run_number }}
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v3
7272
- name: MAUIAppVersion
73-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
73+
uses: managedcode/MAUIAppVersion@v1
7474
with:
7575
csproj: tests/MauiApp.csproj
7676

@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v3
8181
- name: MAUIAppVersion
82-
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
82+
uses: managedcode/MAUIAppVersion@v1
8383
with:
8484
csproj: tests/MauiApp.csproj
8585
printFile: true

0 commit comments

Comments
 (0)