Skip to content

Commit 2f9776c

Browse files
committed
IoC Autofac wrong package name
1 parent edf226f commit 2f9776c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

SharpRepository.Ioc.Autofac/SharpRepository.Ioc.Autofac.csproj

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
4-
<Authors>Ben Griswold, Jeff Treuting</Authors>
4+
<Authors>Ben Griswold, Jeff Treuting</Authors>
55
<Description>SharpRepository is a generic repository</Description>
66
<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>
88
<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>
1515
<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>
1918
</PropertyGroup>
2019
<ItemGroup>
2120
<PackageReference Include="Autofac" Version="4.6.1" />

0 commit comments

Comments
 (0)