mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
revise assembly version
This commit is contained in:
parent
c6ca273e0b
commit
41ad35ab7d
2 changed files with 1 additions and 3 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: vers-one/dotnet-project-version-updater@v1.5
|
||||
with:
|
||||
file: |
|
||||
"Flow.Launcher/**/*.csproj", "Flow.Launcher/**/*.nuspec", "Flow.Launcher/**/AssemblyInfo.cs"
|
||||
"**/SolutionAssemblyInfo.cs"
|
||||
version: "1.17.2"
|
||||
- uses: actions/cache@v4
|
||||
name: Restore Nuget Cache
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ using System.Windows;
|
|||
ResourceDictionaryLocation.None,
|
||||
ResourceDictionaryLocation.SourceAssembly
|
||||
)]
|
||||
[assembly: AssemblyVersion("1.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue