Skip to content

Commit

Permalink
Merge branch 'hotfix/2.1.2'
Browse files Browse the repository at this point in the history
* hotfix/2.1.2:
  Fix SharpArch.Domain version in nuspec
  • Loading branch information
seif committed Jan 8, 2014
2 parents 74f04fc + 1435adb commit 4ed536b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/Build.proj
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<VersionMajor>2</VersionMajor>
<VersionMinor>1</VersionMinor>
<VersionPatch>1</VersionPatch>
<VersionPatch>2</VersionPatch>
<VersionPreRelease></VersionPreRelease>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions NugetTemplates/SharpArch.RavenDb/SharpArch.RavenDB.nuspec
Expand Up @@ -6,15 +6,15 @@
<authors>Sharp Architecture Dev Team</authors>
<owners>Sharp Architecture Dev Team</owners>
<licenseUrl>https://github.com/sharparchitecture/Sharp-Architecture/blob/master/License.txt</licenseUrl>
<iconUrl>https://github.com/sharparchitecture/Sharp-Architecture/raw/master/Artefacts/Documentation/Logo_100x100.png</iconUrl>
<iconUrl>https://github.com/sharparchitecture/Sharp-Architecture/raw/master/Artefacts/Documentation/Logo_100x100.png</iconUrl>
<projectUrl>http://www.sharparchitecture.net/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides RavenDB persistance support for a Sharp Architecture application, providing implementations of core SharpArch data access interfaces.</description>
<summary>Architectural foundation for building maintainable applications with Domain Driven Design patterns and practices</summary>
<language>en-US</language>
<dependencies>
<dependency id="RavenDB.Client" version="[2.5,3.0)" />
<dependency id="SharpArch.Domain" version="[2.5,3.0)" />
<dependency id="SharpArch.Domain" version="(1.9.6,3.0)" />
</dependencies>
</metadata>
</package>

0 comments on commit 4ed536b

Please sign in to comment.