Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2021-07-07 15:54:28 +0300
committerGitHub <noreply@github.com>2021-07-07 15:54:28 +0300
commit53ff2753e24a75b5e8068a3a5b7c53f6c2094877 (patch)
tree795dfa88218071d93754157ae8f75ca68e20c430 /eng/Versions.props
parent5d86844ae375c1e7c1abd4b31be3a2c84dd27285 (diff)
update branding to 5.0.9 (#55223)
Diffstat (limited to 'eng/Versions.props')
-rw-r--r--eng/Versions.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 17367bb60ca..adbdaf95aa4 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- The .NET product branding version -->
- <ProductVersion>5.0.8</ProductVersion>
+ <ProductVersion>5.0.9</ProductVersion>
<!-- File version numbers -->
<MajorVersion>5</MajorVersion>
<MinorVersion>0</MinorVersion>
- <PatchVersion>8</PatchVersion>
+ <PatchVersion>9</PatchVersion>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<!-- Set assembly version to align with major and minor version,
as for the patches and revisions should be manually updated per assembly if it is serviced. -->