浏览代码

Bumped package to v0.2.7

James Peret 2 年之前
父节点
当前提交
d203f9590a
共有 3 个文件被更改,包括 38 次插入39 次删除
  1. 3 38
      Readme.md
  2. 34 0
      changelog.md
  3. 1 1
      package.json

+ 3 - 38
Readme.md

@@ -1,4 +1,6 @@
-# 📦 KairoEngine.Core v0.2.5
+# 📦 KairoEngine.Core v0.2.7
+
+[Change Log](ChangeLog.md)
 
 
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 
 
@@ -23,43 +25,6 @@ This contains the base code that other packages will use. It includes code for t
 
 
 - `KairoEngine.Core.ModuleSystem`
 - `KairoEngine.Core.ModuleSystem`
 
 
-### 📄Changelog
-
-##### v0.2.7
-- Added Tag Attribute
-- Added Layer Attribute
-- Added Vector3 Generic Event
-- Added random seed to IMapDataGenerator
-
-##### v0.2.6
-- Added the Cronometer utility
-- Added IMapDataGenerator interface
-- Added HideInspectorDerivedAttribute
-- Fixed bug in TimeToString utility function
-
-##### 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
-
-##### v0.2.3
-- Fixed IconFoldoutGroup icon path
-- Added OpenUrlGameAction
-
-##### v0.2.2
-- Fixed WaitGameAction icon path to find the file instead of using a fixed path
-- Added FindFileByName function to Utilities
-- Fixed bug in IconFoldoutGroupAttributeDrawer icon path
-
-##### v0.2.1
-- Added TriggerGenericEvent GameAction
-
-##### v0.2.0
-
-- Upgraded GameModule system
-
 ### 🎈Back Log
 ### 🎈Back Log
 
 
 - [ ] Game State register and check
 - [ ] Game State register and check

+ 34 - 0
changelog.md

@@ -1,5 +1,39 @@
 # Changelog
 # Changelog
 
 
+##### v0.2.7
+- Added Tag Attribute
+- Added Layer Attribute
+- Added Vector3 Generic Event
+- Added random seed to IMapDataGenerator
+
+##### v0.2.6
+- Added the Cronometer utility
+- Added IMapDataGenerator interface
+- Added HideInspectorDerivedAttribute
+- Fixed bug in TimeToString utility function
+
+##### 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
+
+##### v0.2.3
+- Fixed IconFoldoutGroup icon path
+- Added OpenUrlGameAction
+
+##### v0.2.2
+- Fixed WaitGameAction icon path to find the file instead of using a fixed path
+- Added FindFileByName function to Utilities
+- Fixed bug in IconFoldoutGroupAttributeDrawer icon path
+
+##### v0.2.1
+- Added TriggerGenericEvent GameAction
+
+##### v0.2.0
+
+- Upgraded GameModule system
 
 
 ### v0.1.4
 ### v0.1.4
 
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "at.kairoscope.kairoengine.core",
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
   "displayName" : "KairoEngine Core",
-  "version": "0.2.6",
+  "version": "0.2.7",
   "unity": "2020.3",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
   "repository": {