@testream/dotnet-reporter 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Run .NET tests and send the results from your codebase to Jira via Testream.
4
4
 
5
- - **Docs:** https://testream.github.io/docs/reporters/dotnet
6
-
7
5
  ## Quick Start
8
6
 
9
7
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testream/dotnet-reporter",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "CLI to upload .NET test results (xUnit, NUnit, MSTest) to Testream",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",