Skip to content

Commit

Permalink
Add README to package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusturewicz committed Aug 29, 2021
1 parent ad4f984 commit f744875
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ Standards.AspNetCore currently targets .NET Core 3.1+. We follow the .NET Core s

## Getting Started

Standards.AspNetCore is available as a [NuGet package](https://www.nuget.org/packages/Standards.AspNetCore). Install from nuget.org:

```
dotnet add package Standards.AspNetCore --version 1.0.0-alpha.4
```
Standards.AspNetCore is available as a [NuGet package](https://www.nuget.org/packages/Standards.AspNetCore).

## Features

Expand Down
2 changes: 2 additions & 0 deletions src/Standards.AspNetCore/Standards.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>standards iso dates api aspnetcore</PackageTags>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -25,6 +26,7 @@

<ItemGroup>
<None Include="..\..\logo.png" Pack="true" PackagePath=""/>
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"gitCommitIdShortAutoMinimum": 7,
"nugetPackageVersion": {
"semVer": 2
Expand Down

0 comments on commit f744875

Please sign in to comment.