Skip to content

Commit 76c7cc6

Browse files
stevehansenclaude
andcommitted
chore: Add NuGet package README, icon, and repo badges
Include README.md and icon.png in both NuGet packages via PackageReadmeFile/PackageIcon. Add NuGet version, CI, and license badges to the project README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2d77731 commit 76c7cc6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# sql-inliner
2+
3+
[![NuGet (Tool)](https://img.shields.io/nuget/v/SqlInliner?label=SqlInliner&logo=nuget)](https://www.nuget.org/packages/SqlInliner)
4+
[![NuGet (Library)](https://img.shields.io/nuget/v/SqlInliner.Library?label=SqlInliner.Library&logo=nuget)](https://www.nuget.org/packages/SqlInliner.Library)
5+
[![CI](https://github.com/stevehansen/sql-inliner/actions/workflows/ci.yml/badge.svg)](https://github.com/stevehansen/sql-inliner/actions/workflows/ci.yml)
6+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7+
28
Helper utility to inline SQL Server database views
39

410
## What is the purpose of this tool

icon.png

4.64 KB
Loading

src/SqlInliner/SqlInliner.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<RepositoryType>git</RepositoryType>
1919
<RepositoryUrl>https://github.com/stevehansen/sql-inliner/</RepositoryUrl>
2020
<PackageProjectUrl>https://github.com/stevehansen/sql-inliner/</PackageProjectUrl>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageIcon>icon.png</PackageIcon>
2123
</PropertyGroup>
2224

2325
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
@@ -52,4 +54,9 @@
5254
</PackageReference>
5355
</ItemGroup>
5456

57+
<ItemGroup>
58+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
59+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
60+
</ItemGroup>
61+
5562
</Project>

0 commit comments

Comments
 (0)