Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/realvizu/NsDepCop
Browse files Browse the repository at this point in the history
  • Loading branch information
realvizu committed Jun 23, 2019
2 parents 7ed1cfc + c16b81d commit e56565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See the [**Help**](doc/Help.md) for details.
## Optional Stuff

* Install the **VSIX** (Visual Studio Extension) to get **instant** dependency check while editing the code.
* For Visual Studio 2017/2019: [![Visual Studio extension](https://img.shields.io/badge/Visual%20Studio%20Marketplace-NsDepCop%20VS2017-green.svg)](https://marketplace.visualstudio.com/items?itemName=FerencVizkeleti.NsDepCopVS2017-CodedependencycheckerforC)
* For Visual Studio 2017/2019: [![Visual Studio extension](https://img.shields.io/badge/Visual%20Studio%20Marketplace-NsDepCop-green.svg)](https://marketplace.visualstudio.com/items?itemName=FerencVizkeleti.NsDepCopVS2017-CodedependencycheckerforC)
* For Visual Studio 2015: [![Visual Studio extension](https://img.shields.io/badge/Visual%20Studio%20Marketplace-NsDepCop%20VS2015-green.svg)](https://marketplace.visualstudio.com/items?itemName=FerencVizkeleti.NsDepCop-NamespacedependencycheckertoolforC)

* Install the **NsDepCop Config XML Schema Support** for Visual Studio to get validation and IntelliSense while editing the config.nsdepcop files.
Expand Down
3 changes: 1 addition & 2 deletions doc/Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ Add NsDepCop config XML schema to the Visual Studio schema cache to get validati

* For Visual Studio 2017/2019 install this extension: [![Visual Studio extension](https://img.shields.io/badge/Visual%20Studio%20Marketplace-NsDepCop%20Config%20XML%20Schema%20Support-green.svg)](https://marketplace.visualstudio.com/items?itemName=FerencVizkeleti.NsDepCopConfigXMLSchemaSupport)
* For Visual Studio 2015:
* Use [NsDepCop v1.6.1 installer](https://github.com/realvizu/NsDepCop/releases/download/v1.6.1/NsDepCop-1.6.1.msi) and choose "Config XML schema support in VS".
* Or just copy the following files into the VS2015 schema cache folder (vs2015installdir/Xml/Schemas):
* Copy the following files into the VS2015 schema cache folder (vs2015installdir/Xml/Schemas):
* [NsDepCopCatalog.xml](../source/NsDepCop.ConfigSchema/NsDepCopCatalog.xml)
* [NsDepCopConfig.xsd](../source/NsDepCop.ConfigSchema/NsDepCopConfig.xsd)

Expand Down

0 comments on commit e56565c

Please sign in to comment.