Skip to content

Commit 4a2522d

Browse files
authored
Fix | Adding missing commitID to AKV nuspec (#2334)
1 parent 5e07b29 commit 4a2522d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/specs/Microsoft.SqlServer.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license type="expression">MIT</license>
1010
<projectUrl>https://aka.ms/sqlclientproject</projectUrl>
1111
<icon>dotnet.png</icon>
12-
<repository type="git" url="https://github.com/dotnet/sqlclient" />
12+
<repository type="git" url="https://github.com/dotnet/sqlclient" commit="$COMMITID$" />
1313
<description>This is a helper library for Microsoft.Data.SqlClient enabling cross framework support of UDT types.
1414

1515
Available Types:

tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license type="expression">MIT</license>
1010
<projectUrl>https://aka.ms/sqlclientproject</projectUrl>
1111
<icon>dotnet.png</icon>
12-
<repository type="git" url="https://github.com/dotnet/sqlclient" />
12+
<repository type="git" url="https://github.com/dotnet/sqlclient" commit="$COMMITID$"/>
1313
<description>Always Encrypted Azure Key Vault Provider for Microsoft.Data.SqlClient.
1414

1515
This library enables .NET Core and .NET Framework applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted.

0 commit comments

Comments
 (0)