Skip to content

Commit

Permalink
AU: 2 updated - microsoft-teams.install resharper-clt.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Feb 2, 2023
1 parent 61dc8ad commit e70c92a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.5.00.36367</version>
<version>1.6.00.376</version>
<owners>flcdrg</owners>
<title>Microsoft Teams 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.5.00.36367/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.5.00.36367/Teams_windows_x64.msi'
$checksum32 = '2b92ec6d77be170155aebfd9a69e7047807029a18a6740414e01c3d238513bd6'
$checksum64 = '20421697ed2b2ee444cb463b8712ba384e5f0623763547395d3155d1e9981872'
$url32 = 'https://statics.teams.cdn.office.net/production-windows/1.6.00.376/Teams_windows.msi'
$url64 = 'https://statics.teams.cdn.office.net/production-windows-x64/1.6.00.376/Teams_windows_x64.msi'
$checksum32 = 'fea133a335b5dca8aad34a0aae6549f452bd096363a611d99cd5f6494fe29e68'
$checksum64 = 'ca6e6b9b03ba120e82393438fe01482b1ef2c8c5af9db853224d925725f4286c'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2022.3.2",
"Release-Eap": "2023.1-EAP01"
"Release-Eap": "2023.1-EAP02"
}
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt.portable</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable</packageSourceUrl>
<version>2022.3.2</version>
<version>2023.1-EAP02</version>
<title>JetBrains ReSharper Command Line Tools (Portable)</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions resharper-clt.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.2/JetBrains.ReSharper.CommandLineTools.2022.3.2.zip'
$checksum = '52193d21085a5da36510bf9151fa0ef11bae41d2beac56ba0f15997779c5b992'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1.EAP2/JetBrains.ReSharper.CommandLineTools.2023.1.EAP2.Checked.zip'
$checksum = 'a57b71133a027fbdaf7b07b853c325f590ed45c4e33ca5e25f617118b22d6eac'

$installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)

Expand Down

0 comments on commit e70c92a

Please sign in to comment.