Skip to content

Commit

Permalink
Updated README.md and increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamThimm committed May 14, 2024
1 parent 86a3098 commit 592f3dc
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 110 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,24 @@ It enables jQAssistant to scan and to analyze **C#** files.

Download the jQAssistant command line tool for your system: [jQAssistant - Get Started](https://jqassistant.org/get-started/).

## Installation
### Installation through jQAssistant

Starting with jQAssistant 1.12.0 it is possible to declare the plugins in the .jqassistant.yaml file (see: [jQAssistant User Manual](https://jqassistant.github.io/jqassistant/doc/1.12.2/manual/index.html#_yaml_files))

Simply add the following to the plugins section of the config
```yaml
- group-id: de.kontext-e.jqassistant.plugin
artifact-id: jqassistant.plugin.csharp
version: 0.2.2
```
### Manual Installation
Next download the latest version from the release tab. Put the `jqa-csharp-plugin-*.jar` into the plugins folder of the jQAssistant commandline tool.

## Usage

Now scan your C# project:

```bash
Expand Down
Loading

0 comments on commit 592f3dc

Please sign in to comment.