Rename dotnet-developercertificates to dotnet-dev-certs (#371)

This commit is contained in:
Nate McMaster 2017-12-12 15:56:48 -08:00 committed by GitHub
parent 1f3f010f87
commit 2aaed28054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>dotnet-developercertificates</AssemblyName>
<AssemblyName>dotnet-dev-certs</AssemblyName>
<OutputType>exe</OutputType>
<Description>Command line tool to generate certificates used in ASP.NET Core during development.</Description>
<PackageId>Microsoft.AspNetCore.DeveloperCertificates.Tools</PackageId>