|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>netstandard2.0;netstandard1.3</TargetFrameworks> |
4 | | - <Authors>Ben Griswold, Jeff Treuting</Authors> |
5 | | - <Description>SharpRepository is a generic repository</Description> |
| 4 | + <Authors>Omar Piani, Ben Griswold, Jeff Treuting</Authors> |
| 5 | + <Description>Injects SharpRepository using StructureMap in your .NET Core apps or even using Microsoft.DependencyInjection library.</Description> |
6 | 6 | <Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary> |
7 | 7 | <PackageId>SharpRepository.Ioc.Microsoft.DependencyInjection</PackageId> |
8 | 8 | <PackageVersion>2.0.0-beta1</PackageVersion> |
9 | | - <PackageReleaseNotes>2.0.0-beta1: Adds SharpRepository configured with StructureMap</PackageReleaseNotes> |
| 9 | + <PackageReleaseNotes>2.0.1-beta1: Adds SharpRepository configured with StructureMap</PackageReleaseNotes> |
10 | 10 | <PackageTags>SharpRepository Repository IoC .NET Core Standard ServiceProvider Microsoft.DependencyInjection SharpRepository</PackageTags> |
11 | 11 | <PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl> |
12 | 12 | <PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl> |
13 | 13 | <PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl> |
14 | 14 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
15 | 15 | <RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl> |
16 | 16 | <RepositoryType>git</RepositoryType> |
17 | | - <Version>2.0.0-beta1</Version> |
| 17 | + <Version>2.0.1-beta1</Version> |
| 18 | + <Company>Omar Piani, Ben Griswold, Jeff Treuting</Company> |
18 | 19 | </PropertyGroup> |
19 | 20 | <ItemGroup> |
20 | 21 | <PackageReference Include="StructureMap.Microsoft.DependencyInjection" Version="1.4.0" /> |
21 | 22 | </ItemGroup> |
22 | | - |
23 | 23 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
24 | 24 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" /> |
25 | 25 | </ItemGroup> |
|
0 commit comments