Skip to content

Commit a266518

Browse files
committed
Better packages names
1 parent b356c74 commit a266518

File tree

8 files changed

+63
-72
lines changed

8 files changed

+63
-72
lines changed

SharpRepository.CacheRepository/SharpRepository.CacheRepository.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard1.3</TargetFrameworks>
4-
<Product>SharpRepository for a Cache Repository</Product>
5-
<Authors>Ben Griswold, Jeff Treuting</Authors>
4+
<Product>SharpRepository for a Cache Repository</Product>
5+
<Authors>Ben Griswold, Jeff Treuting</Authors>
66
<Description>SharpRepository is a generic repository, SharpRepository Cache Provider implementation</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.CouchDbRepository</PackageId>
8+
<PackageId>SharpRepository.CacheRepository</PackageId>
99
<PackageVersion>2.0.1-alpha3</PackageVersion>
10-
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettins.json</PackageReleaseNotes>
11-
<PackageTags>SharpRepository Repository Cache MemoryCache</PackageTags>
12-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
13-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
14-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
15-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
10+
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettins.json</PackageReleaseNotes>
11+
<PackageTags>SharpRepository Repository Cache Provider</PackageTags>
12+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
13+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
14+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
15+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1616
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
17-
<RepositoryType>git</RepositoryType>
18-
<Version>2.0.1-alpha3</Version>
17+
<RepositoryType>git</RepositoryType>
18+
<Version>2.0.1-alpha3</Version>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<Content Include="repository.cache.json">

SharpRepository.CouchDbRepository/SharpRepository.CouchDbRepository.csproj

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<TargetFrameworks>netstandard1.5</TargetFrameworks>
8-
<Product>SharpRepository for CouchDb</Product>
9-
<Authors>Ben Griswold, Jeff Treuting</Authors>
10-
<Description>SharpRepository is a generic repository</Description>
8+
<Product>SharpRepository for CouchDb</Product>
9+
<Authors>Ben Griswold, Jeff Treuting</Authors>
10+
<Description>SharpRepository is a generic repository, implementation for CouchDb</Description>
1111
<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>
12-
<PackageId>SharpRepository.CouchDbRepository</PackageId>
12+
<PackageId>SharpRepository.CouchDbRepository</PackageId>
1313
<PackageVersion>2.0.1-alpha3</PackageVersion>
14-
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettings.json</PackageReleaseNotes>
15-
<PackageTags>SharpRepository Repository CouchDbRepository CouchDb Couch</PackageTags>
16-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
17-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
18-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
19-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14+
<PackageReleaseNotes>2.0.1-alpha3: configurable via appsettings.json</PackageReleaseNotes>
15+
<PackageTags>SharpRepository Repository CouchDbRepository CouchDb Couch</PackageTags>
16+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
17+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
18+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
19+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2020
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
21-
<RepositoryType>git</RepositoryType>
22-
<Version>2.0.1-alpha3</Version>
23-
21+
<RepositoryType>git</RepositoryType>
22+
<Version>2.0.1-alpha3</Version>
2423
</PropertyGroup>
2524
<ItemGroup>
2625
<Content Include="repository.couchDb.json">

SharpRepository.EfCoreRepository/SharpRepository.EfCoreRepository.csproj

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2-
<PropertyGroup Label="Configuration">
3-
<AssemblyName>SharpRepository.EfCoreRepository</AssemblyName>
4-
<RootNamespace>SharpRepository.EfCoreRepository</RootNamespace>
5-
</PropertyGroup>
62
<PropertyGroup>
73
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
8-
<Authors>Eivind Gussiås Løkseth, Omar Piani</Authors>
9-
<Description>SharpRepository is a generic repository</Description>
4+
<Authors>Eivind Gussiås Løkseth, Omar Piani</Authors>
5+
<Description>SharpRepository generic repository implementation for Entity Framework 1.1 and 2</Description>
106
<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>
11-
<PackageId>SharpRepository.EfCoreRepository</PackageId>
12-
<PackageVersion>2.0.1-beta1</PackageVersion>
13-
<PackageReleaseNotes>2.0.1-beta1: Configurable via appsettings.json</PackageReleaseNotes>
14-
<PackageTags>SharpRepository Repository EfRepository EntityFramework Entity Framework EF6</PackageTags>
15-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
16-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
17-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
18-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
7+
<PackageId>SharpRepository.EfCoreRepository</PackageId>
8+
<PackageVersion>2.0.1-beta1</PackageVersion>
9+
<PackageReleaseNotes>2.0.1-beta1: Configurable via appsettings.json</PackageReleaseNotes>
10+
<PackageTags>SharpRepository Repository EfRepository EntityFramework Entity Framework EF6</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>
1915
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
20-
<RepositoryType>git</RepositoryType>
21-
<Version>2.0.1-beta1</Version>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>2.0.1-beta1</Version>
2218
</PropertyGroup>
2319
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
2420
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />

SharpRepository.EfRepository/SharpRepository.EfRepository.csproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
<PropertyGroup>
44
<TargetFramework>net46</TargetFramework>
5-
<Authors>Ben Griswold, Jeff Treuting</Authors>
6-
<Description>SharpRepository is a generic repository</Description>
7-
<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.EfRepository</PackageId>
9-
<PackageVersion>2.0.1-beta1</PackageVersion>
10-
<PackageReleaseNotes>2.0.1-beta1: configurable via appconfig.json</PackageReleaseNotes>
11-
<PackageTags>SharpRepository Repository EfRepository EntityFramework Entity Framework EF6</PackageTags>
12-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
13-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
14-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
15-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
16-
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
17-
<RepositoryType>git</RepositoryType>
18-
<Version>2.0.1-beta1</Version>
5+
<Authors>Ben Griswold, Jeff Treuting</Authors>
6+
<Description>SharpRepository generic repository implemented with Entity Framework 6</Description>
7+
<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.EfRepository</PackageId>
9+
<PackageVersion>2.0.1-beta1</PackageVersion>
10+
<PackageReleaseNotes>2.0.1-beta1: configurable via appconfig.json</PackageReleaseNotes>
11+
<PackageTags>SharpRepository Repository EfRepository EntityFramework Entity Framework EF6</PackageTags>
12+
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
13+
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
14+
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
15+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
16+
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
<Version>2.0.1-beta1</Version>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

SharpRepository.InMemoryRepository/SharpRepository.InMemoryRepository.csproj

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2-
<PropertyGroup Label="Configuration">
3-
<AssemblyName>SharpRepository.InMemoryRepository</AssemblyName>
4-
<RootNamespace>SharpRepository.InMemoryRepository</RootNamespace>
5-
</PropertyGroup>
62
<PropertyGroup>
73
<TargetFrameworks>netstandard2.0;netstandard1.3</TargetFrameworks>
8-
<Authors>Ben Griswold, Jeff Treuting</Authors>
9-
<Description>SharpRepository is a generic repository</Description>
4+
<Authors>Ben Griswold, Jeff Treuting</Authors>
5+
<Description>SharpRepository generic repository implemented storing elements in memory (in repository object)</Description>
106
<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>
11-
<PackageId>SharpRepository.InMemoryRepository</PackageId>
7+
<PackageId>SharpRepository.InMemoryRepository</PackageId>
128
<PackageVersion>2.0.1-beta1</PackageVersion>
13-
<PackageReleaseNotes>2.0.1-beta1: configurable via appconfig.json</PackageReleaseNotes>
14-
<PackageTags>SharpRepository Repository InMemoryRepositoryRepository InMemory Memory</PackageTags>
15-
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>
16-
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>
17-
<PackageLicenseUrl>https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt</PackageLicenseUrl>
18-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
9+
<PackageReleaseNotes>2.0.1-beta1: configurable via appconfig.json</PackageReleaseNotes>
10+
<PackageTags>SharpRepository Repository InMemoryRepositoryRepository InMemory Memory</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>
1915
<RepositoryUrl>https://github.com/SharpRepository/SharpRepository.git</RepositoryUrl>
20-
<RepositoryType>git</RepositoryType>
21-
<Version>2.0.1-beta1</Version>
16+
<RepositoryType>git</RepositoryType>
17+
<Version>2.0.1-beta1</Version>
2218
</PropertyGroup>
2319
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2420
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />

SharpRepository.MongoDbRepository/SharpRepository.MongoDbRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard1.5;net46</TargetFrameworks>
44
<Authors>Ben Griswold, Jeff Treuting</Authors>
5-
<Description>SharpRepository is a generic repository</Description>
5+
<Description>SharpRepository generic repository implemented in MongoDb</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.MongoDbRepository</PackageId>
88
<PackageVersion>2.0.1-beta1</PackageVersion>

SharpRepository.RavenDbRepository/SharpRepository.RavenDbRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks>
44
<Authors>Ben Griswold, Jeff Treuting</Authors>
5-
<Description>SharpRepository is a generic repository</Description>
5+
<Description>SharpRepository generic repository implemented in RavenDb 3.5</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.RavenDbRepository</PackageId>
88
<PackageVersion>2.0.1-alpha3</PackageVersion>

SharpRepository.XmlRepository/SharpRepository.XmlRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
44
<Authors>Ben Griswold, Jeff Treuting</Authors>
5-
<Description>SharpRepository is a generic repository</Description>
5+
<Description>SharpRepository generic repository storing data in a XML Serialized object</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.XmlRepository</PackageId>
88
<PackageVersion>2.0.1-alpha3</PackageVersion>

0 commit comments

Comments
 (0)