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>2020-12-11 04:01:13 +0300
committerGitHub <noreply@github.com>2020-12-11 04:01:13 +0300
commit5d131e0c8f6dbe9f6e29a58662c2ef090078801a (patch)
tree6b31e399e7c2a62dcc8775f77d9c6e5903b07187 /eng/Versions.props
parenta13a21641d0c5c30af4d40403a4a1750938b18c4 (diff)
update branding to 5.0.2 (#45799)
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 7a6bd00fcff..577716c5ec4 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- The .NET product branding version -->
- <ProductVersion>5.0.1</ProductVersion>
+ <ProductVersion>5.0.2</ProductVersion>
<!-- File version numbers -->
<MajorVersion>5</MajorVersion>
<MinorVersion>0</MinorVersion>
- <PatchVersion>1</PatchVersion>
+ <PatchVersion>2</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. -->