Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@
sha = 1537aa96d3c999642d678e1143b09950f235b977
etag = 754274e682c3523e3ac0a142ada64abff20551dc73bf16edfbd66415dcf87fd0
weak
[file "docs/sponsors.md"]
url = https://github.com/devlooped/sponsors/blob/main/sponsors.md
sha = 0a67f1a43b12eabc5fe3229fd9c9239dd97fc645
etag = 39e8d18b010c445fb65046c8504c1a95d66d5b4c6aff2f859d030a98faf182de
weak
[file "docs/footer.md"]
url = https://github.com/devlooped/oss/blob/main/docs/footer.md
sha = 06e7171fa1d1f49300278ebf11020b8d03ef44ac
etag = 2e47c8bba7ea60a722ce2bfc8a0222e27bc33f25073486523710383540dc6257
weak
[file ".github/workflows/defaults/action.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/defaults/action.yml
sha = 4253d8ae0f92625f475fabba36b67b2df7cb3806
Expand Down
18 changes: 0 additions & 18 deletions docs/footer.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/sponsors.md

This file was deleted.

28 changes: 5 additions & 23 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
![Icon](https://raw.githubusercontent.com/devlooped/isbn/main/assets/img/icon-32.png) ISBN parsing library
============

An ISBN parsing library

[![Version](https://img.shields.io/nuget/vpre/ISBN.svg?color=royalblue)](https://www.nuget.org/packages/ISBN)
[![Downloads](https://img.shields.io/nuget/dt/ISBN.svg?color=green)](https://www.nuget.org/packages/ISBN)
[![License](https://img.shields.io/github/license/devlooped/isbn.svg?color=blue)](https://github.com/devlooped/isbn/blob/main/license.txt)

<!-- #content -->
An ISBN parsing library

# Usage

```csharp
Expand All @@ -20,24 +21,5 @@ if (ISBN.TryParse("9780753557525", out var isbn))
The implementation is mostly a port from https://github.com/inventaire/isbn3, and consumes the
group information published in that repository.

<!-- include docs/footer.md -->
# Sponsors

<!-- sponsors.md -->
[![Kirill Osenkov](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KirillOsenkov.png "Kirill Osenkov")](https://github.com/KirillOsenkov)
[![C. Augusto Proiete](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/augustoproiete.png "C. Augusto Proiete")](https://github.com/augustoproiete)
[![SandRock](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sandrock.png "SandRock")](https://github.com/sandrock)
[![Amazon Web Services](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/aws.png "Amazon Web Services")](https://github.com/aws)
[![Christian Findlay](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MelbourneDeveloper.png "Christian Findlay")](https://github.com/MelbourneDeveloper)
[![Clarius Org](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/clarius.png "Clarius Org")](https://github.com/clarius)
[![MFB Technologies, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MFB-Technologies-Inc.png "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc)


<!-- sponsors.md -->

[![Sponsor this project](https://raw.githubusercontent.com/devlooped/sponsors/main/sponsor.png "Sponsor this project")](https://github.com/sponsors/devlooped)
&nbsp;

[Learn more about GitHub Sponsors](https://github.com/sponsors)

<!-- docs/footer.md -->
<!-- #content -->
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
1 change: 0 additions & 1 deletion src/ISBN/ISBN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<ItemGroup>
<None Remove="groups.js" />
<None Include="..\..\readme.md" PackagePath="readme.md" />
<AdditionalFiles Include="groups.js" />
</ItemGroup>

Expand Down
5 changes: 5 additions & 0 deletions src/ISBN/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- include ../../readme.md#content -->
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->

<!-- Exclude from auto-expansion by devlooped/actions-include GH action -->
<!-- exclude -->