Skip to content

Commit

Permalink
Merge pull request #76 from tkryskiewicz/master
Browse files Browse the repository at this point in the history
RavenDB libraries update to v1.0.0.427
  • Loading branch information
pjvds committed Aug 26, 2011
2 parents 454ee50 + 7f9f920 commit 33e6679
Show file tree
Hide file tree
Showing 42 changed files with 88,416 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
using System.Reflection;
using log4net.Config;
using NUnit.Framework;
using Raven.Client.Client;
using Raven.Client.Document;
using Raven.Client.Embedded;

namespace Ncqrs.Eventing.Storage.RavenDB.Tests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void Store(UncommittedEventStream eventStream)
session.SaveChanges();
}
}
catch (Raven.Http.Exceptions.ConcurrencyException)
catch (Raven.Abstractions.Exceptions.ConcurrencyException)
{
Guid sourceId = Guid.Empty;
long version = 0;
Expand Down
Binary file modified lib/ThirdParty/RavenDB/AsyncCtpLibrary.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Esent.Interop.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Esent.Interop.pdb
Binary file not shown.
30,180 changes: 30,180 additions & 0 deletions lib/ThirdParty/RavenDB/Esent.Interop.xml

Large diffs are not rendered by default.

Binary file modified lib/ThirdParty/RavenDB/Lucene.Net.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Lucene.Net.pdb
Binary file not shown.
27,282 changes: 27,282 additions & 0 deletions lib/ThirdParty/RavenDB/Lucene.Net.xml

Large diffs are not rendered by default.

Binary file added lib/ThirdParty/RavenDB/NLog.dll
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/NLog.pdb
Binary file not shown.
14,403 changes: 14,403 additions & 0 deletions lib/ThirdParty/RavenDB/NLog.xml

Large diffs are not rendered by default.

Binary file modified lib/ThirdParty/RavenDB/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Newtonsoft.Json.pdb
Binary file not shown.
6,862 changes: 6,862 additions & 0 deletions lib/ThirdParty/RavenDB/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file modified lib/ThirdParty/RavenDB/Raven.Abstractions.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Abstractions.pdb
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Client.Debug.dll
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Client.Debug.pdb
Binary file not shown.
378 changes: 378 additions & 0 deletions lib/ThirdParty/RavenDB/Raven.Client.Embedded.XML

Large diffs are not rendered by default.

Binary file modified lib/ThirdParty/RavenDB/Raven.Client.Embedded.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Client.Embedded.pdb
Binary file not shown.
9,055 changes: 9,055 additions & 0 deletions lib/ThirdParty/RavenDB/Raven.Client.Lightweight.XML

Large diffs are not rendered by default.

Binary file modified lib/ThirdParty/RavenDB/Raven.Client.Lightweight.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Client.Lightweight.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Database.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Database.pdb
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Http.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Http.pdb
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Json.dll
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Json.pdb
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Munin.dll
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Munin.pdb
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Storage.Esent.dll
Binary file not shown.
Binary file modified lib/ThirdParty/RavenDB/Raven.Storage.Esent.pdb
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Storage.Managed.dll
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Storage.Managed.pdb
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/Raven.Studio.xap
Binary file not shown.
Binary file added lib/ThirdParty/RavenDB/SpellChecker.Net.dll
Binary file not shown.
254 changes: 254 additions & 0 deletions lib/ThirdParty/RavenDB/SpellChecker.Net.xml

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

0 comments on commit 33e6679

Please sign in to comment.