• Home
  • Install
  • Cosmos Website
  • Articles
  • Cosmos
  • X#
  • IL2CPU
Show / Hide Table of Contents
  • Getting Started
  • Compiler
  • Change Log
  • Debugger
    • Debug Commands
  • Installation
    • User Kit
    • Dev Kit
    • Running
  • Kernel
    • Levels
    • Plugs
    • Startup
    • OnBoot
    • Graphics
    • Virtual File System
    • Network
    • Resource Files
    • Memory Management and Garbage Collection
    • Audio
  • Reference
    • x86
  • Tests
    • Test Runner

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!

Last updated on 4 September 2023.

  • Improve this Doc
☀
☾
In This Article
Back to top
☀
☾