Skip to content

Commit fe796bb

Browse files
authored
Increase the package version for Microsoft.Diagnostics.Tracing.EventSource.Redist to 2.0.1. (dotnet#27284)
1 parent 3b2d395 commit fe796bb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
],
104104
"InboxOn": {},
105105
"AssemblyVersionInPackageVersion": {
106-
"2.0.0.0": "2.0.0"
106+
"2.0.0.0": "2.0.0",
107+
"2.0.1.0": "2.0.1"
107108
}
108109
},
109110
"Microsoft.JScript": {
@@ -2903,6 +2904,7 @@
29032904
}
29042905
},
29052906
"System.Net.WebSockets.WebSocketProtocol": {
2907+
"InboxOn": {},
29062908
"AssemblyVersionInPackageVersion": {
29072909
"4.0.0.0": "4.5.0"
29082910
}
@@ -4887,7 +4889,7 @@
48874889
"InboxOn": {
48884890
"netcoreapp2.0": "4.1.1.0",
48894891
"netcoreapp2.1": "4.1.2.0",
4890-
"uap10.0.16300": "4.1.2.0",
4892+
"uap10.0.16300": "4.1.2.0"
48914893
},
48924894
"AssemblyVersionInPackageVersion": {
48934895
"4.0.0.0": "4.0.0",
@@ -5634,4 +5636,4 @@
56345636
"System.Xml.XDocument"
56355637
]
56365638
}
5637-
}
5639+
}

src/Microsoft.Diagnostics.Tracing.EventSource.Redist/dir.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\dir.props" />
44
<PropertyGroup>
5-
<PackageVersion>2.0.0</PackageVersion>
6-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
5+
<PackageVersion>2.0.1</PackageVersion>
6+
<AssemblyVersion>2.0.1.0</AssemblyVersion>
77
<AssemblyKey>Open</AssemblyKey>
88
</PropertyGroup>
99
</Project>

0 commit comments

Comments
 (0)