Skip to content

Commit

Permalink
Changed nuspec dependency to NEventStore
Browse files Browse the repository at this point in the history
  • Loading branch information
kblooie committed Aug 23, 2013
1 parent 420ee15 commit c7d3ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.nuget/CommonDomain.nuspec
Expand Up @@ -13,7 +13,7 @@
<summary>A domain project for quickly implementing CQRS functionality in domain models.</summary>
<tags>events, event sourcing, cqrs, storage, persistence, database</tags>
<dependencies>
<dependency id="EventStore" version="[3.1.0.0,4.0.0.0)" />
<dependency id="NEventStore" version="[4.0.0.0,5.0.0.0)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit c7d3ca1

Please sign in to comment.