From ecde51ea38efa33432c351263e8dd8509da4cfb7 Mon Sep 17 00:00:00 2001 From: X39 Date: Thu, 1 Feb 2024 23:16:10 +0100 Subject: [PATCH] Add CONTRIBUTORS.md file to project solution This commit includes a newly created CONTRIBUTORS.md file that lists the project maintainers. The file has also been included in the PDF template solution to ensure it's part of all future solution builds. --- CONTRIBUTORS.md | 2 ++ X39.Solutions.PdfTemplate.sln | 1 + 2 files changed, 3 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..69963d1 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +# Maintainers +- [X39](https://github.com/X39) \ No newline at end of file diff --git a/X39.Solutions.PdfTemplate.sln b/X39.Solutions.PdfTemplate.sln index 6903220..3d77bd0 100644 --- a/X39.Solutions.PdfTemplate.sln +++ b/X39.Solutions.PdfTemplate.sln @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{A16F2F3F .gitignore = .gitignore LICENSE = LICENSE README.md = README.md + CONTRIBUTORS.md = CONTRIBUTORS.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{578183F3-B424-4D0B-9B6B-1F22FBDB80C8}"