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 Apr 26, 2019
1 parent ebdce83 commit 8ad9ddc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions automatic/unit-test-boilerplate-generator/Changelog.md
@@ -1,5 +1,9 @@
# ![Unit Test Boilerplate Generator Changelog](https://img.shields.io/badge/Unit%20Test%20Boilerplate%20Generator-Package%20Changelog-blue.svg?style=for-the-badge)

## Version: 1.10.0 (2019-04-26)

- **BUG:** Updater times out during update check [#67](https://github.com/AdmiringWorm/chocolatey-packages/issues/67)

## Version: 1.9.0 (2018-07-03)

- Initial implementation of the unit-test-boilerplate-generator chocolatey package
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.20/1553402411816/Unit_Test_Boilerplate_Generator_v1.9.20.vsix>
1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.10.0/1556251739313/Unit_Test_Boilerplate_Generator_v1.10.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: CA3B544A0F4DBFE0F805106CC3D87ABE65A2662A09DC64309869BEE6FCC5E327
checksum: F781DFDF09B01E2A9E61F251732C6442899105A3464B1E1110FFE5EF732F8755

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_v1.9.20.vsix"
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.10.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>1.9.20</version>
<version>1.10.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 8ad9ddc

Please sign in to comment.