Skip to content

Commit 7ca2ce1

Browse files
jjw24TBM13
authored andcommitted
Merge pull request Flow-Launcher#4047 from Flow-Launcher/merge_back_2_0_2
Merge v2.0.2 back to dev
1 parent 5647476 commit 7ca2ce1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

1616
<PropertyGroup>
17-
<Version>5.0.0</Version>
18-
<PackageVersion>5.0.0</PackageVersion>
19-
<AssemblyVersion>5.0.0</AssemblyVersion>
20-
<FileVersion>5.0.0</FileVersion>
17+
<Version>5.1.0</Version>
18+
<PackageVersion>5.1.0</PackageVersion>
19+
<AssemblyVersion>5.1.0</AssemblyVersion>
20+
<FileVersion>5.1.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
2222
<Authors>Flow-Launcher</Authors>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Flow.Launcher/PublicAPIInstance.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.Concurrent;
33
using System.Collections.Generic;
44
using System.Collections.Specialized;

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.0.1.{build}'
1+
version: '2.0.2.{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)