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:
authorvseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com>2021-10-06 20:20:52 +0300
committerGitHub <noreply@github.com>2021-10-06 20:20:52 +0300
commit390687f237a3de03e1f79bb13442b146c217d93d (patch)
tree986d58fa0b1f224fa63ceed92501dfe919d6f0ba /eng/Versions.props
parent49161787167084c712bb435488faecb60ca84f84 (diff)
Update branding for 5.0.12 (#60007)
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 9de1b9af8fd..933a48dd20f 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- The .NET product branding version -->
- <ProductVersion>5.0.11</ProductVersion>
+ <ProductVersion>5.0.12</ProductVersion>
<!-- File version numbers -->
<MajorVersion>5</MajorVersion>
<MinorVersion>0</MinorVersion>
- <PatchVersion>11</PatchVersion>
+ <PatchVersion>12</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. -->