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 6, 2023
1 parent 28e72ae commit 3326ada
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/2.7.4/1698508505425/UnitTestBoilerplate_2.7.4.vsix>
1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/2.7.5/1701873627828/Unit_Test_Boilerplate_Generator_v2.7.5.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: 6154F687C46FCBBF8D6E5686A7C653DA1851A971E399DA2503755286553F9C81
checksum: 5F12B5F249D81EBA260E6623B04FB7360CA5057C37184DB0BB995B4A226E555A

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\UnitTestBoilerplate_2.7.4.vsix"
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v2.7.5.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>2.7.4</version>
<version>2.7.5</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 3326ada

Please sign in to comment.