-
Notifications
You must be signed in to change notification settings - Fork 76
Home
AlenPelin edited this page Jul 14, 2016
·
6 revisions
SIM 1.4 was released as an open-source project, which means anybody can examine the source code, modify it locally or create a fork to distribute your own version or send pull requests.
Our intention to use two branches:
- develop - contains the latest version of source code
- master - latest released version
- C# 6 is supported now, all project is being migrated to C# 6.
- Command line interface is evolving: all existing functionality is being replicated in command line UI; all new functionality must be implemented at least as command line: WPF UI is optional.