Skip to content

Commit db7c7ba

Browse files
committed
Merge pull request #528 from Mpdreamz/feature/connection-pooling
Connection pooling / cluster failover support
2 parents f403db1 + cd53c8b commit db7c7ba

File tree

93 files changed

+33235
-6361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+33235
-6361
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>Autofac</id>
5+
<version>3.2.0</version>
6+
<title>Autofac</title>
7+
<authors>Autofac Contributors</authors>
8+
<owners>Autofac Contributors</owners>
9+
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
10+
<projectUrl>http://autofac.org/</projectUrl>
11+
<iconUrl>http://code.google.com/p/autofac/logo</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Base assemblies for the Autofac Inversion of Control Container</description>
14+
<summary>Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.</summary>
15+
<language>en-US</language>
16+
</metadata>
17+
</package>
196 KB
Binary file not shown.

dep/Autofac.3.2.0/lib/net40/Autofac.xml

+6,839
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

dep/Autofac.3.2.0/lib/portable-win+net40+sl50+wp8/Autofac.xml

+6,839
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

dep/Autofac.Extras.FakeItEasy.3.0.1/lib/net40/Autofac.Extras.FakeItEasy.xml

+123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
630 KB
Binary file not shown.

0 commit comments

Comments
 (0)