Skip to content

Commit

Permalink
AU: 1 updated - dotnetdeveloperbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Nov 25, 2020
1 parent 7deeb67 commit c8643f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnetdeveloperbundle/dotnetdeveloperbundle.nuspec
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>dotnetdeveloperbundle</id>
<version>2020.11.18</version>
<version>2020.11.23</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>.NET Developer Bundle</title>
Expand Down
4 changes: 2 additions & 2 deletions dotnetdeveloperbundle/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$checksum = '63160B3C2FDBF259F0E19F38C384D14BBC0CA89C44186799A9430D7ADE372AF9'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2020-11-18/DotNETDeveloperBundle.exe'
$checksum = '4F10863E271E8EB593A2A103046957969F1C52CFD577CB2017D4694811172048'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2020-11-23/DotNETDeveloperBundle.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit c8643f8

Please sign in to comment.