Skip to content

Commit a15fe09

Browse files
Chris Martinezcommonsensesoftware
Chris Martinez
authored andcommitted
Updated package information
1 parent bbc2d91 commit a15fe09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>1.0.0</VersionPrefix>
4+
<VersionPrefix>1.0.1</VersionPrefix>
55
<AssemblyVersion>1.0.0.0</AssemblyVersion>
66
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
77
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
@@ -11,6 +11,7 @@
1111
<Description>ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.</Description>
1212
<RootNamespace>Microsoft.AspNetCore.Mvc.ApiExplorer</RootNamespace>
1313
<PackageTags>Microsoft;AspNet;AspNetCore;Versioning;ApiExplorer</PackageTags>
14+
<PackageReleaseNotes></PackageReleaseNotes>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)