|
@@ -1,4 +1,4 @@
|
|
|
-# 📦 KairoEngine.Core v0.2.4
|
|
|
+# 📦 KairoEngine.Core v0.2.5
|
|
|
|
|
|
This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
|
|
|
|
|
@@ -24,6 +24,10 @@ This contains the base code that other packages will use. It includes code for t
|
|
|
- `KairoEngine.Core.ModuleSystem`
|
|
|
|
|
|
### 📄Changelog
|
|
|
+
|
|
|
+##### v0.2.5
|
|
|
+- Updated the ResolutionOptions to include all types of displays with a minimum size
|
|
|
+
|
|
|
##### v0.2.4
|
|
|
- Added ExecuteRealTimeNotDisposable to Timer class
|
|
|
- Added String Boolean Generic Event
|