File tree 3 files changed +10
-6
lines changed
nuget/CodeContracts.MSBuild
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- /packages
1
+ /packages
2
+ /sample
3
+ /artifacts
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file.
7
7
### Changed
8
8
- Marked package with ` developmentDependency=true ` (#15 , thanks to @kkm000 )
9
9
10
- ## [ 1.11-alpha] - 2017-12-02
10
+ ## [ 1.11] - 2018-01-14
11
+ ## [ 1.11-alpha] - 2017-12-12
11
12
### Added
12
13
- Added change log
13
14
### Changed
@@ -40,8 +41,9 @@ All notable changes to this project will be documented in this file.
40
41
41
42
## 1.7.10908.1101-beta - 2014-10-03
42
43
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
45
47
[ 1.10.1 ] : https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.10.0...v1.10.1
46
48
[ 1.10.0 ] : https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.9.10714.3...v1.10.0
47
49
[ 1.9.10714.3 ] : https://github.com/igorbek/CodeContracts.MSBuild/compare/v1.9.10714.2001...v1.9.10714.3
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-alpha </version >
5
+ <version >1.11.0</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-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)
14
14
Improved .net targets support
15
15
1.10.1: Add .Net Framework 4.7.1 target support
16
16
1.10: Stop using pre-installed CodeContract by default.
You can’t perform that action at this time.
0 commit comments