We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e475d2f + 8171df9 commit 2e003f8Copy full SHA for 2e003f8
Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj
@@ -15,7 +15,7 @@
15
16
<PropertyGroup>
17
<Version>1.0.0</Version>
18
- <PackageVersion>1.0.0-beta1</PackageVersion>
+ <PackageVersion>1.0.0-beta2</PackageVersion>
19
<AssemblyVersion>1.0.0</AssemblyVersion>
20
<FileVersion>1.0.0</FileVersion>
21
<PackageId>Flow.Launcher.Plugin</PackageId>
@@ -43,7 +43,7 @@
43
</PropertyGroup>
44
45
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
- <DebugType>pdbonly</DebugType>
+ <DebugType>portable</DebugType>
47
<Optimize>true</Optimize>
48
<OutputPath>..\Output\Release\</OutputPath>
49
<DefineConstants>TRACE</DefineConstants>
0 commit comments