Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/tasks/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:specs =>
{
:runner_options => ["-x","example"],
:tools_folder => delayed{File.join("packages","Machine.Specifications.0.5.9","tools")},
:tools_folder => delayed{File.join("packages","Machine.Specifications.0.7.0","tools")},
:dir => delayed{configatron.artifacts_dir.join('specs')},
:report_dir => delayed{configatron.specs.dir.join('report')},
:assemblies => dynamic{Dir.glob("#{configatron.artifacts_dir}/*specs.dll")},
Expand Down
Binary file removed packages/Castle.Core.3.2.0/Castle.Core.3.2.0.nupkg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed packages/Castle.Core.3.2.0/lib/sl4/Castle.Core.dll
Binary file not shown.
Binary file removed packages/Castle.Core.3.2.0/lib/sl5/Castle.Core.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Castle.Core</id>
<version>3.2.0</version>
<title>Castle.Core</title>
<version>3.2.2</version>
<authors>Castle Project Contributors</authors>
<owners>Castle Project Contributors</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
Expand All @@ -12,9 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter</description>
<summary>Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter</summary>
<releaseNotes />
<copyright>Copyright 2004-2013 Castle Project - http://www.castleproject.org/</copyright>
<language />
<tags>castle, dynamicproxy, dynamic proxy, dynamicproxy2, dictionaryadapter, emailsender</tags>
<tags>castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender</tags>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
3.2.2
==================
- fixed #35 - ParameterBuilder.SetConstant fails when using a default value of null - contributed by (@jonasro)

3.2.1
==================
- fixed #32 - Improve configuration of SmtpClient in sync sending - contributed by Artur Dorochowicz (@ArturDorochowicz)
- fixed #31 - [DynamicProxy] Preserve DefaultValues of proxied method's parameters (in .NET 4.5)
- fixed #30 - tailoring InternalsVisibleTo message based on assembly of inaccessible type - contributed by Blair Conrad (@blairconrad)
- fixed #27 - Allow dynamic proxy of generic interfaces which have generic methods, under Mono 2.10.8 and Mono 3.0.6 - contributed by Iain Ballard (@i-e-b)
- fixed #26 - Proxy of COM class issue, reference count incremented - contributed by Jean-Claude Viau (@jcviau)
- fixed DYNPROXY-188 - CreateInterfaceProxyWithoutTarget fails with interface containing member with 'ref UIntPtr' - contributed by Pier Janssen (@Pjanssen)
- fixed DYNPROXY-186 - .Net remoting (transparent proxy) cannot be proxied - contributed by Jean-Claude Viau (@jcviau)
- fixed DYNPROXY-185 - ProxyUtil.GetUnproxiedInstance returns proxy object for ClassProxyWithTarget instead of its target - contributed by Dmitry Xlestkov (@d-s-x)

3.2.0 (2013-02-16)
==================
- fixed DYNPROXY-179 - Exception when creating a generic proxy (from cache)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed packages/FakeItEasy.1.11.0/FakeItEasy.1.11.0.nupkg
Binary file not shown.
19 changes: 0 additions & 19 deletions packages/FakeItEasy.1.11.0/FakeItEasy.1.11.0.nuspec

This file was deleted.

Binary file removed packages/FakeItEasy.1.11.0/lib/net35/FakeItEasy.dll
Binary file not shown.
Binary file removed packages/FakeItEasy.1.11.0/lib/net40/FakeItEasy.dll
Binary file not shown.
Binary file removed packages/FakeItEasy.1.11.0/lib/sl40/FakeItEasy.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
3,699 changes: 3,699 additions & 0 deletions packages/FakeItEasy.1.18.0/lib/net35/FakeItEasy.xml

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Machine.Fakes</id>
<version>1.4.0</version>
<version>0.3.5</version>
<authors>The machine project</authors>
<owners>The machine project</owners>
<licenseUrl>https://github.com/machine/machine.fakes/raw/master/License.txt</licenseUrl>
<projectUrl>https://github.com/machine/machine.fakes</projectUrl>
<iconUrl>https://github.com/machine/machine.fakes/raw/master/machine.fakes-128x128.png</iconUrl>
<licenseUrl>http://github.com/machine/machine.fakes/raw/dev/License.txt</licenseUrl>
<projectUrl>http://github.com/machine/machine.fakes</projectUrl>
<iconUrl>http://github.com/machine/machine.fakes/raw/dev/machine.fakes.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model for fake frameworks.</description>
<summary>A framework for faking dependencies on top of Machine.Specifications.</summary>
<releaseNotes>See https://github.com/machine/machine.fakes/blob/master/changelog.markdown</releaseNotes>
<language>en-US</language>
<tags>tdd bdd testing unittest fakes mocks mspec mfakes</tags>
<dependencies>
<dependency id="Machine.Specifications" version="0.5.12" />
<dependency id="Machine.Specifications" version="[0.5.6.0]" />
</dependencies>
</metadata>
</package>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading