Skip to content

Commit

Permalink
Merge branch 'release/v0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII committed Jun 7, 2018
2 parents 5218ab7 + 33366bf commit 69983b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,4 @@ BuildArtifacts/

# .NET Core
.dotnet/
**/.dotnet
4 changes: 4 additions & 0 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
issue-labels-include:
- Bug
- Feature
- Maintenance
10 changes: 5 additions & 5 deletions src/Cake.Homebrew.Tests/Cake.Homebrew.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.23.0" />
<PackageReference Include="Cake.Testing" Version="0.23.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Cake.Core" Version="0.28.0" />
<PackageReference Include="Cake.Testing" Version="0.28.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="NSubstitute" Version="3.1.0" />
<PackageReference Include="xunit" Version="2.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
<!-- Define .NET Core constants -->
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.6'">
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Homebrew/Cake.Homebrew.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6;net46</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<DebugType>full</DebugType>
Expand All @@ -19,6 +19,6 @@
<PackageIconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.23.0" />
<PackageReference Include="Cake.Core" Version="0.28.0" />
</ItemGroup>
</Project>

0 comments on commit 69983b4

Please sign in to comment.