Skip to content

Commit

Permalink
Configure SharpArch.NHibernate nuget package - dependant on FNH which…
Browse files Browse the repository at this point in the history
… should pull NH
  • Loading branch information
seif committed Sep 8, 2011
1 parent b05308a commit 64ff7d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Build/Build.proj
Expand Up @@ -50,7 +50,7 @@
<NugetPackage Include="$(SolutionsPath)\SharpArch.NHibernate\bin\Release\SharpArch.NHibernate.dll;
$(SolutionsPath)\SharpArch.NHibernate\bin\Release\SharpArch.NHibernate.pdb;">
<PackageName>SharpArch.NHibernate</PackageName>
<NuspecFile>sharp-architecture-nh.nuspec</NuspecFile>
<NuspecFile>SharpArch.NHibernate.nuspec</NuspecFile>
</NugetPackage>

<NugetPackage Include="$(SolutionsPath)\SharpArch.RavenDB\bin\Release\SharpArch.RavenDB.dll;
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>sharp-architecture-nh</id>
<id>SharpArch.NHibernate</id>
<version></version>
<authors>Sharp Architecture Dev Team</authors>
<owners>Sharp Architecture Dev Team</owners>
Expand All @@ -12,19 +12,8 @@
<summary>Architectural foundation for building maintainable applications with Domain Driven Design patterns and practices</summary>
<language>en-US</language>
<dependencies>
<dependency id="Castle.Core" version="2.5.2" />
<dependency id="Castle.Windsor" version="2.5.2" />
<dependency id="CommonServiceLocator.WindsorAdapter" version="1.0" />
<dependency id="FluentNhibernate" version="1.2.0.694" />
<dependency id="Log4Net" version="1.2.10" />
<dependency id="CommonServiceLocator" version="1.0" />
<dependency id="NHibernate" version="3.0.0.4000" />
<dependency id="nunit" />
<dependency id="rhinomocks" version="3.6" />
<dependency id="MvcContrib.Mvc3-ci" version="3.0.51.0" />
<dependency id="MvcContrib.Mvc3.FluentHtml-ci" version="3.0.51.0" />
<dependency id="MvcContrib.Mvc3.TestHelper-ci" version="3.0.51.0" />
<dependency id="Newtonsoft.Json" version="3.5.0.0" />
<dependency id="SharpArch.Domain" version="(2.0,)" />
<dependency id="FluentNhibernate" version="(1.3,)" />
</dependencies>
</metadata>
</package>

0 comments on commit 64ff7d2

Please sign in to comment.