-
-
Notifications
You must be signed in to change notification settings - Fork 140
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 #148 from paulcbetts/develop
+semver: breaking
- Loading branch information
Showing
86 changed files
with
6,295 additions
and
656 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 was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
create: | ||
include-footer: true | ||
footer-heading: Where to get it | ||
footer-content: You can download this release from [nuget.org](https://www.nuget.org/packages/splat/{milestone}) | ||
footer-includes-milestone: true | ||
milestone-replace-text: '{milestone}' | ||
export: | ||
include-created-date-in-title: true | ||
created-date-string-format: MMMM dd, yyyy | ||
perform-regex-removal: true | ||
regex-text: '### Where to get it(\r\n)*You can .*\)' | ||
multiline-regex: true | ||
issue-labels-include: | ||
- Breaking change | ||
- Feature | ||
- Bug | ||
- Improvement | ||
- Documentation | ||
issue-labels-exclude: | ||
- Build | ||
issue-labels-alias: | ||
- name: Documentation | ||
header: Documentation | ||
plural: Documentation |
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,14 @@ | ||
assembly-versioning-scheme: None | ||
branches: | ||
master: | ||
mode: ContinuousDelivery | ||
tag: | ||
increment: Patch | ||
prevent-increment-of-merged-branch-version: true | ||
track-merge-target: false | ||
dev(elop)?(ment)?$: | ||
mode: ContinuousDeployment | ||
tag: alpha | ||
increment: Minor | ||
prevent-increment-of-merged-branch-version: false | ||
track-merge-target: true |
File renamed without changes.
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,16 @@ | ||
### 2.0.0 | ||
|
||
**Features** | ||
|
||
- .NET Standard 1.0 support has been added to replace `Profile259` Portable Class Library | ||
- .NET Standard 1.4 support has been added to emulate Xamarin* and Mono* TFMs | ||
|
||
**Breaking Changes** | ||
|
||
- Windows Phone 8 and Windows Runtime support have been deprecated, as VS2015 tooling no longer supports these platforms | ||
- specific builds for Xamarin and Mono tooling have been removed due to existing limitations of .NET command line tooling | ||
|
||
**Fixes** | ||
|
||
- `Point` implements `IEquatable<Point>` - #126 via @aalmada | ||
- Factory registration mixins for registering services - #128 via @kentcb |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.