You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ Dual-Licensed with either
27
27
28
28
## Breaking Changes (For Develop pre-release
29
29
30
-
The goal is to minimize the main library into a more consice library. Thus the following changes will/have been made.
30
+
The goal is to minimize the main library into a more concise library. Thus the following changes will/have been made.
31
31
* Command interface was moved to MinoriEditorShell.Command -- This is currently un-tested and no nuget yet.
32
32
* Undo - Redo interface was moved to MinoriEditorShell.History -- This is currently un-tested and no nuget yet.
33
33
34
34
* IMesManager renamed to IMesDocumentManager to clarify what the manager does, manages documents/persistant documents and tools.
35
35
* IMesSettings is for custom setting view models in the settings manager, (Still need to have a view for them in platform target).
36
-
* IMesSettingsManger is for managaing all of the settings view models.
36
+
* IMesSettingsManger is for managing all of the settings view models.
37
37
38
-
## Build environmant
38
+
## Build environment
39
39
40
-
For windows this is currently being ran on Visual Studio 2019 Community edition with **.Net Core cross platfom development**, and **.Net Desktop Envirionment**
40
+
For windows this is currently being ran on Visual Studio 2019 Community edition with **.Net Core cross platform development**, and **.Net Desktop Environment**
41
41
This project depends on netstandard library for its core build. Future plans involves targeting other platforms.
42
42
43
43
## What is this
@@ -68,7 +68,7 @@ way of separating out the code for each part of your application.
68
68
69
69
## More Documentation
70
70
71
-
Doumentation can be found on the github [wiki](https://github.com/TorisanKitsune/MinoriEditorShell/wiki/)
71
+
Documentation can be found on the github [wiki](https://github.com/TorisanKitsune/MinoriEditorShell/wiki/)
0 commit comments