Skip to content

Commit 83957f9

Browse files
authored
Rename to Library guidance (#25727)
1 parent fdd5e52 commit 83957f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ items:
5151
- name: Assemblies in .NET
5252
tocHref: /dotnet/standard/assembly
5353
topicHref: /dotnet/standard/assembly/index
54-
- name: Open-source library guidance
54+
- name: Library guidance
5555
tocHref: /dotnet/standard/library-guidance/
5656
topicHref: /dotnet/standard/library-guidance/index
5757
- name: Asynchronous programming patterns

docs/fundamentals/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,7 @@ items:
24352435
href: ../core/distribution-packaging.md
24362436
- name: Globalization and localization
24372437
href: ../standard/globalization-localization/
2438-
- name: Open-source library guidance
2438+
- name: Library guidance
24392439
href: ../standard/library-guidance/
24402440
- name: Framework design guidelines
24412441
items:

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ conceptualContent:
8181
text: .NET developer community
8282
- url: standard/library-guidance/index.md
8383
itemType: concept
84-
text: Open source library guidance
84+
text: Library guidance
8585
# Card
8686
- title: .NET concepts
8787
links:

docs/standard/library-guidance/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Open-source .NET library guidance
2+
title: Library guidance
33
description: Best practice recommendations for developers to create high quality .NET libraries.
4-
ms.date: 10/17/2018
4+
ms.date: 08/19/2021
55
---
6-
# Open-source library guidance
6+
# Library guidance
77

88
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*.
99

10-
Aspects of high-quality open-source .NET libraries:
10+
Aspects of high-quality .NET libraries:
1111

1212
> [!div class="checklist"]
1313
>

0 commit comments

Comments
 (0)