Skip to content

Commit 10fcbb9

Browse files
authored
Merge pull request #4292 from Flow-Launcher/merge_2_1_0
Merge v2.1.0 back to dev
2 parents 3b3a59f + 980c1a1 commit 10fcbb9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
18-
<Version>5.1.0</Version>
19-
<PackageVersion>5.1.0</PackageVersion>
20-
<AssemblyVersion>5.1.0</AssemblyVersion>
21-
<FileVersion>5.1.0</FileVersion>
18+
<Version>5.2.0</Version>
19+
<PackageVersion>5.2.0</PackageVersion>
20+
<AssemblyVersion>5.2.0</AssemblyVersion>
21+
<FileVersion>5.2.0</FileVersion>
2222
<PackageId>Flow.Launcher.Plugin</PackageId>
2323
<Authors>Flow-Launcher</Authors>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Flow.Launcher/Storage/QueryHistory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text.Json.Serialization;

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.0.3.{build}'
1+
version: '2.1.0.{build}'
22

33
# 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.
44
skip_tags: true

0 commit comments

Comments
 (0)