Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prosser committed Jan 24, 2024
1 parent d7e004e commit b58d852
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 @@ -15,9 +15,9 @@ For more information about utility types and how to use them, check out [the Typ
## Usage

1. Add the **UtilityTypeGenerator** NuGet package to your project (pick your flavor):
- .csproj: `<PackageReference Include="UtilityTypeGenerator" Version="0.0.2" />`
- dotnet CLI: `dotnet add package UtilityTypeGenerator`
1. Add the **UtilityTypeGenerator** NuGet package to your project:
- `<PackageReference Include="UtilityTypeGenerator" Version="0.0.4" PrivateAssets="all" IncludeAssets="build; analyzers" />
`
1. Add the `[UtilityType("selector")]` attribute to a `partial` type, replacing `"selector"` with the selector(s) of your choice.

## Supported selectors
Expand Down

0 comments on commit b58d852

Please sign in to comment.