Skip to content
Andrey Filchenkov edited this page Jan 23, 2020 · 6 revisions

Sitecore Instance Manager (SIM)

Open Source

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