Skip to content

Commit 46f92e2

Browse files
committed
Nuget description fixes.
1 parent 51af0c5 commit 46f92e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SqlAppLockHelper.MicrosoftDataNS/SqlAppLockHelper.MicrosoftDataNS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Authors>BBernard / CajunCoding</Authors>
77
<Company>CajunCoding</Company>
88
<Product>SqlAppLockHelper</Product>
9-
<Description>An ultra lightweight API for robust Distributed Application Locking capabilities leveraging Sql Server. The API provides a set of easy to use custom extensions for the System.Data.SqlClient library that provide robust distributed applicaiton locking support via the sp_getapplock &amp; sp_releaseapplock stored procedures.</Description>
9+
<Description>An ultra lightweight API for robust distributed application mutex locking capabilities leveraging Sql Server. The API provides a set of easy to use custom extensions for the Microsoft.Data.SqlClient library that provide robust distributed application mutex/locking support via the sp_getapplock &amp; sp_releaseapplock stored procedures.</Description>
1010
<Copyright>Copyright © 2020</Copyright>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/cajuncoding/SqlAppLockHelper</PackageProjectUrl>

SqlAppLockHelper.SystemDataNS/SqlAppLockHelper.SystemDataNS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Authors>BBernard / CajunCoding</Authors>
77
<Company>CajunCoding</Company>
88
<Product>SqlAppLockHelper</Product>
9-
<Description>An ultra lightweight API for robust Distributed Application Locking capabilities leveraging Sql Server. The API provides a set of easy to use custom extensions for the Microsoft.Data.SqlClient that provide robust distributed applicaiton locking support via the sp_getapplock &amp; sp_releaseapplock stored procedures.</Description>
9+
<Description>An ultra lightweight API for robust distributed application mutex locking capabilities leveraging Sql Server. The API provides a set of easy to use custom extensions for the System.Data.SqlClient that provide robust distributed application mutex/locking support via the sp_getapplock &amp; sp_releaseapplock stored procedures.</Description>
1010
<Copyright>Copyright © 2020</Copyright>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/cajuncoding/SqlAppLockHelper</PackageProjectUrl>

0 commit comments

Comments
 (0)