-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70c0fe6
commit 232727e
Showing
3 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 25 additions & 25 deletions
50
ReliableUnitOfWork.SqlAzure.nuspec → ...lAzure/ReliableUnitOfWork.SqlAzure.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>ReliableUnitOfWork.SqlAzure</id> | ||
<version>$version</version> | ||
<title>Reliable UnitOfWork for Microsoft Azure SQL Database</title> | ||
<authors>Wahid Shalaly</authors> | ||
<owners>Wahid Shalaly</owners> | ||
<licenseUrl>https://raw.github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure</projectUrl> | ||
<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> | ||
<copyright>Copyright © 2014</copyright> | ||
<tags>unitofwork sqlazure ef6</tags> | ||
<dependencies> | ||
<dependency id="Autofac" version="3.5.0" /> | ||
<dependency id="EntityFramework" version="6.1.0" /> | ||
<dependency id="Serilog" version="1.3.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="src\ReliableUnitOfWork.SqlAzure\bin\Release\ReliableUnitOfWork.SqlAzure.dll" target="lib\net45" /> | ||
</files> | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>ReliableUnitOfWork.SqlAzure</id> | ||
<title>Reliable UnitOfWork for Microsoft Azure SQL Database</title> | ||
<version>$version$</version> | ||
<authors>Wahid Shalaly</authors> | ||
<owners>Wahid Shalaly</owners> | ||
<licenseUrl>https://raw.github.com/waheedsayed/ReliableUnitOfWork.SqlAzure/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/waheedsayed/ReliableUnitOfWork.SqlAzure</projectUrl> | ||
<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> | ||
<copyright>Copyright © 2014</copyright> | ||
<tags>unitofwork sqlazure ef6</tags> | ||
<dependencies> | ||
<dependency id="Autofac" version="3.5.0" /> | ||
<dependency id="EntityFramework" version="6.1.0" /> | ||
<dependency id="Serilog" version="1.3.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\$configuration$\ReliableUnitOfWork.SqlAzure.dll" target="lib\net45" /> | ||
</files> | ||
</package> |