diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d23ee42..56f538a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,12 @@ jobs: - name: Build run: dotnet build ${{ env.Project_Path }} --configuration Release --no-restore + # Get package version + - name: Get Package Version + run: | + $version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion + echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append + # Execute all unit tests in the solution - name: Execute unit tests if: github.event_name == 'push' && github.ref != 'refs/heads/main' diff --git a/Flow.Launcher.Localization/Flow.Launcher.Localization.csproj b/Flow.Launcher.Localization/Flow.Launcher.Localization.csproj index e30852f..7b3e121 100644 --- a/Flow.Launcher.Localization/Flow.Launcher.Localization.csproj +++ b/Flow.Launcher.Localization/Flow.Launcher.Localization.csproj @@ -1,17 +1,34 @@  - 0.0.1 netstandard2.0 true Flow.Launcher.Localization - + Flow.Launcher.Localization false true true true + + 0.0.1 + 0.0.1 + 0.0.1 + 0.0.1 + Flow.Launcher.Localization + Flow Launcher Localization Toolkit + Localization toolkit for Flow Launcher and its plugins + Flow-Launcher + MIT + https://github.com/Flow-Launcher/Flow.Launcher.Localization + Localization toolkit for Flow Launcher and its plugins + localization-tool; localization-toolkit; flow-launcher; flow-launcher-plugins; flowlauncher; localization-tools; flow-launcher-plugin + true + true + README.md + + All @@ -40,6 +57,10 @@ analyzers/dotnet/cs false + + True + \ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e005e9c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Flow Launcher Localization Toolkit + +Localization toolkit for Flow Launcher and its plugins