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 Aug 22, 2019
1 parent 50ec958 commit 7019adc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/2.0.1/1565762385681/Unit_Test_Boilerplate_Generator_v2.0.1.vsix>
1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/2.1.0/1566446883404/Unit_Test_Boilerplate_Generator_v2.1.0.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: 2E13FEAA710E255A73C38F3B85A48081FE20E5C8D84A79A4B6A3F1E62C652DCA
checksum: AD0F89A557318269DA3C517211C3A493F85A80794155CA351E3A44F0517DDD9B

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

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v2.0.1.vsix"
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v2.1.0.vsix"
}

Install-VisualStudioVsixExtension @parameters
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>2.0.1</version>
<version>2.1.0</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 7019adc

Please sign in to comment.