Skip to content

Commit d4226cb

Browse files
committed
New stable releases
1 parent 444a113 commit d4226cb

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

SharpRepository.EfCoreRepository/SharpRepository.EfCoreRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>SharpRepository generic repository implementation for Entity Framework 1.1 and 2</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.EfCoreRepository</PackageId>
8-
<PackageVersion>2.0.2.1-prerelease</PackageVersion>
8+
<PackageVersion>2.0.2.2</PackageVersion>
99
<PackageReleaseNotes>2.0.2.1: Update to EfCore 1.1.6 and 2.1.4</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository EfCoreRepository EntityFrameworkCore Entity Framework Core 2</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

SharpRepository.EfRepository/SharpRepository.EfRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>SharpRepository generic repository implemented with Entity Framework 6</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>
88
<PackageId>SharpRepository.EfRepository</PackageId>
9-
<PackageVersion>2.0.3-prerelease</PackageVersion>
9+
<PackageVersion>2.0.3.1</PackageVersion>
1010
<PackageReleaseNotes>2.0.3: update to Ef6.2</PackageReleaseNotes>
1111
<PackageTags>SharpRepository Repository EfRepository EntityFramework Entity Framework EF6</PackageTags>
1212
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

SharpRepository.InMemoryRepository/SharpRepository.InMemoryRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>SharpRepository generic repository implemented storing elements in memory (in repository 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.InMemoryRepository</PackageId>
8-
<PackageVersion>2.0.3-prerelease</PackageVersion>
8+
<PackageVersion>2.0.3.1</PackageVersion>
99
<PackageReleaseNotes>2.0.3: update packages</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository InMemoryRepositoryRepository InMemory Memory</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Configures Autofac to resolve IRepository as the right configured implementation of SharpRepository</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.Autofac</PackageId>
8-
<PackageVersion>2.0.4.1-prerelease</PackageVersion>
8+
<PackageVersion>2.0.4.2</PackageVersion>
99
<PackageReleaseNotes>2.0.4.1-prerelease: registers all IRepository and ICompoundKeyRepository implementations, supports scoping</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository IoC Autofac</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<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>
8-
<PackageVersion>2.0.2.1-prerelease</PackageVersion>
8+
<PackageVersion>2.0.2.2</PackageVersion>
99
<PackageReleaseNotes>2.0.2.1: stable release</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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<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>
8-
<PackageVersion>2.0.3.1-prerelease</PackageVersion>
8+
<PackageVersion>2.0.3.2</PackageVersion>
99
<PackageReleaseNotes>2.0.3.1: updated package versions</PackageReleaseNotes>
1010
<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>

SharpRepository.Ioc.StructureMap/SharpRepository.Ioc.StructureMap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Configures Structurmap to resolve IRepository as the right configured implementation of SharpRepository</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.StructureMap</PackageId>
8-
<PackageVersion>2.0.4-prerelease</PackageVersion>
8+
<PackageVersion>2.0.4.1</PackageVersion>
99
<PackageReleaseNotes>2.0.4: StructureMap 4.7 package</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository IoC StructureMap 4.7</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

SharpRepository.Ioc.Unity/SharpRepository.Ioc.Unity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Configures Unity to resolve IRepository as the right configured implementation of SharpRepository</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.Unity</PackageId>
8-
<PackageVersion>2.0.4-prerelease</PackageVersion>
8+
<PackageVersion>2.0.4.1</PackageVersion>
99
<PackageReleaseNotes>2.0.4: Unity 5.8 that supports .net standard 2</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository IoC Unity container</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

SharpRepository.MongoDbRepository/SharpRepository.MongoDbRepository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<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>
8-
<PackageVersion>2.0.7.2-prerelease</PackageVersion>
8+
<PackageVersion>2.0.7.3</PackageVersion>
99
<PackageReleaseNotes>2.0.7: addeded MongoDbCollectionNameAttribute that allows to change collection name, update mongo driver to 2.7.0</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository MongoDbRepository MongoDb Mongo</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

SharpRepository.Repository/SharpRepository.Repository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>SharpRepository is a generic repository 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.Repository</PackageId>
8-
<PackageVersion>2.0.4.5-prerelease</PackageVersion>
8+
<PackageVersion>2.0.4.6</PackageVersion>
99
<PackageReleaseNotes>2.0.4: GetMany accepts specifications, bug #204, #207 and #223 correction, package updates </PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository</PackageTags>
1111
<PackageIconUrl>https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png</PackageIconUrl>

0 commit comments

Comments
 (0)