Skip to content

Commit

Permalink
Update Windsor Castle to latest nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Treuting committed Oct 5, 2013
1 parent 50685c1 commit 3ba58fe
Show file tree
Hide file tree
Showing 26 changed files with 80 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</Reference>
<Reference Include="Castle.Windsor, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Castle.Windsor.3.2.0\lib\net40\Castle.Windsor.dll</HintPath>
<HintPath>..\packages\Castle.Windsor.3.2.1\lib\net40\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion SharpRepository.Ioc.Windsor/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Castle.Core" version="3.2.0" targetFramework="net40" />
<package id="Castle.Windsor" version="3.2.0" targetFramework="net40" />
<package id="Castle.Windsor" version="3.2.1" targetFramework="net40" />
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Castle.Windsor</id>
<version>3.2.0</version>
<version>3.2.1</version>
<title>Castle Windsor</title>
<authors>Castle Project Contributors</authors>
<owners>Castle Project Contributors</owners>
Expand All @@ -11,10 +11,8 @@
<iconUrl>http://docs.castleproject.org/GetFile.aspx?File=/windsorLogo100px.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.</description>
<releaseNotes />
<copyright>Copyright 2004-2013 Castle Project - http://www.castleproject.org/</copyright>
<language />
<tags>castle, windsor, inversionOfControl, DependencyInjection</tags>
<tags>castle windsor inversionOfControl DependencyInjection</tags>
<dependencies>
<dependency id="Castle.Core" version="3.2.0" />
</dependencies>
Expand All @@ -32,8 +30,5 @@
<frameworkAssembly assemblyName="System.Core" targetFramework="Silverlight5.0" />
<frameworkAssembly assemblyName="System.Windows" targetFramework="Silverlight5.0" />
</frameworkAssemblies>
<references>
<reference file="Castle.Windsor.dll" />
</references>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.2.1 (2013-07-22)
==================
- fixed IOC-349 - SerializationException � Type is not resolved for member "Castle.MicroKernel.Lifestyle.Scoped.CallContextLifetimeScope+SerializationReference, ...


3.2.0 (2013-02-16)
==================
- implemented IOC-375 - List duplicate registrations that are registered through convention
Expand All @@ -23,6 +28,7 @@
- fixed IOC-356 - Specifying a hook should be enough to create an implementation-less proxy
- fixed IOC-354 - Deadlock in pooled lifestyle under heavy load
- fixed IOC-334 - FacilityConfig is null in facility Init()
- fixed IOC-321 - TypedFactory with singleton lifestyle and child containers
- fixed IOC-300 - OnCreate does not work for generic components

3.1.0 (2012-08-05)
Expand Down
File renamed without changes.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit 3ba58fe

Please sign in to comment.