-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(gh-181) Initial dotcover-cli package updates
Initial updates of the dotcover-cli package following import from anthonymastreon. Changes to bring the package inline with repository standards and implement an AU automatic update.
- Loading branch information
1 parent
7e9ae10
commit c38cbda
Showing
6 changed files
with
560 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [<img src="https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e9ae106859434f2bdde98f74517f9f3fbea1424/icons/dotcover-cli.png" width="48" height="48" />dotCover Command Line Tools](https://chocolatey.org/packages/dotcover-cli) | ||
|
||
[![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.html) | ||
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity) | ||
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages) | ||
[![Software version](https://img.shields.io/badge/Source-v2020.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) | ||
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) | ||
|
||
dotCover Command Line Tools is a free redistributable package which enables analysing the code coverage outside of Visual Studio. dotCover Command Line Tools can be integrated with a Continuous Integration server. | ||
|
||
![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e9ae106859434f2bdde98f74517f9f3fbea1424/automatic/dotcover-cli/screenshot.png) | ||
|
||
## Notes | ||
|
||
* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). | ||
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. --> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>dotcover-cli</id> | ||
<version>2020.2</version> | ||
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli</packageSourceUrl> | ||
<owners>dgalbraith</owners> | ||
<title>dotCover Command Line Tools</title> | ||
<version>2019.1</version> | ||
<authors>JetBrains</authors> | ||
<owners>Anthony Mastrean</owners> | ||
<summary>dotCover Command Line Tools is a standalone command line package that enables analysing code coverage outside of Visual Studio.</summary> | ||
<description> | ||
dotCover Command Line Tools is a standalone command line package that enables analysing code coverage outside of Visual Studio. | ||
</description> | ||
<projectUrl>https://www.jetbrains.com/dotcover/download/#section=commandline</projectUrl> | ||
<tags>jetbrains developer code coverage</tags> | ||
<licenseUrl>https://www.jetbrains.com/dotcover/download/command_line_license.html</licenseUrl> | ||
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e9ae106859434f2bdde98f74517f9f3fbea1424/icons/dotcover-cli.png</iconUrl> | ||
<copyright>JetBrains s.r.o.</copyright> | ||
<licenseUrl>https://www.jetbrains.com/legal/agreements/user.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/JetBrains/Chocolatey/de29d5a4613a12c94b5da4f65ad3aa22cd9202de/dotCover/logo.png</iconUrl> | ||
<releaseNotes>https://www.jetbrains.com/dotcover/whatsnew/</releaseNotes> | ||
<docsUrl>https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_LIne.html</docsUrl> | ||
<bugTrackerUrl>https://youtrack.jetbrains.com/oauth?state=%2Fissues%2FDCVR</bugTrackerUrl> | ||
<docsUrl>https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_Line.html</docsUrl> | ||
<mailingListUrl>https://dotnettools-support.jetbrains.com/hc/en-us/community/topics/200379915-dotCover-discussions</mailingListUrl> | ||
<packageSourceUrl>https://github.com/AnthonyMastrean/chocolateypackages/</packageSourceUrl> | ||
<bugTrackerUrl>https://youtrack.jetbrains.com/oauth?state=%2Fissues%2FDCVR</bugTrackerUrl> | ||
<tags>testing code coverage code-coverage jetbrains</tags> | ||
<summary>A standalone command line package that enables analysing code coverage outside of Visual Studio</summary> | ||
<description><![CDATA[ | ||
dotCover Command Line Tools is a free redistributable package which enables analysing the code coverage outside of Visual Studio. dotCover Command Line Tools can be integrated with a Continuous Integration server. | ||
![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e9ae106859434f2bdde98f74517f9f3fbea1424/automatic/dotcover-cli/screenshot.png) | ||
## Notes | ||
* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). | ||
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly. | ||
]]></description> | ||
<releaseNotes>https://www.jetbrains.com/dotcover/whatsnew/</releaseNotes> | ||
</metadata> | ||
<files> | ||
<file src="legal\**" target="legal" /> | ||
<file src="tools\**" target="tools" /> | ||
</files> | ||
</package> |
Oops, something went wrong.