Skip to content

Commit fdb1e73

Browse files
authored
v1.0.1/include-docfx-packages (#2)
1 parent 39abe7c commit fdb1e73

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.docfx/packages/index.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# NuGet Packages
2+
3+
This is a list of all NuGet packages from **ClassLibrary1** that is publicly available on [NuGet.org](https://www.nuget.org/packages?q=ClassLibrary1); the packages here are listed alphabetically and are available in preview-, rc- and production-ready versions.
4+
5+
## 📦 Standalone Packages
6+
7+
Provides a focused API for ...
8+
9+
|Package|vNext|Stable|Downloads|
10+
|:--|:-:|:-:|:-:|
11+
| [ClassLibrary1](https://www.nuget.org/packages/ClassLibrary1/) | ![vNext](https://img.shields.io/nuget/vpre/ClassLibrary1?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/ClassLibrary1?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/ClassLibrary1?color=blueviolet&logo=nuget) |
12+
13+
## 🏭 Productivity Packages
14+
15+
Provides a convenient set of default API additions for ...
16+
17+
|Package|vNext|Stable|Downloads|
18+
|:--|:-:|:-:|:-:|
19+
| [ClassLibrary1.App](https://www.nuget.org/packages/ClassLibrary1.App/) | ![vNext](https://img.shields.io/nuget/vpre/ClassLibrary1.App?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/ClassLibrary1.App?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/ClassLibrary1.App?color=blueviolet&logo=nuget) |

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ FodyWeavers.xsd
365365
# DocFx
366366
/.docfx/wwwroot
367367
/.docfx/api/**/*.yml
368+
!/.docfx/packages/**
368369
/.docfx/**/*.manifest
369370
/.docfx/.vscode/docfx-assistant
370371

0 commit comments

Comments
 (0)