Skip to content

Commit

Permalink
AU: 2 updated - tomtom-mydrive-connect vscode-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 20, 2023
1 parent a14c8c4 commit 5fe4096
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/tomtom-mydrive-connect/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"432cc70-5e7aeb5160c00"|4.2.13.4365
"437eb18-5f6c4eade1880"|4.2.13.4420
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.2.13.4365</version>
<version>4.2.13.4420</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn.sa.services.tomtom.com/static/sa/Windows/InstallTomTomMyDriveConnect.exe'
$checksum = '8837772C7FE30B164BDD41C7F9A32D874CDDC18739D4861E87C76130F211C595'
$checksum = 'B2996B87C011C82EEF9DE97CEC55CCC1AA3F9C0D2C8E205F4BC644371705D09C'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-yaml/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'redhat.vscode-yaml@1.12.1'
Install-VsCodeExtension -extensionId 'redhat.vscode-yaml@1.12.2'
2 changes: 1 addition & 1 deletion automatic/vscode-yaml/vscode-yaml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.12.1</version>
<version>1.12.2</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 5fe4096

Please sign in to comment.