Skip to content

Commit 2e003f8

Browse files
authored
Merge pull request #59 from JohnTheGr8/plugin_portable_pdb
Create a portable pdb file in release builds of Flow.Launcher.Plugin
2 parents e475d2f + 8171df9 commit 2e003f8

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)