Skip to content

Commit f564d4b

Browse files
committed
Merge branch 'dev' into add_handling_typereflectionerror
2 parents 5cf85b4 + 2e003f8 commit f564d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup>
1717
<Version>1.0.0</Version>
18-
<PackageVersion>1.0.0-beta1</PackageVersion>
18+
<PackageVersion>1.0.0-beta2</PackageVersion>
1919
<AssemblyVersion>1.0.0</AssemblyVersion>
2020
<FileVersion>1.0.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
@@ -43,7 +43,7 @@
4343
</PropertyGroup>
4444

4545
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46-
<DebugType>pdbonly</DebugType>
46+
<DebugType>portable</DebugType>
4747
<Optimize>true</Optimize>
4848
<OutputPath>..\Output\Release\</OutputPath>
4949
<DefineConstants>TRACE</DefineConstants>

0 commit comments

Comments
 (0)