Commit 34618ddb 34618ddbd5a164a7eacc675e71ff100130c2f87c by Christian Gerdes

Update README.md

1 parent 84aedbc3
Showing 1 changed file with 23 additions and 1 deletions
......@@ -23,4 +23,26 @@ Builds should only be created on the non master branches, for a specific version
of Visual Studio, although the master branch currently targets VS2013, there is
a specific branch for VS2013 as well. Changes that are needed to be committed
that are specific for VS2013 should therefor be committed to the vs2013 branch,
since these can not be allowed to be merged into the other version branches.
\ No newline at end of file
since these can not be allowed to be merged into the other version branches.
## Source code and releases
You'll find the latest stable release, release notes and getting started guide
in the projects wiki:
https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/home
Project is hosted in GitLab where you can fork the code, create issues, get
support, create bug reports and colaborate on the code:
https://git.lightsinline.se/lilchger/WebServicePlugins
# License
The original code from CodePlex is under the Ms-PL license
(https://opensource.org/licenses/MS-PL)
The added extension code is under the Ms-RL license
(https://opensource.org/licenses/MS-RL)
The Ms-RL license requires the source code to be distributed with any binary
forms of the code. The source code is therefor distributed inside the
VSIX package as a Sourcecode.zip file and installed in the VSIX folder of the
Extension.
......