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:
authorAnipik <anirudhagnihotry098@gmail.com>2021-01-13 02:04:22 +0300
committerAnipik <anirudhagnihotry098@gmail.com>2021-01-13 02:04:22 +0300
commit7d67ace7f2bf288206baa4bb13e5079b2d9dd816 (patch)
tree20d0525f6a48c5ecec6c6cdfe1925843eb6e4305 /eng/Versions.props
parentcb5f173b9696d9d00a544b953d95190ab3b56df2 (diff)
update branding to 5.0.3
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 55534767e26..789fe57578a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- The .NET product branding version -->
- <ProductVersion>5.0.2</ProductVersion>
+ <ProductVersion>5.0.3</ProductVersion>
<!-- File version numbers -->
<MajorVersion>5</MajorVersion>
<MinorVersion>0</MinorVersion>
- <PatchVersion>2</PatchVersion>
+ <PatchVersion>3</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. -->