Skip to content

Commit

Permalink
Fix | Adding readme to nuget package (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad Rahnama authored Sep 6, 2024
1 parent cf92a05 commit 62af3b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/specs/Microsoft.Data.SqlClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<license type="expression">MIT</license>
<projectUrl>https://aka.ms/sqlclientproject</projectUrl>
<icon>dotnet.png</icon>
<readme>README.md</readme>
<repository type="git" url="https://github.com/dotnet/sqlclient" commit="$COMMITID$"/>
<description>The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS).

Expand Down Expand Up @@ -76,6 +77,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</metadata>
<files>
<file src="..\icons\dotnet.png" target="" />
<file src="..\..\README.md" target="" />

<!-- ref NetFx -->
<file src="..\..\artifacts\Project\bin\Windows_NT\$Configuration$\Microsoft.Data.SqlClient\ref\net462\Microsoft.Data.SqlClient.dll" target="ref\net462\" exclude="" />
Expand Down

0 comments on commit 62af3b5

Please sign in to comment.