Skip to content

Commit

Permalink
AU: 1 updated - teamCityAddin
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 14, 2023
1 parent 31d6389 commit 39ec4f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions teamCityAddin/teamCityAddin.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "2023.1-EAP07",
"Release": "2022.3.2"
{
"Release-Eap": "2023.1-EAP08",
"Release": "2022.3.2"
}
4 changes: 2 additions & 2 deletions teamCityAddin/teamcityaddin.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>teamCityAddin</id>
<version>2023.1-EAP07</version>
<version>2023.1-EAP08</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/teamCityAddin</packageSourceUrl>
<owners>JetBrains, flcdrg</owners>
<title>JetBrains TeamCity Add-in</title>
Expand Down Expand Up @@ -33,7 +33,7 @@ The following package parameters can be set:
</description>
<releaseNotes>https://www.jetbrains.com/teamcity/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[231.0.20230228.132605-eap07]" />
<dependency id="resharper-platform" version="[231.0.20230308.161636-eap08]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion teamCityAddin/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$packageName = 'teamCityAddin'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2023.1.EAP7.Checked.exe'
$filename = 'JetBrains.dotUltimate.2023.1.EAP8.Checked.exe'

$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
$packageParameters = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion teamCityAddin/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$packageName = 'teamCityAddin'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2023.1.EAP7.Checked.exe'
$filename = 'JetBrains.dotUltimate.2023.1.EAP8.Checked.exe'

$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath

0 comments on commit 39ec4f4

Please sign in to comment.