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 Feb 24, 2021
1 parent 3cde300 commit c6c264c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion teamCityAddin/teamCityAddin.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "2021.1-EAP4",
"Release": "2020.3.2"
"Release": "2020.3.3"
}
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>2021.1-EAP4</version>
<version>2020.3.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/teamCityAddin</packageSourceUrl>
<owners>JetBrains, flcdrg</owners>
<title>JetBrains TeamCity Add-in</title>
Expand All @@ -27,7 +27,7 @@ The TeamCity Add-in is a free Visual Studio extension that seamlessly integrates
</description>
<releaseNotes>https://www.jetbrains.com/teamcity/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[211.0.20210216.81732-eap04]" />
<dependency id="resharper-platform" version="[203.0.20210128.160145]" />
<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.2021.1.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2020.3.3.exe'

$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
$packageArgs = @{
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.2021.1.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2020.3.3.exe'

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

0 comments on commit c6c264c

Please sign in to comment.