revise assembly version

This commit is contained in:
Hongtao Zhang 2024-03-26 18:10:17 -05:00
parent c6ca273e0b
commit 41ad35ab7d
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -5,5 +5,3 @@ using System.Windows;
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]