Merge remote-tracking branch 'refs/remotes/origin/master'
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 | ... | @@ -23,4 +23,26 @@ Builds should only be created on the non master branches, for a specific version |
| 23 | of Visual Studio, although the master branch currently targets VS2013, there is | 23 | of Visual Studio, although the master branch currently targets VS2013, there is |
| 24 | a specific branch for VS2013 as well. Changes that are needed to be committed | 24 | a specific branch for VS2013 as well. Changes that are needed to be committed |
| 25 | that are specific for VS2013 should therefor be committed to the vs2013 branch, | 25 | that are specific for VS2013 should therefor be committed to the vs2013 branch, |
| 26 | since these can not be allowed to be merged into the other version branches. | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 26 | since these can not be allowed to be merged into the other version branches. | ||
| 27 | |||
| 28 | ## Source code and releases | ||
| 29 | You'll find the latest stable release, release notes and getting started guide | ||
| 30 | in the projects wiki: | ||
| 31 | |||
| 32 | https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/home | ||
| 33 | |||
| 34 | Project is hosted in GitLab where you can fork the code, create issues, get | ||
| 35 | support, create bug reports and colaborate on the code: | ||
| 36 | |||
| 37 | https://git.lightsinline.se/lilchger/WebServicePlugins | ||
| 38 | |||
| 39 | # License | ||
| 40 | The original code from CodePlex is under the Ms-PL license | ||
| 41 | (https://opensource.org/licenses/MS-PL) | ||
| 42 | The added extension code is under the Ms-RL license | ||
| 43 | (https://opensource.org/licenses/MS-RL) | ||
| 44 | |||
| 45 | The Ms-RL license requires the source code to be distributed with any binary | ||
| 46 | forms of the code. The source code is therefor distributed inside the | ||
| 47 | VSIX package as a Sourcecode.zip file and installed in the VSIX folder of the | ||
| 48 | Extension. | ... | ... |
-
Please register or sign in to post a comment