Skip to content

Commit 5fa2797

Browse files
committed
update to 2.4.7-prerelease version
1 parent b025356 commit 5fa2797

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SharpRepository.Repository/SharpRepository.Repository.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
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.6-prerelease</PackageVersion>
9-
<PackageReleaseNotes>2.0.4: GetMany accepts specifications, bug #204, #207 and #223 correction, package updates </PackageReleaseNotes>
8+
<PackageVersion>2.0.4.7-prerelease</PackageVersion>
9+
<PackageReleaseNotes>2.0.4: GetMany accepts specifications, bug #204, #207, #223 and #236 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>
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.4.6-prerelease</Version>
17+
<Version>2.0.4.7-prerelease</Version>
1818
</PropertyGroup>
1919
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2020
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.1.2" />

0 commit comments

Comments
 (0)