Commit 5727b515 5727b515a755ffffa51a71adfe23a88ad4382c89 by Christian Gerdes

Added README to master

1 parent 6c53cf31
Showing 1 changed file with 20 additions and 0 deletions
1 # WebServicePlugins
2
3 The initial checkin to the master branch is a copy of the original code from
4 Codeplex of the VS2013 version of the plugin, taken 2017-09-02.
5
6 This project has a master branch for the main logic, and separate branches for
7 specific code targeting specific versions of Visual Studio. I.e. code changes
8 specific for a VS version should be committed to the appropriate branch. Code
9 changes to common files should be committed to master, so the VS specific
10 version branches can merge with master to receive these updates, without having
11 to cherry pick commits.
12
13 This also means that the branches may NEVER be merged into master, since these
14 only contain VS version specific code changes.
15
16 Builds should only be created on the non master branches, for a specific version
17 of Visual Studio, although the master branch currently targets VS2013, there is
18 a specific branch for VS2013 as well. Changes that are needed to be committed
19 that are specific for VS2013 should therefor be committed to the vs2013 branch,
20 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