-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from Hirogen/v1.8.7-json-options
V1.8.7 version update
- Loading branch information
Showing
4 changed files
with
53 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ Version Version | |
{ | ||
get | ||
{ | ||
int patch = 0; | ||
int patch = 7; | ||
|
||
if (AppVeyor.Instance != null) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp2.0</TargetFramework> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
<RootNamespace></RootNamespace> | ||
<IsPackable>False</IsPackable> | ||
<NoWarn>CS0649;CS0169</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="chocolatey" Version="0.10.14" /> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp2.0</TargetFramework> | ||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | ||
<RootNamespace></RootNamespace> | ||
<IsPackable>False</IsPackable> | ||
<NoWarn>CS0649;CS0169</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="chocolatey" Version="0.10.14" /> | ||
<PackageReference Include="GitVersion.CommandLine.DotNetCore" Version="5.0.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="NuGet.CommandLine" Version="5.2.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Nuke.Common" Version="0.21.2" /> | ||
<PackageReference Include="Nuke.GitHub" Version="1.5.0" /> | ||
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<NukeMetadata Include="**\*.json" Exclude="bin\**;obj\**" /> | ||
<NukeExternalFiles Include="**\*.*.ext" Exclude="bin\**;obj\**" /> | ||
<None Remove="*.csproj.DotSettings;*.ref.*.txt" /> | ||
<None Include="..\appveyor-release.yml" Link="appveyor-release.yml" /> | ||
<None Include="..\Build-DebugPack.ps1" Link="Build-DebugPack.ps1" /> | ||
<None Include="..\Build-ReleasePack.ps1" Link="Build-ReleasePack.ps1" /> | ||
|
||
<!-- Common build related files --> | ||
<None Include="..\build.ps1" /> | ||
<None Include="..\build.sh" /> | ||
<None Include="..\.nuke" /> | ||
<None Include="..\global.json" Condition="Exists('..\global.json')" /> | ||
<None Include="..\nuget.config" Condition="Exists('..\nuget.config')" /> | ||
<None Include="..\azure-pipelines.yml" Condition="Exists('..\azure-pipelines.yml')" /> | ||
<None Include="..\Jenkinsfile" Condition="Exists('..\Jenkinsfile')" /> | ||
<None Include="..\appveyor.yml" Condition="Exists('..\appveyor.yml')" /> | ||
<None Include="..\.travis.yml" Condition="Exists('..\.travis.yml')" /> | ||
<None Include="..\GitVersion.yml" Condition="Exists('..\GitVersion.yml')" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</PackageReference> | ||
<PackageReference Include="NuGet.CommandLine" Version="5.2.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Nuke.Common" Version="0.21.2" /> | ||
<PackageReference Include="Nuke.GitHub" Version="1.5.0" /> | ||
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<NukeMetadata Include="**\*.json" Exclude="bin\**;obj\**" /> | ||
<NukeExternalFiles Include="**\*.*.ext" Exclude="bin\**;obj\**" /> | ||
<None Remove="*.csproj.DotSettings;*.ref.*.txt" /> | ||
<None Include="..\appveyor-release.yml" Link="appveyor-release.yml" /> | ||
<None Include="..\Build-DebugPack.ps1" Link="Build-DebugPack.ps1" /> | ||
<None Include="..\Build-ReleasePack.ps1" Link="Build-ReleasePack.ps1" /> | ||
|
||
<!-- Common build related files --> | ||
<None Include="..\build.ps1" /> | ||
<None Include="..\build.sh" /> | ||
<None Include="..\.nuke" /> | ||
<None Include="..\global.json" Condition="Exists('..\global.json')" /> | ||
<None Include="..\nuget.config" Condition="Exists('..\nuget.config')" /> | ||
<None Include="..\azure-pipelines.yml" Condition="Exists('..\azure-pipelines.yml')" /> | ||
<None Include="..\Jenkinsfile" Condition="Exists('..\Jenkinsfile')" /> | ||
<None Include="..\appveyor.yml" Condition="Exists('..\appveyor.yml')" /> | ||
<None Include="..\.travis.yml" Condition="Exists('..\.travis.yml')" /> | ||
<None Include="..\GitVersion.yml" Condition="Exists('..\GitVersion.yml')" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters