File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 "2022.4" : " 2022.04.5" ,
99 "2022.10" : " 2022.10.4" ,
1010 "2023.5" : " 2023.05.4" ,
11- "2023.11" : " 2023.11.2 "
11+ "2023.11" : " 2023.11.3 "
1212}
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >teamcity</id >
5- <version >2023.11.2 </version >
5+ <version >2023.11.3 </version >
66 <title >TeamCity Continuous Integration Server</title >
77 <authors >JetBrains</authors >
88 <owners >skyguy94, flcdrg</owners >
@@ -32,7 +32,7 @@ This package just downloads the TeamCity tar.gz file. Use one of the following r
3232Earlier versions of this package depended on the Server-JRE8 package, but due to recent Java licensing changes that package is no longer working.
3333 </description >
3434
35- <releaseNotes >https://www.jetbrains.com/help/teamcity/2023.11/teamcity-2023-11-2 -release-notes.html</releaseNotes >
35+ <releaseNotes >https://www.jetbrains.com/help/teamcity/2023.11/teamcity-2023-11-3 -release-notes.html</releaseNotes >
3636 <tags >Testing Build Coding Compilation Continuous Integration CI jetbrains admin</tags >
3737 </metadata >
3838 <files >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ; # stop on all errors
22$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
33
4- $filename = ' TeamCity-2023.11.2 .tar.gz'
5- $checksum = ' 4cdb2d3aaef0a74841b013bd20d1763e95be7c9e38370cc2382aa1bc6799ff7e '
4+ $filename = ' TeamCity-2023.11.3 .tar.gz'
5+ $checksum = ' d865e10fa9f9c36926bf4dc910a78eca70ed759cec58d7010dc8ade43449dfcc '
66
7- $url = ' https://download.jetbrains.com/teamcity/TeamCity-2023.11.2 .tar.gz'
7+ $url = ' https://download.jetbrains.com/teamcity/TeamCity-2023.11.3 .tar.gz'
88$packagePath = $ (Split-Path - parent $toolsDir )
99$installPath = Join-Path $packagePath $filename
1010
You can’t perform that action at this time.
0 commit comments