Skip to content

Commit

Permalink
Merge pull request #13 from lelong37/patterns-cpu-arch
Browse files Browse the repository at this point in the history
Re-generate NuGet packages for v5.1-alpha
  • Loading branch information
Anthony Sneed authored Sep 19, 2017
2 parents bf8f3bb + e93fb29 commit f6e275b
Show file tree
Hide file tree
Showing 12 changed files with 530 additions and 0 deletions.
Binary file not shown.
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 &amp; 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 not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
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 &amp; 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 not shown.
Loading

0 comments on commit f6e275b

Please sign in to comment.