-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from lelong37/patterns-cpu-arch
Re-generate NuGet packages for v5.1-alpha
- Loading branch information
Showing
12 changed files
with
530 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+13.7 KB
...ckages/v5.1-alpha/Urf.Repository.Pattern.EF6/Urf.Repository.Pattern.EF6.5.1.0-alpha.nupkg
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
main/NuGet/Packages/v5.1-alpha/Urf.Repository.Pattern.EF6/Urf.Repository.Pattern.EF6.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Urf.Repository.Pattern.EF6</id> | ||
<version>5.1-alpha</version> | ||
<title>URF - Unit of Work & Repositories Framework (Official): Repository Pattern for Entity Framework 6</title> | ||
<authors>Long Le</authors> | ||
<owners>Long Le</owners> | ||
<licenseUrl>https://github.com/lelong37/urf/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/lelong37/urf</projectUrl> | ||
<iconUrl>https://user-images.githubusercontent.com/2836367/29935566-cfc09d70-8e44-11e7-9d5b-f26e8341967c.jpg</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>This offical URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</description> | ||
<copyright>Copyright 2017</copyright> | ||
<language>en-US</language> | ||
<releaseNotes>Release notes: https://github.com/lelong37/urf/releases/tag/v5.0-alpha</releaseNotes> | ||
<tags>repository unitofwork patterns entity-framework</tags> | ||
<dependencies> | ||
<dependency id="Urf.Repository.Pattern" version="5.1-alpha" /> | ||
<dependency id="CommonServiceLocator" version="1.3" /> | ||
<dependency id="EntityFramework" version="6.1.3" /> | ||
<dependency id="LINQKit" version="1.1.9" /> | ||
<dependency id="Newtonsoft.Json" version="10.0.3" /> | ||
<dependency id="TrackableEntities.Common" version="2.5.6" /> | ||
<dependency id="TrackableEntities.EF.6" version="2.5.6" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file added
BIN
+22.5 KB
.../Packages/v5.1-alpha/Urf.Repository.Pattern.EF6/lib/net451/Urf.Repository.Pattern.Ef6.dll
Binary file not shown.
81 changes: 81 additions & 0 deletions
81
.../Packages/v5.1-alpha/Urf.Repository.Pattern.EF6/lib/net451/Urf.Repository.Pattern.Ef6.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+11.4 KB
...NuGet/Packages/v5.1-alpha/Urf.Repository.Pattern/Urf.Repository.Pattern.5.1.0-alpha.nupkg
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
main/NuGet/Packages/v5.1-alpha/Urf.Repository.Pattern/Urf.Repository.Pattern.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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Urf.Repository.Pattern</id> | ||
<version>5.1-alpha</version> | ||
<title>URF - Unit of Work & Repositories Framework (Official): Service Pattern</title> | ||
<authors>Long Le</authors> | ||
<owners>Long Le</owners> | ||
<licenseUrl>https://github.com/lelong37/urf/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/lelong37/urf</projectUrl> | ||
<iconUrl>https://user-images.githubusercontent.com/2836367/29935566-cfc09d70-8e44-11e7-9d5b-f26e8341967c.jpg</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</description> | ||
<copyright>Copyright 2017</copyright> | ||
<language>en-US</language> | ||
<releaseNotes>Release notes: https://github.com/lelong37/urf/releases/tag/v5.0-alpha</releaseNotes> | ||
<tags>repository unitofwork patterns</tags> | ||
<dependencies> | ||
<dependency id="TrackableEntities.Common" version="2.5.6" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file added
BIN
+13 KB
main/NuGet/Packages/v5.1-alpha/Urf.Repository.Pattern/lib/net451/Urf.Repository.Pattern.dll
Binary file not shown.
Oops, something went wrong.