Skip to content

Commit 3222cc6

Browse files
committed
Update nuspec and change log for 1.12-rc
1 parent b7860c0 commit 3222cc6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
6+
## [1.12-rc] - 2018-01-14
57
### Added
68
- Add `.props` file to initialize all contract default settings (#14, thanks to @kkm000)
79
### Changed
@@ -41,7 +43,8 @@ All notable changes to this project will be documented in this file.
4143

4244
## 1.7.10908.1101-beta - 2014-10-03
4345

44-
[Unreleased]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.11...HEAD
46+
[Unreleased]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.12-rc...HEAD
47+
[1.12-rc]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.11...v1.12-rc
4548
[1.11]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11
4649
[1.11-alpha]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11-alpha
4750
[1.10.1]: https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.0...v1.10.1

nuget/CodeContracts.MSBuild/CodeContracts.MSBuild.nuspec

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>CodeContracts.MSBuild</id>
5-
<version>1.11.0</version>
5+
<version>1.12.0-rc</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: CodeContracts has been updated to v1.10.20606.1-rc2 (released on 6 Jun 2016)
14-
Improved .net targets support
13+
1.12-rc:
14+
- Add .props file to initialize all contract default settings
15+
- Marked package with developmentDependency
16+
1.11:
17+
- CodeContracts has been updated to v1.10.20606.1-rc2 (released on 6 Jun 2016)
18+
- Improved .net targets support
1519
1.10.1: Add .Net Framework 4.7.1 target support
1620
1.10: Stop using pre-installed CodeContract by default.
1721
1.9: CodeContracts has been updated to v1.9.10714.2 (released on 13 Jul 2015).</releaseNotes>

0 commit comments

Comments
 (0)