From 4d38457e207d4aef577d0ba2110e3c15da98a953 Mon Sep 17 00:00:00 2001 From: MrDumbrava <109512837+9xbt@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:45:29 +0200 Subject: [PATCH] Update changelog --- Docs/articles/ChangeLog.md | 12 ------------ Docs/articles/Changelog.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 Docs/articles/ChangeLog.md create mode 100644 Docs/articles/Changelog.md diff --git a/Docs/articles/ChangeLog.md b/Docs/articles/ChangeLog.md deleted file mode 100644 index 6544ac3c86..0000000000 --- a/Docs/articles/ChangeLog.md +++ /dev/null @@ -1,12 +0,0 @@ -# dev kit change log - -## c5c087c697d106348adbcff86d5d43331500e648 (update then merged in) - -### Features - -* X# is now packaged as a nuget package -* Plugs are now packaged as a nuget package rather then been hard coded in build scripts - -### breaking changes - -Plugs are now included via a nuget package to update cosmos pass this commit you need to add the ``Cosmos.Plugs`` package to your kernel project diff --git a/Docs/articles/Changelog.md b/Docs/articles/Changelog.md new file mode 100644 index 0000000000..f1eacda920 --- /dev/null +++ b/Docs/articles/Changelog.md @@ -0,0 +1,12 @@ +# Devkit changelog + +## c5c087c697d106348adbcff86d5d43331500e648 (update then merged in) + +### Features + +* X# is now packaged as a nuget package +* Plugs are now packaged as a nuget package rather then been hard coded in build scripts + +### Breaking changes + +Plugs are now included via a nuget package, to update cosmos past this commit you need to add the `Cosmos.Plugs` package to your kernel project. Don't forget to tick the `Include prerelease` checkbox and to set the package origin to `All`!