You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SharpRepository.Repository/SharpRepository.Repository.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<Description>SharpRepository is a generic repository library</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
7
<PackageId>SharpRepository.Repository</PackageId>
8
-
<PackageVersion>2.2.0</PackageVersion>
8
+
<PackageVersion>2.2.0-prerelease</PackageVersion>
9
9
<PackageReleaseNotes>2.2: Aspects even for compound key repositories</PackageReleaseNotes>
0 commit comments