Bump up DiagnosticsClient library version to 0.2.0 (#704)
authorSung Yoon Whang <suwhang@microsoft.com>
Tue, 17 Dec 2019 07:54:48 +0000 (23:54 -0800)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2019 07:54:48 +0000 (23:54 -0800)
src/Microsoft.Diagnostics.NETCore.Client/Microsoft.Diagnostics.NETCore.Client.csproj

index b30d9e8f60874f9a5371eaf059625a8963f48999..7e530dc181b9c7d334de4c0520f1ae5d10b6ceee 100644 (file)
@@ -4,7 +4,7 @@
     <TargetFrameworks>netstandard2.0;netcoreapp2.1</TargetFrameworks>
     <RootNamespace>Microsoft.Diagnostics.NETCore.Client</RootNamespace>
     <Description>.NET Core Diagnostics Client Library</Description>
-    <VersionPrefix>0.1.0</VersionPrefix>
+    <VersionPrefix>0.2.0</VersionPrefix>
     <IsPackable>true</IsPackable>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>