Skip to content

Commit

Permalink
Add package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed authored and lelong37 committed Feb 14, 2018
1 parent 33484f8 commit f556c71
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# URF.Core
URF for .NET Standard and EF Core

## Status: URF.Core Alpha is Complete...!!!
## Status: URF.Core Beta is Complete...!!!
URF.Core is feature complete and now has full parity with URF.NET (legacy .NET). URF.Core has gone through a complete rewrite with laser focus on Architecture, Design and Implementation as well as implementing top request for vNext.

## Lightweight, Nano-Footprint+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.0-beta</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseUrl>https://github.com/urfnet/URF.Core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIconUrl>https://user-images.githubusercontent.com/2836367/36162252-7ec8dd8a-10ab-11e8-936c-11bbb77ef574.png</PackageIconUrl>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Abstractions.Services</Title>
<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>
<PackageTags>repository unitofwork patterns</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.0-beta</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseUrl>https://github.com/urfnet/URF.Core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIconUrl>https://user-images.githubusercontent.com/2836367/36162252-7ec8dd8a-10ab-11e8-936c-11bbb77ef574.png</PackageIconUrl>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Abstractions.Trackable</Title>
<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>
<PackageTags>repository unitofwork patterns</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions URF.Core.Abstractions/URF.Core.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.0-beta</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseUrl>https://github.com/urfnet/URF.Core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIconUrl>https://user-images.githubusercontent.com/2836367/36162252-7ec8dd8a-10ab-11e8-936c-11bbb77ef574.png</PackageIconUrl>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Abstractions</Title>
<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>
<PackageTags>repository unitofwork patterns</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

</Project>
1 change: 0 additions & 1 deletion URF.Core.EF.Tests/Services/ICustomerService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using URF.Core.Abstractions.Services;
using URF.Core.EF.Tests.Models;

namespace URF.Core.EF.Tests.Services
Expand Down
9 changes: 9 additions & 0 deletions URF.Core.EF.Trackable/URF.Core.EF.Trackable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.0-beta</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseUrl>https://github.com/urfnet/URF.Core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIconUrl>https://user-images.githubusercontent.com/2836367/36162252-7ec8dd8a-10ab-11e8-936c-11bbb77ef574.png</PackageIconUrl>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Trackable Entities Core</Title>
<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>
<PackageTags>repository unitofwork patterns</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions URF.Core.EF/URF.Core.EF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.0.0-beta</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseUrl>https://github.com/urfnet/URF.Core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIconUrl>https://user-images.githubusercontent.com/2836367/36162252-7ec8dd8a-10ab-11e8-936c-11bbb77ef574.png</PackageIconUrl>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): Entity Framework Core</Title>
<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>
<PackageTags>repository unitofwork patterns</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f556c71

Please sign in to comment.