Skip to content

Commit 7f3cc72

Browse files
committed
Some nuget package configurations
1 parent 301c730 commit 7f3cc72

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

SharpRepository.AzureBlobRepository/SharpRepository.AzureBlobRepository.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Ben Griswold, Jeff Treuting</Authors>
66
<Description>SharpRepository is a generic repository</Description>
77
<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>
8-
<PackageId>SharpRepository.AzureTableRepository</PackageId>
8+
<PackageId>SharpRepository.AzureBlobRepository</PackageId>
99
<PackageVersion>2.0.1-alpha3</PackageVersion>
1010
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettings.json</PackageReleaseNotes>
1111
<PackageTags>SharpRepository Repository Azure Blob</PackageTags>
@@ -16,7 +16,7 @@
1616
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<Version>2.0.1-alpha3</Version>
19-
<FileVersion>2.0.0.0</FileVersion>
19+
<FileVersion>2.0.1.0</FileVersion>
2020
</PropertyGroup>
2121
<ItemGroup>
2222
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj" />

SharpRepository.AzureDocumentDb/SharpRepository.AzureDocumentDb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Ben Griswold, Jeff Treuting</Authors>
66
<Description>SharpRepository is a generic repository</Description>
77
<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>
8-
<PackageId>SharpRepository.AzureTableRepository</PackageId>
8+
<PackageId>SharpRepository.AzureDocumentDbRepository</PackageId>
99
<PackageVersion>2.0.1-alpha3</PackageVersion>
1010
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettings.json</PackageReleaseNotes>
1111
<PackageTags>SharpRepository Repository Azure DocumentDb</PackageTags>

SharpRepository.AzureTableRepository/SharpRepository.AzureTableRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Ben Griswold, Jeff Treuting</Authors>
66
<Description>SharpRepository is a generic repository</Description>
77
<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>
8-
<PackageId>SharpRepository.AzureTableRepository</PackageId>
8+
<PackageId>SharpRepository.AzureBlobRepository</PackageId>
99
<PackageVersion>2.0.1-alpha3</PackageVersion>
1010
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettings.json</PackageReleaseNotes>
1111
<PackageTags>SharpRepository Repository Azure Table</PackageTags>

SharpRepository.Ioc.Microsoft.DependencyInjection/SharpRepository.Ioc.Microsoft.DependencyInjection.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
33
<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>
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>
77
<PackageId>SharpRepository.Ioc.Microsoft.DependencyInjection</PackageId>
88
<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>
1010
<PackageTags>SharpRepository Repository IoC .NET Core Standard ServiceProvider Microsoft.DependencyInjection SharpRepository</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
1616
<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>
1819
</PropertyGroup>
1920
<ItemGroup>
2021
<PackageReference Include="StructureMap.Microsoft.DependencyInjection" Version="1.4.0" />
2122
</ItemGroup>
22-
2323
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2424
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
2525
</ItemGroup>

SharpRepository.Ioc.Mvc/SharpRepository.Ioc.Mvc.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
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 Asp.Net Mvc 5 and WebApi 2 project</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>
77
<PackageId>SharpRepository.Ioc.Mvc</PackageId>
88
<PackageVersion>2.0.1-beta1</PackageVersion>
99
<PackageReleaseNotes>2.0.1-beta1: easy script for configure SharpRepository on Mvc</PackageReleaseNotes>
10-
<PackageTags>SharpRepository Repository IoC Mvc</PackageTags>
10+
<PackageTags>SharpRepository Repository IoC Mvc Mvc5 AspNet WebApi</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>

SharpRepository.Ioc.Ninject/SharpRepository.Ioc.Ninject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<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.Ninject</PackageId>
88
<PackageVersion>2.0.1-alpha3</PackageVersion>
99
<PackageReleaseNotes>2.0.1-alpha3: cleanup on framework references</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository IoC Ninject 4</PackageTags>

SharpRepository.Ioc.Windsor/SharpRepository.Ioc.Windsor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<Authors>Ben Griswold, Jeff Treuting</Authors>
66
<Description>SharpRepository is a generic repository</Description>
77
<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>
8-
<PackageId>SharpRepository.Logging</PackageId>
8+
<PackageId>SharpRepository.Ioc.Windsor</PackageId>
99
<PackageVersion>2.0.1-alpha3</PackageVersion>
1010
<PackageReleaseNotes>2.0.1-alpha3: Updated package, framework references updated</PackageReleaseNotes>
11-
<PackageTags>SharpRepository Repository Logging Log</PackageTags>
11+
<PackageTags>SharpRepository Repository Ioc DependencyInjection DepencencyResolver Windsor</PackageTags>
1212
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
1414
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>

0 commit comments

Comments
 (0)