Skip to content

Commit 9997b48

Browse files
committed
Include readme in package
Fixes #126
1 parent 22a3a66 commit 9997b48

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

readme.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
<h1 id="nugetizer"><img src="https://github.com/kzu/nugetizer/raw/main/img/nugetizer-32.png" alt="Icon" height="32" width="32" style="vertical-align: text-top; border: 0px; padding: 0px; margin: 0px"> nugetizer</h1>
1+
![Icon](https://raw.githubusercontent.com/devlooped/nugetizer/main/img/nugetizer-32.png) nugetizer
2+
============
23

34
Simple, flexible, intuitive and powerful NuGet packaging.
45

5-
[![Version](https://img.shields.io/nuget/vpre/NuGetizer.svg?color=royalblue)](https://www.nuget.org/packages/NuGetizer)
6-
[![Downloads](https://img.shields.io/nuget/dt/NuGetizer?color=darkmagenta)](https://www.nuget.org/packages/NuGetizer)
7-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/kzu/nugetizer/blob/main/LICENSE)
8-
[![GitHub](https://img.shields.io/badge/-source-181717.svg?logo=GitHub)](https://github.com/kzu/nugetizer)
6+
[![Version](https://img.shields.io/nuget/vpre/NuGetizer.svg?color=royalblue)](https://www.nuget.org/packages/NuGetizer) [![Downloads](https://img.shields.io/nuget/dt/NuGetizer?color=darkmagenta)](https://www.nuget.org/packages/NuGetizer) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/kzu/nugetizer/blob/main/LICENSE) [![GitHub](https://img.shields.io/badge/-source-181717.svg?logo=GitHub)](https://github.com/kzu/nugetizer)
97

10-
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.io/vpre/nugetizer/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.io/index.json)
11-
[![CI Status](https://github.com/kzu/nugetizer/workflows/build/badge.svg?branch=main)](https://github.com/kzu/nugetizer/actions?query=branch%3Amain+workflow%3Abuild+)
8+
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.io/vpre/nugetizer/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.io/index.json) [![CI Status](https://github.com/kzu/nugetizer/workflows/build/badge.svg?branch=main)](https://github.com/kzu/nugetizer/actions?query=branch%3Amain+workflow%3Abuild+)
129

1310

1411
# Why
@@ -63,7 +60,7 @@ After installation, you can just run `nugetize` from the project directory to qu
6360

6461
Here's a sample output screenshot:
6562

66-
![nugetize screenshot](img/dotnet-nugetize.png)
63+
![nugetize screenshot](https://raw.githubusercontent.com/devlooped/nugetizer/main/img/dotnet-nugetize.png)
6764

6865
## Inner Devloop
6966

@@ -366,8 +363,6 @@ packing on CI, since at that point all that's run are the P2P protocol involving
366363

367364
## Sponsors
368365

369-
<h3 style="vertical-align: text-top" id="by-clarius">
370-
<img src="https://raw.githubusercontent.com/devlooped/oss/main/assets/images/sponsors.svg" alt="sponsors" height="36" width="36" style="vertical-align: text-top; border: 0px; padding: 0px; margin: 0px">&nbsp;&nbsp;by&nbsp;<a href="https://github.com/clarius">@clarius</a>&nbsp;<img src="https://raw.githubusercontent.com/clarius/branding/main/logo/logo.svg" alt="sponsors" height="36" width="36" style="vertical-align: text-top; border: 0px; padding: 0px; margin: 0px">
371-
</h3>
366+
[![sponsored](https://raw.githubusercontent.com/devlooped/oss/main/assets/images/sponsors.svg)](https://github.com/sponsors/devlooped) [![clarius](https://raw.githubusercontent.com/clarius/branding/main/logo/byclarius.svg)](https://github.com/clarius)[![clarius](https://raw.githubusercontent.com/clarius/branding/main/logo/logo.svg)](https://github.com/clarius)
372367

373368
*[get mentioned here too](https://github.com/sponsors/devlooped)!*

src/NuGetizer.Tasks/NuGetizer.Tasks.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
66
<RootNamespace>NuGetizer</RootNamespace>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
8+
<PackageReadmeFile>readme.md</PackageReadmeFile>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -25,6 +26,7 @@
2526
<None Update="NuGetizer.MultiTargeting.targets" PackagePath="buildMultiTargeting\NuGetizer.targets" />
2627
<None Include="NuGetizer.PackageMetadata.targets;dotnet-nugetize.props;dotnet-nugetize.targets" PackagePath="buildMultiTargeting\%(Filename)%(Extension)" Pack="true" />
2728
<None Update="NuGetizer.Tasks.targets" Pack="false" />
29+
<None Include="..\..\readme.md" PackagePath="readme.md" />
2830
</ItemGroup>
2931

3032
<ItemGroup>

0 commit comments

Comments
 (0)