Skip to content

Commit a342d9b

Browse files
committed
Updated version number
1 parent f7930cc commit a342d9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Update version
2121
run: |
2222
(Get-Content -Path src\LoggerVisualizer\LoggerVisualizer.csproj) |
23-
ForEach-Object {$_ -Replace '<AssemblyVersion>0.1.0</AssemblyVersion>', '<AssemblyVersion>0.1.${{ github.run_number }}</AssemblyVersion>'} |
23+
ForEach-Object {$_ -Replace '<AssemblyVersion>0.1.0</AssemblyVersion>', '<AssemblyVersion>0.2.${{ github.run_number }}</AssemblyVersion>'} |
2424
Set-Content -Path src\LoggerVisualizer\LoggerVisualizer.csproj
2525
- name: Restore
2626
run: nuget restore
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
3939
with:
40-
tag_name: 0.1.${{ github.run_number }}
41-
release_name: Release 0.1.${{ github.run_number }}
40+
tag_name: 0.2.${{ github.run_number }}
41+
release_name: Release 0.2.${{ github.run_number }}
4242
draft: false
4343
- name: Upload VSIX
4444
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)