Skip to content
AlenPelin edited this page Jul 14, 2016 · 6 revisions

Sitecore Instance Manager (SIM 1.4)

Open Source

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.

Branching

Our intention to use two branches:

  • develop - contains the latest version of source code
  • master - latest released version

Coding

  • 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.