Skip to content

Commit 83d9c1d

Browse files
authored
Update release/8.0 branding to 8.0.23 (#3428)
1 parent 29988e3 commit 83d9c1d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<SystemTextJsonPackageVersion>8.0.6</SystemTextJsonPackageVersion>
5858
</PropertyGroup>
5959
<PropertyGroup>
60-
<VersionPrefix>8.0.22</VersionPrefix>
60+
<VersionPrefix>8.0.23</VersionPrefix>
6161
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
6262
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
6363
<IsServicingBuild Condition="'$(PreReleaseVersionLabel)' == 'servicing'">true</IsServicingBuild>

scripts/install-aspnet-codegenerator.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set VERSION=8.0.6
1+
set VERSION=8.0.23
22
set DEFAULT_NUPKG_PATH=C:\Nuget
33
set SRC_DIR=%cd%
44
set NUPKG=artifacts/packages/Debug/Shipping/

scripts/install-aspnet-codegenerator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=8.0.0-dev
3+
VERSION=8.0.23-dev
44
DEFAULT_NUPKG_PATH=~/.nuget/packages
55
SRC_DIR=$(pwd)
66
echo $SRC_DIR

scripts/install-scaffold.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set VERSION=7.0.0-dev
1+
set VERSION=8.0.23-dev
22
set DEFAULT_NUPKG_PATH=%userprofile%/.nuget/packages
33
set SRC_DIR=%cd%
44
set NUPKG=artifacts/packages/Debug/Shipping/

scripts/install-scaffold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=5.0.0
3+
VERSION=8.0.23-dev
44
DEFAULT_NUPKG_PATH=~/.nuget/packages
55
SRC_DIR=$(pwd)
66
echo $SRC_DIR

0 commit comments

Comments
 (0)