Skip to content

Commit 13eaff2

Browse files
nathlarochegewarrenBillWagner
authored
Adding ms.update-cycle (#46988)
* Adding ms.update-cycle * Update docfx.json Co-authored-by: Genevieve Warren <[email protected]> * adding ms.update-cycle at the folder level for pos-for-net * Update docs/visual-basic/reference/command-line-compiler/langversion.md Co-authored-by: Bill Wagner <[email protected]> * include Bill's feedback * updated docfx.json --------- Co-authored-by: Genevieve Warren <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
1 parent 43ad4dc commit 13eaff2

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

docfx.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,13 @@
912912
"docs/ai/**/**.md": "ce-skilling-ai-copilot",
913913
"docs/ai/**/**.yml": "ce-skilling-ai-copilot"
914914
},
915+
"ms.update-cycle": {
916+
"docs/ai/**/**.{md,yml}": "180-days",
917+
"docs/csharp/whats-new/**/*.md": "1825-days",
918+
"docs/framework/**/*.md": "1825-days",
919+
"docs/visual-basic/**/*.md": "1825-days",
920+
"docs/framework/additional-apis/pos-for-net/**/**.md": "1825-days"
921+
},
915922
"no-loc": {
916923
"docs/orleans/**/**.md": [
917924
"Grain",

docs/core/testing/unit-testing-with-copilot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Generate Unit Tests with Copilot
33
author: sigmade
44
description: How to generate unit tests and test projects in C# using the xUnit framework with the help of Visual Studio commands and GitHub Copilot
55
ms.date: 01/12/2025
6+
ms.update-cycle: 180-days
67
ms.collection: ce-skilling-ai-copilot
78
---
89

docs/csharp/tour-of-csharp/strategy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Language strategy
33
description: We keep evolving C# to meet the changing needs of developers and remain a state-of-the-art programming language. We will innovate eagerly and broadly in collaboration with C# developers
44
ms.date: 03/17/2025
5+
ms.update-cycle: 1825-days
56
ms.custom: UpdateFrequency5
67
---
78
# Annotated C# strategy

docs/csharp/whats-new/csharp-14.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: What's new in C# 14
33
description: Get an overview of the new features in C# 14. C# 14 ships with .NET 10.
44
ms.date: 04/17/2025
55
ms.topic: whats-new
6+
ms.update-cycle: 180-days
67
---
78
# What's new in C# 14
89

docs/visual-basic/reference/command-line-compiler/langversion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: "Learn more about: -langversion (Visual Basic)"
33
title: "-langversion"
44
ms.date: 03/10/2018
5+
ms.update-cycle: 1825-days
56
helpviewer_keywords:
67
- "/langversion compiler option [Visual Basic]"
78
- "langversion compiler option [Visual Basic]"

docs/visual-basic/whats-new/breaking-changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Breaking changes in the Visual Basic compiler
33
description: Find any breaking changes in the Visual Basic compiler that you are using.
44
ms.topic: troubleshooting
55
ms.custom: "updateeachrelease, UpdateFrequency1"
6+
ms.update-cycle: 365-days
67
ms.date: 08/18/2020
78
---
89

docs/visual-basic/whats-new/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: "Learn more about: What's new for Visual Basic"
33
title: What's new
44
ms.date: 10/24/2018
5+
ms.update-cycle: 365-days
56
f1_keywords:
67
- "VB.StartPage.WhatsNew"
78
helpviewer_keywords:

0 commit comments

Comments
 (0)