Skip to content

Commit

Permalink
AU: 1 updated - vscode-appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 10, 2019
1 parent ef3ba70 commit 6931265
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-appveyor/Changelog.md
@@ -1,5 +1,5 @@
# ![AppVeyor VSCode Extension Changelog](https://img.shields.io/badge/AppVeyor%20VSCode%20Extension-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING
## Version: 1.0.1 (2019-03-10)

- Initial implementation of the vscode-appveyor chocolatey package
2 changes: 1 addition & 1 deletion automatic/vscode-appveyor/tools/chocolateyInstall.ps1
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ivangabriele.vscode-appveyor@0.0'
Install-VsCodeExtension -extensionId 'ivangabriele.vscode-appveyor@1.0.1'
10 changes: 8 additions & 2 deletions automatic/vscode-appveyor/vscode-appveyor.nuspec
Expand Up @@ -7,7 +7,7 @@
<!-- == PACKAGE SPECIFIC SECTION == -->
<!-- This section is about this package, although id and version have ties back to the software -->
<id>vscode-appveyor</id>
<version>0.0</version>
<version>1.0.1</version>
<packageSourceUrl>http://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/vscode-appveyor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<!-- ============================== -->
Expand All @@ -28,7 +28,13 @@
<bugTrackerUrl>https://github.com/ivangabriele/vscode-appveyor/issues</bugTrackerUrl>
<tags>vscode-appveyor extension vscode SPACE_SEPARATED</tags>
<summary>Check your project's AppVeyor status</summary>
<description>__REPLACE__MarkDown_Okay </description>
<description><![CDATA[Check your project's AppVeyor status.
## Requirements
- You need to have an `appveyor.yml` file present at the root of your current workspace.
- Your project's AppVeyor status needs to be public.
]]></description>
<releaseNotes>
[Software Changelog](https://marketplace.visualstudio.com/items/ivangabriele.vscode-appveyor/changelog)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/vscode-appveyor/Changelog.md)
Expand Down

0 comments on commit 6931265

Please sign in to comment.