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`!