Skip to content

Commit

Permalink
Release 2.5.2.0 (Lisias) for KSP >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Mar 22, 2023
1 parent ced3298 commit a8fc761
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# KSP Enhanced /L :: Changes

* 2023-0321: 2.5.2.0 (Lisias) for KSP >= 1.2
+ Moving CkanTools to a external library (KSPe.External) where 3rd party support will be implemented, avoiding cluttering the main Assembly with non core business stuff
+ Incepting support for KSP-AVC version files.
+ Preventing idiots like me from trying to find a `Type` by using itself as parameter on `KSPe.Util.SystemTools.Type.Find.By` :P
* 2023-0317: 2.5.1.1 (Lisias) for KSP >= 1.2
+ Adding a library to easily handle JSONs (Tiny-JSON) into the toolset.
+ Incepting tools to handle installers.
Expand Down
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# KSP Enhanced /L :: Change Log

* 2023-0321: 2.5.2.0 (Lisias) for KSP >= 1.2
+ Moving CkanTools to a external library (KSPe.External) where 3rd party support will be implemented, avoiding cluttering the main Assembly with non core business stuff
+ Incepting support for KSP-AVC version files.
+ Preventing idiots like me from trying to find a `Type` by using itself as parameter on `KSPe.Util.SystemTools.Type.Find.By` :P
* 2023-0317: 2.5.1.1 (Lisias) for KSP >= 1.2
+ Adding a library to easily handle JSONs (Tiny-JSON) into the toolset.
+ Incepting tools to handle installers.
Expand Down
4 changes: 2 additions & 2 deletions KSPe.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"VERSION":{
"MAJOR":2,
"MINOR":5,
"PATCH":1,
"BUILD":1
"PATCH":2,
"BUILD":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit a8fc761

Please sign in to comment.