mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
use Sem2 versioning
This commit is contained in:
parent
cb7fc2be47
commit
42c21a2815
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
file: |
|
||||
"**/SolutionAssemblyInfo.cs"
|
||||
version: 1.17.2.${{ steps.buildnumber.outputs.build_number }}
|
||||
version: 1.17.2-build.${{ steps.buildnumber.outputs.build_number }}
|
||||
- uses: actions/cache@v4
|
||||
name: Restore Nuget Cache
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue