Skip to content

Commit 58b3073

Browse files
committed
1 parent 7d47a24 commit 58b3073

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

teamcity/teamcity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
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
}

teamcity/teamcity.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
3232
Earlier 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>

teamcity/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

0 commit comments

Comments
 (0)