|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>netstandard1.3;net451</TargetFrameworks> |
4 | | - <Authors>Ben Griswold, Jeff Treuting</Authors> |
| 4 | + <Authors>Ben Griswold, Jeff Treuting</Authors> |
5 | 5 | <Description>SharpRepository is a generic repository</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 | | - <PackageId>SharpRepository.Ioc.StructureMap</PackageId> |
| 7 | + <PackageId>SharpRepository.Ioc.Autofac</PackageId> |
8 | 8 | <PackageVersion>2.0.1-alpha3</PackageVersion> |
9 | | - <PackageReleaseNotes>2.0.1-alpha3: merge all code</PackageReleaseNotes> |
10 | | - <PackageTags>SharpRepository Repository IoC Autofac</PackageTags> |
11 | | - <PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl> |
12 | | - <PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl> |
13 | | - <PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl> |
14 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 9 | + <PackageReleaseNotes>2.0.1-alpha3: merge all code</PackageReleaseNotes> |
| 10 | + <PackageTags>SharpRepository Repository IoC Autofac</PackageTags> |
| 11 | + <PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl> |
| 12 | + <PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl> |
| 13 | + <PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl> |
| 14 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
15 | 15 | <RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl> |
16 | | - <RepositoryType>git</RepositoryType> |
17 | | - <Version>2.0.1-alpha3</Version> |
18 | | - <AssemblyVersion>2.0.0.0</AssemblyVersion> |
| 16 | + <RepositoryType>git</RepositoryType> |
| 17 | + <Version>2.0.1-alpha3</Version> |
19 | 18 | </PropertyGroup> |
20 | 19 | <ItemGroup> |
21 | 20 | <PackageReference Include="Autofac" Version="4.6.1" /> |
|
0 commit comments