Merge pull request #4001 from Flow-Launcher/merge_back_v2_0_1

Merge v2.0.1 back into dev
This commit is contained in:
Jeremy Wu 2025-09-21 23:32:09 +10:00 committed by GitHub
commit 7de420e32b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>

View file

@ -1,4 +1,4 @@
version: '2.0.0.{build}'
version: '2.0.1.{build}'
# Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments.
skip_tags: true