From ed2a5f50d4db6a76abb587994f9595b5859c0686 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 20 Aug 2022 02:55:22 +0200 Subject: [PATCH] Update authors in C# resources --- src/content/resources/language/c-sharp/access-modifiers.md | 2 +- src/content/resources/language/c-sharp/coding-conventions.md | 2 +- src/content/resources/language/c-sharp/intro.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/content/resources/language/c-sharp/access-modifiers.md b/src/content/resources/language/c-sharp/access-modifiers.md index 0ad6468..d16b495 100644 --- a/src/content/resources/language/c-sharp/access-modifiers.md +++ b/src/content/resources/language/c-sharp/access-modifiers.md @@ -1,6 +1,6 @@ --- authors: - - "Stone_Red#2890" + - "Stone_Red#0001" created_at: 2021/08/07 title: Access Modifiers external_resources: diff --git a/src/content/resources/language/c-sharp/coding-conventions.md b/src/content/resources/language/c-sharp/coding-conventions.md index d634320..e553262 100644 --- a/src/content/resources/language/c-sharp/coding-conventions.md +++ b/src/content/resources/language/c-sharp/coding-conventions.md @@ -1,6 +1,6 @@ --- authors: - - "Stone_Red#2890" + - "Stone_Red#0001" created_at: 2021/08/07 title: Coding Conventions external_resources: diff --git a/src/content/resources/language/c-sharp/intro.md b/src/content/resources/language/c-sharp/intro.md index 0c8ec45..e5b7cc6 100644 --- a/src/content/resources/language/c-sharp/intro.md +++ b/src/content/resources/language/c-sharp/intro.md @@ -1,6 +1,9 @@ --- authors: - - "Stone_Red#2890" + - "Stone_Red#0001" + - "HueByte#1388" + - "sfn#3771" + - "Draxis#1559" created_at: 2021/08/07 title: C# ---