Skip to content

Commit b7860c0

Browse files
committed
Merge v1.11
2 parents d1203c5 + 60f4f43 commit b7860c0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/packages
1+
/packages
2+
/sample
3+
/artifacts

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file.
77
### Changed
88
- Marked package with `developmentDependency=true` (#15, thanks to @kkm000)
99

10-
## [1.11-alpha] - 2017-12-02
10+
## [1.11] - 2018-01-14
11+
## [1.11-alpha] - 2017-12-12
1112
### Added
1213
- Added change log
1314
### Changed
@@ -40,8 +41,9 @@ All notable changes to this project will be documented in this file.
4041

4142
## 1.7.10908.1101-beta - 2014-10-03
4243

43-
[Unreleased]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.11.0-alpha...HEAD
44-
[1.11-alpha]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11.0-alpha
44+
[Unreleased]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.11...HEAD
45+
[1.11]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11
46+
[1.11-alpha]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11-alpha
4547
[1.10.1]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.0...v1.10.1
4648
[1.10.0]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.9.10714.3...v1.10.0
4749
[1.9.10714.3]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.9.10714.2001...v1.9.10714.3

nuget/CodeContracts.MSBuild/CodeContracts.MSBuild.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>CodeContracts.MSBuild</id>
5-
<version>1.11.0-alpha</version>
5+
<version>1.11.0</version>
66
<developmentDependency>true</developmentDependency>
77
<title>Microsoft Code Contracts standalone package for MSBuild</title>
88
<authors>Igor Oleinikov</authors>
99
<projectUrl>https://github.com/Igorbek/CodeContracts.MSBuild</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Helper package to use with build servers. Contains all CodeContracts binaries and integrates into MSBuild build process.</description>
1212
<releaseNotes>Full changelog: https://github.com/Igorbek/CodeContracts.MSBuild/blob/master/CHANGELOG.md
13-
1.11-alpha: CodeContracts has been updated to v1.10.20606.1-rc2 (released on 6 Jun 2016)
13+
1.11: CodeContracts has been updated to v1.10.20606.1-rc2 (released on 6 Jun 2016)
1414
Improved .net targets support
1515
1.10.1: Add .Net Framework 4.7.1 target support
1616
1.10: Stop using pre-installed CodeContract by default.

0 commit comments

Comments
 (0)