Skip to content

Commit

Permalink
INCR to v3.9.60 - the snapshot of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 12, 2013
1 parent 9cbff2e commit ab9efaf
Show file tree
Hide file tree
Showing 103 changed files with 44,061 additions and 26,438 deletions.
Binary file modified NuGet/ServiceStack.Authentication.MongoDB.3.9.55.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Authentication.MongoDB</id>
<version>3.9.55</version>
<version>3.9.60</version>
<authors>Assaf Raman, ServiceStack contributors</authors>
<owners>Assaf Raman, ServiceStack contributors</owners>
<description>
Expand Down
Binary file modified NuGet/ServiceStack.Authentication.NHibernate.3.9.55.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Authentication.NHibernate</id>
<version>3.9.55</version>
<version>3.9.60</version>
<authors>Joshua Lewis, ServiceStack contributors</authors>
<owners>Joshua Lewis, ServiceStack contributors</owners>
<description>
Expand Down
Binary file modified NuGet/ServiceStack.Authentication.RavenDB.3.9.55.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Authentication.RavenDB</id>
<version>3.9.55</version>
<version>3.9.60</version>
<authors>ServiceStack contributors</authors>
<owners>ServiceStack contributors</owners>
<description>
Expand Down
Binary file modified NuGet/ServiceStack.Caching.AwsDynamoDb.3.9.55.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Caching.AwsDynamoDb</id>
<version>3.9.55</version>
<version>3.9.60</version>
<authors>ServiceStack contributors</authors>
<owners>ServiceStack contributors</owners>
<description>
Expand Down
Binary file modified NuGet/ServiceStack.Caching.Azure.3.9.55.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Caching.Azure</id>
<version>3.9.55</version>
<version>3.9.60</version>
<authors>Manuel Nelson, ServiceStack contributors</authors>
<owners>Manuel Nelson, ServiceStack contributors</owners>
<description>
Expand Down
Binary file modified NuGet/ServiceStack.Caching.Memcached.3.9.55.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Caching.Memcached</id>
<version>3.9.55</version>
<version>3.9.60</version>
<authors>Demis Bellot, Thomas Grassauer and ServiceStack contributors</authors>
<owners>Demis Bellot, Thomas Grassauer and ServiceStack contributors</owners>
<description>
Expand Down
Binary file modified lib/ServiceStack.Common.dll
Binary file not shown.
6 changes: 6 additions & 0 deletions lib/ServiceStack.Common.xml

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

Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
10 changes: 10 additions & 0 deletions lib/ServiceStack.Interfaces.xml

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

Binary file modified lib/ServiceStack.OrmLite.Sqlite.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.dll
Binary file not shown.
10 changes: 8 additions & 2 deletions lib/ServiceStack.Redis.XML

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

Binary file modified lib/ServiceStack.Redis.dll
Binary file not shown.
8 changes: 7 additions & 1 deletion lib/ServiceStack.Text.XML

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

Binary file modified lib/ServiceStack.Text.dll
Binary file not shown.
30 changes: 18 additions & 12 deletions lib/ServiceStack.XML

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

Binary file modified lib/ServiceStack.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="MongoDB.Bson, Version=1.8.1.20, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<Reference Include="MongoDB.Bson, Version=1.8.2.34, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\mongocsharpdriver.1.8.1\lib\net35\MongoDB.Bson.dll</HintPath>
<HintPath>..\packages\mongocsharpdriver.1.8.2\lib\net35\MongoDB.Bson.dll</HintPath>
</Reference>
<Reference Include="MongoDB.Driver, Version=1.8.1.20, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<Reference Include="MongoDB.Driver, Version=1.8.2.34, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\mongocsharpdriver.1.8.1\lib\net35\MongoDB.Driver.dll</HintPath>
<HintPath>..\packages\mongocsharpdriver.1.8.2\lib\net35\MongoDB.Driver.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common">
<HintPath>..\..\lib\ServiceStack.Common.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Authentication.MongoDB/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="mongocsharpdriver" version="1.8.1" targetFramework="net35" />
<package id="mongocsharpdriver" version="1.8.2" targetFramework="net35" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Iesi.Collections.3.3.3.4000\lib\Net35\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="NHibernate">
<HintPath>..\packages\NHibernate.3.3.3.4000\lib\Net35\NHibernate.dll</HintPath>
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common">
<HintPath>..\..\lib\ServiceStack.Common.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Authentication.NHibernate/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="FluentNHibernate" version="1.3.0.733" targetFramework="net35" />
<package id="Iesi.Collections" version="3.3.3.4000" targetFramework="net35" />
<package id="NHibernate" version="3.3.3.4000" targetFramework="net35" />
<package id="NHibernate" version="3.3.3.4001" targetFramework="net35" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Raven.Abstractions, Version=2.0.3.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Net4">
<HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.1\lib\net40\Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll</HintPath>
</Reference>
<Reference Include="Raven.Abstractions, Version=2.5.0.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RavenDB.Client.2.0.2375\lib\net40\Raven.Abstractions.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.2.5.2700\lib\net40\Raven.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Raven.Client.Lightweight, Version=2.0.3.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<Reference Include="Raven.Client.Lightweight, Version=2.5.0.0, Culture=neutral, PublicKeyToken=37f41c7f99471593, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RavenDB.Client.2.0.2375\lib\net40\Raven.Client.Lightweight.dll</HintPath>
<HintPath>..\packages\RavenDB.Client.2.5.2700\lib\net40\Raven.Client.Lightweight.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common">
<HintPath>..\..\lib\ServiceStack.Common.dll</HintPath>
Expand Down
3 changes: 2 additions & 1 deletion src/ServiceStack.Authentication.RavenDb/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RavenDB.Client" version="2.0.2375" targetFramework="net40" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.1" targetFramework="net40" />
<package id="RavenDB.Client" version="2.5.2700" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AWSSDK, Version=1.5.25.0, Culture=neutral, PublicKeyToken=9f476d3089b52be3, processorArchitecture=MSIL">
<Reference Include="AWSSDK, Version=1.5.31.0, Culture=neutral, PublicKeyToken=9f476d3089b52be3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\AWSSDK.1.5.25.0\lib\AWSSDK.dll</HintPath>
<HintPath>..\packages\AWSSDK.1.5.31.0\lib\AWSSDK.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.CacheAccess.AwsDynamoDb/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AWSSDK" version="1.5.25.0" targetFramework="net40" />
<package id="AWSSDK" version="1.5.31.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions src/ServiceStack.CacheAccess.Memcached/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EnyimMemcached" version="2.11" />
</packages>
<package id="EnyimMemcached" version="2.12" targetFramework="net35" />
</packages>
20 changes: 0 additions & 20 deletions src/packages/AWSSDK.1.5.12.0/AWSSDK.1.5.12.0.nuspec

This file was deleted.

Binary file removed src/packages/AWSSDK.1.5.25.0/AWSSDK.1.5.25.0.nupkg
Binary file not shown.
Binary file removed src/packages/AWSSDK.1.5.25.0/lib/AWSSDK.dll
Binary file not shown.
Binary file not shown.
Binary file added src/packages/AWSSDK.1.5.31.0/lib/AWSSDK.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ab9efaf

Please sign in to comment.