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
2 changes: 1 addition & 1 deletion docs/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ items:
- name: Assemblies in .NET
tocHref: /dotnet/standard/assembly
topicHref: /dotnet/standard/assembly/index
- name: Open-source library guidance
- name: Library guidance
tocHref: /dotnet/standard/library-guidance/
topicHref: /dotnet/standard/library-guidance/index
- name: Asynchronous programming patterns
Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@ items:
href: ../core/distribution-packaging.md
- name: Globalization and localization
href: ../standard/globalization-localization/
- name: Open-source library guidance
- name: Library guidance
href: ../standard/library-guidance/
- name: Framework design guidelines
items:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ conceptualContent:
text: .NET developer community
- url: standard/library-guidance/index.md
itemType: concept
text: Open source library guidance
text: Library guidance
# Card
- title: .NET concepts
links:
Expand Down
8 changes: 4 additions & 4 deletions docs/standard/library-guidance/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Open-source .NET library guidance
title: Library guidance
description: Best practice recommendations for developers to create high quality .NET libraries.
ms.date: 10/17/2018
ms.date: 08/19/2021
---
# Open-source library guidance
# Library guidance

This guidance provides recommendations for developers to create high-quality .NET libraries. This documentation focuses on the *what* and the *why* when building a .NET library, not the *how*.

Aspects of high-quality open-source .NET libraries:
Aspects of high-quality .NET libraries:

> [!div class="checklist"]
>
Expand Down