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 May 10, 2019
1 parent fb7d6c9 commit b6c0007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>2.3.1.2593</version>
<version>2.3.1.2612</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>.NET Developer Bundle</title>
Expand Down
6 changes: 3 additions & 3 deletions dotnetdeveloperbundle/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$checksum = '947333CB96C20E2EA82E0AE1B579E2246233FF701C06A78BFF91952B44F568BD'
$checksum = '8589968F6E7355051C566827582C5234632B22EB015E07CFFDB9DE85A25F5139'
$primaryDownloadUrl = 'https://download.red-gate.com/DotNETDeveloperBundle.exe'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/20Mar2019/DotNETDeveloperBundle.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2019, 3, 20, 10, 1, 21, 0 # Last modified time corresponding to this package version
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/09May2019/DotNETDeveloperBundle.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2019, 5, 9, 12, 14, 38, 0 # Last modified time corresponding to this package version

$pp = Get-PackageParameters

Expand Down

0 comments on commit b6c0007

Please sign in to comment.