Skip to content

Commit a90eb81

Browse files
BillWagnergewarren
andauthored
Apply freshness tiers to the Csharp update cycle (#48005)
* first pass at C# freshness * Finalize freshness tiers for C# * Apply suggestions from code review * Update docfx.json Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 7e82061 commit a90eb81

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docfx.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,18 @@
907907
},
908908
"ms.update-cycle": {
909909
"docs/ai/**/**.{md,yml}": "180-days",
910-
"docs/csharp/whats-new/**/**.{md,yml}": "1825-days",
911-
"docs/framework/**/**.{md,yml}": "3650-days",
910+
"docs/csharp/whats-new/**/**.{md,yml}": "1095-days",
911+
"docs/csharp/advanced-topics/interop/**/**.{md,yml}": "1825-days",
912+
"docs/csharp/advanced-topics/reflection-and-attributes/**/**.{md,yml}": "1825-days",
913+
"docs/csharp/fundamentals/exceptions/**/**.{md,yml}": "1825-days",
914+
"docs/csharp/language-reference/**/**.{md,yml}": "1095-days",
915+
"docs/csharp/language-reference/compiler-messages/**/**.{md,yml}": "3650-days",
916+
"docs/csharp/language-reference/xmldoc/**/**.{md,yml}": "3650-days",
917+
"docs/csharp/linq/**/**.{md,yml}": "1825-days",
918+
"docs/csharp/misc/**/**.{md,yml}": "3650-days",
919+
"docs/csharp/roslyn-sdk/**/**.{md,yml}": "1825-days",
920+
"docs/csharp/specification/**/**.{md,yml}": "1825-days",
921+
"docs/framework/**/*.md": "3650-days",
912922
"docs/iot/**/**.{md,yml}": "1825-days",
913923
"docs/visual-basic/**/**.{md,yml}": "3650-days"
914924
},

0 commit comments

Comments
 (0)