Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/v0.4.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII committed May 9, 2019
2 parents fe3d9fe + 8c8329f commit 1961d99
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 14 additions & 0 deletions GitReleaseManager.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
create:
include-footer: false
footer-heading:
footer-content:
footer-includes-milestone: false
milestone-replace-text:
export:
include-created-date-in-title: false
created-date-string-format:
perform-regex-removal: false
regex-text:
multiline-regex: false
issue-labels-include:
- Bug
- Enhancement
- Documentation
- Maintenance

issue-labels-exclude:
- Build
- House Keeping
Expand Down
4 changes: 2 additions & 2 deletions Xamarin.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ADDINS
///////////////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.AndroidAppManifest&version=1.1.1
#addin nuget:?package=Cake.AndroidAppManifest&version=1.1.2
#addin nuget:?package=Cake.AppCenter&version=1.2.0
#addin nuget:?package=Cake.Fastlane&version=0.6.0
#addin nuget:?package=Cake.Figlet&version=1.2.0
#addin nuget:?package=Cake.Plist&version=0.5.0
#addin nuget:?package=Cake.Plist&version=0.6.0
4 changes: 1 addition & 3 deletions Xamarin.Recipe/Content/tools.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
///////////////////////////////////////////////////////////////////////////////

private const string GitReleaseManagerTool = "#tool nuget:?package=gitreleasemanager&version=0.7.0";
private const string GitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=3.6.5";
private const string GitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=4.0.0";
private const string WyamTool = "#tool nuget:?package=Wyam&version=1.2.0";
private const string MSBuildExtensionPackTool = "#tool nuget:?package=MSBuild.Extension.Pack&version=1.9.0";
private const string XUnitTool = "#tool nuget:?package=xunit.runner.console&version=2.1.0";
private const string AndroidAppManifest = "#addin nuget:?package=Cake.AndroidAppManifest&version=1.1.0";
private const string CakePlist = "#addin nuget:?package=Cake.Plist&version=0.4.0";

Action<string, Action> RequireTool = (tool, action) =>
{
Expand Down

0 comments on commit 1961d99

Please sign in to comment.