File tree 2 files changed +11
-4
lines changed
nuget/CodeContracts.MSBuild
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
+
6
+ ## [ 1.12-rc] - 2018-01-14
5
7
### Added
6
8
- Add ` .props ` file to initialize all contract default settings (#14 , thanks to @kkm000 )
7
9
### Changed
@@ -41,7 +43,8 @@ All notable changes to this project will be documented in this file.
41
43
42
44
## 1.7.10908.1101-beta - 2014-10-03
43
45
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
45
48
[ 1.11 ] : https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11
46
49
[ 1.11-alpha ] : https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.1...v1.11-alpha
47
50
[ 1.10.1 ] : https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.0...v1.10.1
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd" >
3
3
<metadata >
4
4
<id >CodeContracts.MSBuild</id >
5
- <version >1.11.0 </version >
5
+ <version >1.12.0-rc </version >
6
6
<developmentDependency >true</developmentDependency >
7
7
<title >Microsoft Code Contracts standalone package for MSBuild</title >
8
8
<authors >Igor Oleinikov</authors >
9
9
<projectUrl >https://github.com/Igorbek/CodeContracts.MSBuild</projectUrl >
10
10
<requireLicenseAcceptance >false</requireLicenseAcceptance >
11
11
<description >Helper package to use with build servers. Contains all CodeContracts binaries and integrates into MSBuild build process.</description >
12
12
<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
15
19
1.10.1: Add .Net Framework 4.7.1 target support
16
20
1.10: Stop using pre-installed CodeContract by default.
17
21
1.9: CodeContracts has been updated to v1.9.10714.2 (released on 13 Jul 2015).</releaseNotes >
You can’t perform that action at this time.
0 commit comments