|
15 | 15 |
|
16 | 16 | <PropertyGroup>
|
17 | 17 | <Version>1.0.0</Version>
|
18 |
| - <PackageVersion>1.0.0-beta2</PackageVersion> |
| 18 | + <PackageVersion>1.0.0-beta3</PackageVersion> |
19 | 19 | <AssemblyVersion>1.0.0</AssemblyVersion>
|
20 | 20 | <FileVersion>1.0.0</FileVersion>
|
21 | 21 | <PackageId>Flow.Launcher.Plugin</PackageId>
|
22 |
| - <IncludeSymbols>true</IncludeSymbols> |
23 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
24 | 22 | <Authors>Flow-Launcher</Authors>
|
25 | 23 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
26 | 24 | <RepositoryUrl>https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl>
|
|
30 | 28 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
31 | 29 | </PropertyGroup>
|
32 | 30 |
|
| 31 | + <PropertyGroup Condition="'$(APPVEYOR)' == 'True'"> |
| 32 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 33 | + </PropertyGroup> |
| 34 | + |
33 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
34 | 36 | <DebugSymbols>true</DebugSymbols>
|
35 | 37 | <DebugType>full</DebugType>
|
|
43 | 45 | </PropertyGroup>
|
44 | 46 |
|
45 | 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
46 |
| - <DebugType>portable</DebugType> |
| 48 | + <DebugType>embedded</DebugType> |
47 | 49 | <Optimize>true</Optimize>
|
48 | 50 | <OutputPath>..\Output\Release\</OutputPath>
|
49 | 51 | <DefineConstants>TRACE</DefineConstants>
|
|
54 | 56 |
|
55 | 57 | <ItemGroup>
|
56 | 58 | <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" /> |
69 | 60 | </ItemGroup>
|
70 | 61 |
|
71 | 62 | <ItemGroup>
|
|
0 commit comments