Merge pull request #4292 from Flow-Launcher/merge_2_1_0
Some checks failed
Build / build (push) Has been cancelled

Merge v2.1.0 back to dev
This commit is contained in:
Jeremy Wu 2026-02-25 22:54:55 +11:00 committed by GitHub
commit 10fcbb9990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -15,10 +15,10 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>5.1.0</Version> <Version>5.2.0</Version>
<PackageVersion>5.1.0</PackageVersion> <PackageVersion>5.2.0</PackageVersion>
<AssemblyVersion>5.1.0</AssemblyVersion> <AssemblyVersion>5.2.0</AssemblyVersion>
<FileVersion>5.1.0</FileVersion> <FileVersion>5.2.0</FileVersion>
<PackageId>Flow.Launcher.Plugin</PackageId> <PackageId>Flow.Launcher.Plugin</PackageId>
<Authors>Flow-Launcher</Authors> <Authors>Flow-Launcher</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>

View file

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text.Json.Serialization; using System.Text.Json.Serialization;

View file

@ -1,4 +1,4 @@
version: '2.0.3.{build}' version: '2.1.0.{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. # 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 skip_tags: true