Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Jul 2, 2012
1 parent 407e130 commit 3a6088c
Show file tree
Hide file tree
Showing 27 changed files with 14 additions and 43,725 deletions.
9 changes: 5 additions & 4 deletions src/client/client.csproj
Expand Up @@ -33,14 +33,15 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging">
<HintPath>..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll</HintPath>
<Reference Include="Common.Logging, Version=2.1.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.2.1.1\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Reactive">
<HintPath>..\packages\Rx-Main.1.0.10621\lib\Net4\System.Reactive.dll</HintPath>
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.Serialization" />
Expand Down
4 changes: 2 additions & 2 deletions src/client/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="2.0.0" />
<package id="Rx-Main" version="1.0.10621" />
<package id="Common.Logging" version="2.1.1" targetFramework="net40" />
<package id="Rx-Main" version="1.0.11226" targetFramework="net40" />
</packages>
8 changes: 4 additions & 4 deletions src/mongodb/mongodb.csproj
Expand Up @@ -33,13 +33,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="MongoDB.Bson, Version=1.3.0.4309, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<Reference Include="MongoDB.Bson, Version=1.4.3.16211, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\mongocsharpdriver.1.3\lib\net35\MongoDB.Bson.dll</HintPath>
<HintPath>..\packages\mongocsharpdriver.1.4.3\lib\net35\MongoDB.Bson.dll</HintPath>
</Reference>
<Reference Include="MongoDB.Driver, Version=1.3.0.4309, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<Reference Include="MongoDB.Driver, Version=1.4.3.16211, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\mongocsharpdriver.1.3\lib\net35\MongoDB.Driver.dll</HintPath>
<HintPath>..\packages\mongocsharpdriver.1.4.3\lib\net35\MongoDB.Driver.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/mongodb/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="mongocsharpdriver" version="1.3" />
<package id="mongocsharpdriver" version="1.4.3" targetFramework="net40" />
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,752 changes: 0 additions & 4,752 deletions src/packages/Rx-Main.1.0.10621/lib/Net35/System.Reactive.XML

This file was deleted.

Binary file not shown.
5,392 changes: 0 additions & 5,392 deletions src/packages/Rx-Main.1.0.10621/lib/Net4/System.Reactive.XML

This file was deleted.

Binary file not shown.
4,722 changes: 0 additions & 4,722 deletions src/packages/Rx-Main.1.0.10621/lib/SL3-WP/System.Reactive.XML

This file was deleted.

Binary file not shown.
5,292 changes: 0 additions & 5,292 deletions src/packages/Rx-Main.1.0.10621/lib/SL4/System.Reactive.XML

This file was deleted.

Binary file not shown.
Binary file not shown.
174 changes: 0 additions & 174 deletions src/packages/mongocsharpdriver.1.3/License.rtf

This file was deleted.

221 changes: 0 additions & 221 deletions src/packages/mongocsharpdriver.1.3/Release Notes v1.3.txt

This file was deleted.

0 comments on commit 3a6088c

Please sign in to comment.