Added README to master
Showing
1 changed file
with
20 additions
and
0 deletions
README.md
0 → 100644
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 |
-
Please register or sign in to post a comment