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 Jun 20, 2018
1 parent d6dc97e commit 15fe832
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.1.0.2436</version>
<version>2.2.0.2468</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 = '6219FBE18853A50E46228F1B40E5D46451AEFECA1BEC42612C83C2D5EF4D16B7'
$checksum = '08EBF5A2C5F9374AF96DA7C319E35B1B27D422F51BE04A9F848C346CEC3572C7'
$primaryDownloadUrl = 'https://download.red-gate.com/DotNETDeveloperBundle.exe'
$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
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/19Jun2018/DotNETDeveloperBundle.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 6, 19, 14, 9, 17, 0 # Last modified time corresponding to this package version

$pp = Get-PackageParameters

Expand Down

0 comments on commit 15fe832

Please sign in to comment.