Skip to content

Commit

Permalink
AU: 1 updated - codemaid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 10, 2018
1 parent 7fa303d commit 7cd41c0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/codemaid/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/38677c493b7bae294eaa44d2e749d1e47ac0b823/icons/codemaid.png" height="48" width="48" /> ![CodeMaid](https://img.shields.io/chocolatey/v/codemaid.svg?label=CodeMaid&style=for-the-badge)](https://chocolatey.org/packages/codemaid)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@38677c493b7bae294eaa44d2e749d1e47ac0b823/icons/codemaid.png" height="48" width="48" /> ![CodeMaid](https://img.shields.io/chocolatey/v/codemaid.svg?label=CodeMaid&style=for-the-badge)](https://chocolatey.org/packages/codemaid)

An open source Visual Studio extension to cleanup and simplify C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.

Expand Down
3 changes: 2 additions & 1 deletion automatic/codemaid/codemaid.json
@@ -1,3 +1,4 @@
{
"10.5": "10.5.119"
"10.5": "10.5.119",
"10.6": "10.6.144"
}
4 changes: 2 additions & 2 deletions automatic/codemaid/codemaid.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codemaid</id>
<version>10.5.119</version>
<version>10.6.144</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/codemaid</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>CodeMaid</title>
<authors>Steve Cadwallader</authors>
<projectUrl>http://www.codemaid.net</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/38677c493b7bae294eaa44d2e749d1e47ac0b823/icons/codemaid.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@38677c493b7bae294eaa44d2e749d1e47ac0b823/icons/codemaid.png</iconUrl>
<copyright>© 2007 - 2018 CodeMaid</copyright>
<licenseUrl>https://github.com/codecadwallader/codemaid/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions automatic/codemaid/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/codecadwallader/codemaid/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/codecadwallader/codemaid/releases/download/v10.5/CodeMaid.v10.5.119.vsix>
1. Download the following <https://github.com/codecadwallader/codemaid/releases/download/v10.6/CodeMaid.v10.6.144.vsix>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: EB1A30CC59AA3A54D50C0C6CC748AEA3C41F1BA632584B21E92C55CA0C888BA1
checksum: 33AD2CD8AA32FF4EA9C75F96A3F905E2A606F57586586528A671C58D5171E2A4

The file 'LICENSE.txt' has been obtained from <https://github.com/codecadwallader/codemaid/blob/master/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/codemaid/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\CodeMaid.v10.5.119.vsix"
File = "$toolsPath\CodeMaid.v10.6.144.vsix"
}

Install-VisualStudioVsixExtension @parameters
Expand Down

0 comments on commit 7cd41c0

Please sign in to comment.