Skip to content

Commit

Permalink
AU: 1 updated - windows-admin-center
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 23, 2020
1 parent b39e668 commit 8945c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions windows-admin-center/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)"
$url = 'https://download.microsoft.com/download/1/0/5/1059800B-F375-451C-B37E-758FFC7C8C8B/WindowsAdminCenter2007.msi'
$checksum = '984321E591A37540E12EC2975241174B84BF1C8119802D1F0F643F9743C6B097'
$url = 'https://download.microsoft.com/download/1/0/5/1059800B-F375-451C-B37E-758FFC7C8C8B/WindowsAdminCenter2009.msi'
$checksum = 'D41172263BAEE52AB633DE388358550FD879D430096D6E06608F5ECBD2B9BDEF'

$pp = Get-PackageParameters

Expand Down
4 changes: 2 additions & 2 deletions windows-admin-center/windows-admin-center.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>windows-admin-center</id>
<version>1.2.24130.0</version>
<version>1.2.26274.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/windows-admin-center</packageSourceUrl>
<owners>flcdrg</owners>
<title>Windows Admin Center (2007)</title>
<title>Windows Admin Center (2009)</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/overview</projectUrl>
<iconUrl>http://raw.githubusercontent.com/flcdrg/au-packages/master/windows-admin-center/icons/windows-admin-center.png</iconUrl>
Expand Down

0 comments on commit 8945c2d

Please sign in to comment.