Skip to content

Commit

Permalink
Fix package name typo, it's Constants, not Contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 23, 2020
1 parent 579fb67 commit c7bb40a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ on the `ThisAssembly.Info` class.

![](img/ThisAssembly.AssemblyInfo.png)

## ThisAssembly.Contracts
## ThisAssembly.Constants

[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Contracts.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Contracts)
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Contracts.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Contracts)
[![Version](https://img.shields.io/nuget/vpre/ThisAssembly.Constants.svg?color=royalblue)](https://www.nuget.org/packages/ThisAssembly.Constants)
[![Downloads](https://img.shields.io/nuget/dt/ThisAssembly.Constants.svg?color=green)](https://www.nuget.org/packages/ThisAssembly.Constants)

This package generates a static `ThisAssembly.Constants` class with public
constants for `@(Constant)` MSBuild items in the project.
Expand Down

0 comments on commit c7bb40a

Please sign in to comment.