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>2022-04-06 02:40:01 +0300
committerGitHub <noreply@github.com>2022-04-06 02:40:01 +0300
commit418026050ad0e0d08ea60f77302942d7ba019893 (patch)
tree545db36189d82d69345462e1e4fbcd73174197b0 /eng/Versions.props
parentc7a22f1d9d7fa40464d888f2438f78af0b200ef2 (diff)
Update branding to 5.0.17 (#67614)
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 b9d98270d34..6c97797064c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- The .NET product branding version -->
- <ProductVersion>5.0.16</ProductVersion>
+ <ProductVersion>5.0.17</ProductVersion>
<!-- File version numbers -->
<MajorVersion>5</MajorVersion>
<MinorVersion>0</MinorVersion>
- <PatchVersion>16</PatchVersion>
+ <PatchVersion>17</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. -->