-
Notifications
You must be signed in to change notification settings - Fork 56
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 #979 from SubPointSolutions/dev
SPMeta2 1.2.120-beta3, March 2017
- Loading branch information
Showing
6 changed files
with
73 additions
and
35 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## What's new in @Model.ReleaseTitle @Model.ReleaseVersion, @Model.ReleaseMonthAndYear | ||
|
||
@if(!System.String.IsNullOrEmpty(Model.AssemblyFileVersion)) | ||
{ | ||
<text> | ||
AssemblyFileVersion: @Model.AssemblyFileVersion | ||
</text> | ||
} | ||
|
||
@foreach(var releaseGroup in Model.ReleaseIssueGroups){ | ||
|
||
var items = releaseGroup.Issues; | ||
var label = releaseGroup.Label; | ||
var labelTitle = releaseGroup.LabelTitle; | ||
|
||
if (items.Count > 0) | ||
{ | ||
<text> | ||
### @labelTitle | ||
@foreach (var item in items) | ||
{ | ||
<text>* <a href='@item.Url'>#@item.Number</a>, @item.Title</text> | ||
} | ||
</text> | ||
} | ||
} | ||
|
||
### Feature requests, support and contributions | ||
This project is a part of the [SPMeta2 ecosystem](http://subpointsolutions.com). In case you have unexpected issues, feedback or keen to see new features, please join [Yammer Community](https://www.yammer.com/spmeta2feedback), check out [documentation](http://docs.subpointsolutions.com/spmeta2/) or post your feedback or issues directly at [GitHub issue tracker](https://github.com/SubPointSolutions/spmeta2/issues). Enterprise support and SLA is [available upon request](http://subpointsolutions.com/services/). | ||
|
||
* [Yammer Community](https://www.yammer.com/spmeta2feedback) | ||
* [@Model.ProjectName documentation](http://docs.subpointsolutions.com/spmeta2/) | ||
* [GitHub issue tracker](https://github.com/SubPointSolutions/spmeta2/issues) |
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Cake" version="0.17.0" /> | ||
<package id="SubPointSolutions.CakeBuildTools" version="0.1.0-beta3" /> | ||
<package id="SubPointSolutions.CakeBuildTools" version="0.1.0-beta5" /> | ||
</packages> |
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