Skip to content

Commit 995f674

Browse files
committed
Little correction for Repository version and XmlReposity
1 parent 5fa2797 commit 995f674

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SharpRepository.Repository/SharpRepository.Repository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
88
<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>
9+
<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>
1212
<PackageProjectUrl>https://github.com/SharpRepository/SharpRepository</PackageProjectUrl>

SharpRepository.XmlRepository/SharpRepository.XmlRepository.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<Description>SharpRepository generic repository implementation that stores data in a XML Serialized file</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>
8-
<PackageVersion>2.0.1-alpha3</PackageVersion>
9-
<PackageReleaseNotes>2.0.1-alpha3: configurabile via appsettings.json</PackageReleaseNotes>
8+
<PackageVersion>2.0.2.1</PackageVersion>
9+
<PackageReleaseNotes>2.0.2: configurabile via appsettings.json, linux path !239</PackageReleaseNotes>
1010
<PackageTags>SharpRepository Repository XmlRepository Xml</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.1-alpha3</Version>
17+
<Version>2.0.2</Version>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<Content Include="repository.xml.json">

0 commit comments

Comments
 (0)