From 6c84bf2dd4e2f48bd19998506fdf9c2c1d8d05f2 Mon Sep 17 00:00:00 2001 From: Simon Baynes Date: Thu, 7 Dec 2023 14:51:48 +0000 Subject: [PATCH] Add README to the NuGet package Closes #342 --- CHANGELOG.md | 5 +++-- README.md | 6 +++--- src/Html2Markdown/Html2Markdown.csproj | 7 ++++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927087fa..99acd7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add missing XML docs for classes and methods +- Added missing XML docs for classes and methods - Pushing beta packages to NuGet from `develop` branch +- Added README to NuGet package ## [6.2.1.4] - 2024-05-07 @@ -33,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added stale issue workflow - Added allowing strong and b tags to have properties -- Modified all `IReplacers` to have to have their own concrete implementation +- Modified all `IReplacers` to have their own concrete implementation ### Fixed diff --git a/README.md b/README.md index 2b3ca1c8..db9663f7 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Converts HTML to [Markdown](http://daringfireball.net/projects/markdown/syntax). ## Build Status -| Branch | Status | -| ------ |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `master` | [![master](https://github.com/baynezy/Html2Markdown/actions/workflows/branch-master.yml/badge.svg?branch=master)](https://github.com/baynezy/Html2Markdown/actions/workflows/branch-master.yml) | +| Branch | Status | +|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `master` | [![master](https://github.com/baynezy/Html2Markdown/actions/workflows/branch-master.yml/badge.svg?branch=master)](https://github.com/baynezy/Html2Markdown/actions/workflows/branch-master.yml) | | `develop` | [![develop](https://github.com/baynezy/Html2Markdown/actions/workflows/branch-develop.yml/badge.svg?branch=develop)](https://github.com/baynezy/Html2Markdown/actions/workflows/branch-develop.yml) | ## Support diff --git a/src/Html2Markdown/Html2Markdown.csproj b/src/Html2Markdown/Html2Markdown.csproj index 9aa33680..96ffd26d 100644 --- a/src/Html2Markdown/Html2Markdown.csproj +++ b/src/Html2Markdown/Html2Markdown.csproj @@ -5,6 +5,7 @@ Simon Baynes Apache-2.0 https://github.com/baynezy/Html2Markdown + README.md A library for converting HTML to markdown syntax in C# © Simon Baynes 2013 Markdown;Html;Convert @@ -12,10 +13,14 @@ Html2Markdown.snk true - + + + + +