Skip to content

Commit

Permalink
Publishing v0.6.0 (#93)
Browse files Browse the repository at this point in the history
* Publishing v0.6.0
  • Loading branch information
lawrab committed Apr 30, 2021
1 parent ffe19cf commit 7b9cb6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Next version
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.5.0...main)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.6.0...main)

## [0.6.0](https://github.com/dennis/slipstream/releases/tag/v0.6.0) (2021-04-30)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.5.0...v0.6.0)
- adds WinFormUI component - containing the Slipstream UI. You need to add `register_plugin({ plugin_name = "WinFormUIPlugin"})
` to you `init.lua` to get it.
- add `internal:shutdown()` lua function that quits the application
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.0")]
[assembly: AssemblyFileVersion("0.5.0")]
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: InternalsVisibleTo("Slipstream.UnitTests")]

0 comments on commit 7b9cb6d

Please sign in to comment.