Skip to content

Commit 416cc71

Browse files
authored
Merge pull request #63 from JohnTheGr8/plugin_enhancements
Plugin enhancements
2 parents 7d7421a + 07a4c82 commit 416cc71

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

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

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

1616
<PropertyGroup>
1717
<Version>1.0.0</Version>
18-
<PackageVersion>1.0.0-beta2</PackageVersion>
18+
<PackageVersion>1.0.0-beta3</PackageVersion>
1919
<AssemblyVersion>1.0.0</AssemblyVersion>
2020
<FileVersion>1.0.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
22-
<IncludeSymbols>true</IncludeSymbols>
23-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2422
<Authors>Flow-Launcher</Authors>
2523
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2624
<RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
@@ -30,6 +28,10 @@
3028
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3129
</PropertyGroup>
3230

31+
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
32+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
33+
</PropertyGroup>
34+
3335
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3436
<DebugSymbols>true</DebugSymbols>
3537
<DebugType>full</DebugType>
@@ -43,7 +45,7 @@
4345
</PropertyGroup>
4446

4547
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46-
<DebugType>portable</DebugType>
48+
<DebugType>embedded</DebugType>
4749
<Optimize>true</Optimize>
4850
<OutputPath>..\Output\Release\</OutputPath>
4951
<DefineConstants>TRACE</DefineConstants>
@@ -54,18 +56,7 @@
5456

5557
<ItemGroup>
5658
<None Include="README.md" />
57-
</ItemGroup>
58-
59-
<ItemGroup>
60-
<None Remove="FodyWeavers.xml" />
61-
</ItemGroup>
62-
63-
<ItemGroup>
64-
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
65-
</ItemGroup>
66-
67-
<ItemGroup>
68-
<Content Include="FodyWeavers.xml" />
59+
<None Include="FodyWeavers.xml" />
6960
</ItemGroup>
7061

7162
<ItemGroup>

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ artifacts:
2929
- path: 'Output\Packages\Flow-Launcher-*.zip'
3030
name: Zip
3131
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
32-
name: Plugin nupkg
33-
- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg'
34-
name: Plugin snupkg
32+
name: Plugin nupkg

0 commit comments

Comments
 (0)