diff --git a/Src/Sample files/LICENSE.md b/Src/Sample files/LICENSE.md
new file mode 100644
index 0000000..0d23efb
--- /dev/null
+++ b/Src/Sample files/LICENSE.md
@@ -0,0 +1,26 @@
+```
+Sample MIT license file.
+Replace comments in brackets () with actual values.
+Also remove this comment block.
+```
+
+The MIT License (MIT)
+
+Copyright (c) (Year) (Author name)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/Src/Sample files/PackageName.nuspec b/Src/Sample files/PackageName.nuspec
new file mode 100644
index 0000000..d59f7cf
--- /dev/null
+++ b/Src/Sample files/PackageName.nuspec
@@ -0,0 +1,27 @@
+
+
+
+
+ (Unique ID for the package)
+ (Semantic versioning for the package. Usually of format Major.Minor.Patch)
+ (Name of the package)
+ (Author name)
+ (Owners name. Comma separated list if multiple owners)
+ (true if you require user to accept license)
+ (SPDX license identifier)
+ (Project website)
+
+ (Icon URL for this package. Must be publicly accessible)
+ (Description for this NuGet package)
+ (A short version of the description)
+ (Enter release notes here)
+ (Copyright (c) Year Author name)
+ (Space delimited tags)
+
+
+
+
+
\ No newline at end of file
diff --git a/Src/Sample files/PackageNameWithDependencies.nuspec b/Src/Sample files/PackageNameWithDependencies.nuspec
new file mode 100644
index 0000000..3d1db08
--- /dev/null
+++ b/Src/Sample files/PackageNameWithDependencies.nuspec
@@ -0,0 +1,29 @@
+
+
+
+
+ (Unique ID for the package)
+ (Semantic versioning for the package. Usually of format Major.Minor.Patch)
+ (Name of the package)
+ (Author name)
+ (Owners name. Comma separated list if multiple owners)
+ (true if you require user to accept license)
+ (SPDX license identifier)
+ (Project website)
+
+ (Icon URL for this package. Must be publicly accessible)
+ (Description for this NuGet package)
+ (A short version of the description)
+ (Enter release notes here)
+ (Copyright (c) Year Author name)
+ (Space delimited tags)
+
+
+
+
+
+
+
\ No newline at end of file