Update for 1.3.0 release.
This commit is contained in:
Родитель
2e9f30d961
Коммит
1c3ec536fa
|
@ -9,7 +9,8 @@ ZIP_EXE = File.expand_path "../ThirdParty/7z/7z.exe"
|
|||
SOURCE_PATH = File.expand_path "../Source"
|
||||
OUTPUT_PATH = File.expand_path "../Output"
|
||||
|
||||
ALL_TARGETS = ["NET35", "NET40", "SL40"]
|
||||
#ALL_TARGETS = ["NET35", "NET40", "SL40"]
|
||||
ALL_TARGETS = ["NET35", "NET40"]
|
||||
|
||||
ENV["config"] = "Debug" if ENV["config"].nil?
|
||||
ENV["target"] = ALL_TARGETS.first if ENV["target"].nil?
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
unreleased changes
|
||||
1.3.0 (Nov 2011)
|
||||
* [NEW] Support for Received(times) to assert a call was received a certain number of times. Thanks to Abi Bellamkonda for this contribution. (#63)
|
||||
* [NEW] Silverlight 4 support
|
||||
* [FIX] Improved support for calling substitutes from multiple threads. (#62)
|
||||
|
||||
1.2.1 (Oct 2011)
|
||||
* [FIX] Some combinations of Arg.Do and Returns() caused incorrect values to be returned. (#59)
|
||||
|
|
|
@ -57,7 +57,7 @@ Received 2 non-matching calls (non-matching arguments indicated with '*' charact
|
|||
<div id="downloads" class="sidebar download">
|
||||
<ul>
|
||||
<li class="nsubstitute" style="font-weight: bold; font-size: 130%">
|
||||
<a href="http://github.com/downloads/nsubstitute/NSubstitute/NSubstitute-1.2.1.0.zip">Download</a>
|
||||
<a href="http://github.com/downloads/nsubstitute/NSubstitute/NSubstitute-1.3.0.0.zip">Download</a>
|
||||
</li>
|
||||
<li class="nuget">
|
||||
<a href="http://nuget.org/List/Packages/NSubstitute">Install via NuGet:</a> <code>Install-Package NSubstitute</code>
|
||||
|
|
Загрузка…
Ссылка в новой задаче