aboutsummaryrefslogtreecommitdiff
path: root/third-party/DotNetCorePlugins/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/DotNetCorePlugins/CHANGES.md')
-rw-r--r--third-party/DotNetCorePlugins/CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/third-party/DotNetCorePlugins/CHANGES.md b/third-party/DotNetCorePlugins/CHANGES.md
new file mode 100644
index 0000000..b9efcfc
--- /dev/null
+++ b/third-party/DotNetCorePlugins/CHANGES.md
@@ -0,0 +1,15 @@
+# Changes
+
+DotnetCorePlugins is/was originally developed by Nate McMaster -> [original repo](https://github.com/natemcmaster/DotNetCorePlugins)
+
+Project maintaince has fallen off, so I've forked it to make some updates and changes. Changes are mostly specific to my application, or features that I don't think are necessary, or are experimental.
+
+Changes made to the project will be documented in each file. Here are some of the changes I've made:
+
+- Update to .NET 8.0 runtime
+- Remove hot-reload feature (my runtime implements this better for my uses)
+- Update deprecated packages
+- Change public api for more control and removed less verbose features that were never used
+- Removing conditional compilation for platform supported features
+- General .NET 8.0 stdlib updates and syntax changes
+- Foced/removed condtional compiliation features \ No newline at end of file