Skip to content

Commit

Permalink
Bumped up nuget version & fixed urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
wahidshalaly committed Mar 8, 2014
1 parent 538d4f1 commit 7402775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReliableUnitOfWork.SqlAzure.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package >
<metadata>
<id>ReliableUnitOfWork.SqlAzure</id>
<version>0.4.0</version>
<version>0.4.1</version>
<title>Reliable UnitOfWork for Windows Azure SQL Databases</title>
<authors>Wahid Shalaly</authors>
<owners>Wahid Shalaly</owners>
<licenseUrl>https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://raw.github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure</projectUrl>
<iconUrl>https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/blob/master/reliable_uow.ico</iconUrl>
<iconUrl>https://raw.github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/master/reliable_uow.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A light-weight implementation of UnitOfWork pattern for SqlAzure based on EF6 to benefit from SqlAzureExecutionStrategy.
This implementation provide a way to share a UnitOfWork, and hence DbContext, between different parts of the application, not only repositories.</description>
Expand Down

0 comments on commit 7402775

Please sign in to comment.