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 26, 2018
1 parent 2871d5a commit d533976
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.0.1.2423</version>
<version>2.1.0.2436</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 = '80BCBCE91AB3AD947D2DBBE63244C5DDDC66DB4D7AFD57424E069DF07F00F1D8'
$checksum = '6219FBE18853A50E46228F1B40E5D46451AEFECA1BEC42612C83C2D5EF4D16B7'
$primaryDownloadUrl = 'https://download.red-gate.com/DotNETDeveloperBundle.exe'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/10Apr2018/DotNETDeveloperBundle.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 4, 10, 12, 56, 17, 0 # Last modified time corresponding to this package version
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/25May2018/DotNETDeveloperBundle.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 5, 25, 12, 58, 11, 0 # Last modified time corresponding to this package version

$pp = Get-PackageParameters

Expand Down

0 comments on commit d533976

Please sign in to comment.