Skip to content

Commit 408fabd

Browse files
committed
update project versions
1 parent 6347893 commit 408fabd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup>
1717
<Version>1.0.0</Version>
18-
<PackageVersion>1.0.0</PackageVersion>
18+
<PackageVersion>1.0.0-beta1</PackageVersion>
1919
<AssemblyVersion>1.0.0</AssemblyVersion>
2020
<FileVersion>1.0.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>

appveyor.yml

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

33
init:
44
- ps: |

0 commit comments

Comments
 (0)