Skip to content

Commit

Permalink
AU-dotnet: 2 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Nov 23, 2024
1 parent eecd012 commit 0920e6a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion microsoft-teams.install/microsoft-teams.install.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>microsoft-teams.install</id>
<version>1.7.00.27855</version>
<version>1.7.00.30955</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Classic Desktop App (Machine-Wide Install)</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams.install'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.7.00.27855/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.7.00.27855/Teams_windows_x64.msi'
$checksum32 = '9288e5f0ed066a38d16eb8bdc610b0a1aee0f3564a1564eeb4758e00a05518a0'
$checksum64 = '8cbfe867bf184eb034557a57cfb2da68aa197feea92247d25ed850618ccd2b8a'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.7.00.30955/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.7.00.30955/Teams_windows_x64.msi'
$checksum32 = '376dfc535692efe247e58a968fc66612413b6bfe958277c2dfc939af6da1dd3b'
$checksum64 = '88126686e76fafc9b7ffa7c1aa45c53589bfd209fe98b6ca8ae8111efeb5f830'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion microsoft-teams/microsoft-teams.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>microsoft-teams</id>
<version>1.7.00.27855</version>
<version>1.7.00.30955</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Classic Desktop App</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.7.00.27855/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.7.00.27855/Teams_windows_x64.exe'
$checksum32 = '652ae87279e419879041514b68683cd3eb28764a2b73a65ddffcff9b44c45da5'
$checksum64 = 'ff7eda7c3c0416b7ee3abf343d69c4b559b389015ebbae4621c64a414478f0a8'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.7.00.30955/TeamsSetup.exe'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.7.00.30955/Teams_windows_x64.exe'
$checksum32 = '71d4fd92fd585e71b0923c2cf7189b050d2d39c1b7834ab532ebac5be9f160ca'
$checksum64 = '43b6929a5ebd966db9b36cee2fa77918ef78ef2e529ae2de74341104c6927acc'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 0920e6a

Please sign in to comment.