Skip to content

Commit

Permalink
AU: 1 updated - unit-test-boilerplate-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 19, 2018
1 parent 5e52bd8 commit c6f8cc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from visual studio gallery <https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator>
and can be verified like this:

1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.9.13/1544168429384/Unit_Test_Boilerplate_Generator_v1.9.13.vsix>
1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.9.15/1545185626734/Unit_Test_Boilerplate_Generator_v1.9.15.vsix>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: F562F07CA4D3E4215D460A53F069F38C86FE357868F00087F6ED168D31049BAC
checksum: 4AB81B03248C069D691BD34BA13A3DCA5E712CF41BFC83CC41777E3DFB64979A

The file 'LICENSE.txt' has been obtained from <https://github.com/Microsoft/UnitTestBoilerplateGenerator/blob/46b546e65c20786ffdcba04a6011b638f79e6d25/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.13.vsix"
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.15.vsix"
}

Install-VisualStudioVsixExtension @parameters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unit-test-boilerplate-generator</id>
<version>1.9.13</version>
<version>1.9.15</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/unit-test-boilerplate-generator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Unit Test Boilerplate Generator</title>
Expand Down

0 comments on commit c6f8cc5

Please sign in to comment.