Unverified Commit 91ab544c authored by Lemon's avatar Lemon Committed by GitHub

Package release (#145)

* Rename PackagePrefix from `SkyWalking` to `SkyAPM`

* Delete MySql.Data

* Rename Agent package name
parent 8b190232
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Description>SkyWalking ASP.NET Core Agent.</Description>
<AssemblyTitle>SkyWalking.Agent.AspNetCore</AssemblyTitle>
<PackageId>SkyWalking.Agent.AspNetCore</PackageId>
<Description>$(Product) ASP.NET Core Agent.</Description>
<AssemblyTitle>$(PackagePrefix).Agent.AspNetCore</AssemblyTitle>
<AssemblyName>$(PackagePrefix).Agent.AspNetCore</AssemblyName>
<PackageId>$(PackagePrefix).Agent.AspNetCore</PackageId>
<PackageTags>SkyWalking;APM</PackageTags>
<PackageReleaseNotes>
</PackageReleaseNotes>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment