Skip to content

Commit ea7bcf0

Browse files
author
electricessence
committed
Fixed project metadata.
1 parent 5adc8ec commit ea7bcf0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Open.Database.Extensions.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<Product />
99
<PackageLicenseUrl>https://github.com/electricessence/Open.Database.Extensions/blob/master/LICENSE</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/electricessence/Open.Database.Extensions</PackageProjectUrl>
11-
<Description>Added transaction handling extensions.
12-
Opened up expressive commands to take connection factories OR connections.</Description>
11+
<Description>Useful set of utilities and abstractions for simplifying modern database operations and ensuring DI compatibility.</Description>
1312
<RepositoryUrl>https://github.com/electricessence/Open.Database.Extensions</RepositoryUrl>
1413
<RepositoryType>git</RepositoryType>
15-
<Version>5.6.0</Version>
14+
<Version>5.6.1</Version>
1615
<AssemblyVersion>5.6.0.0</AssemblyVersion>
1716
<FileVersion>5.6.0.0</FileVersion>
18-
<PackageReleaseNotes>Improved documenation.</PackageReleaseNotes>
17+
<PackageReleaseNotes>Added transaction handling extensions.
18+
Opened up expressive commands to take connection factories OR connections.
19+
Updated documenation.</PackageReleaseNotes>
1920
</PropertyGroup>
2021

2122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)