Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prosser committed Apr 25, 2024
1 parent acd6d46 commit 1d0b7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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:
- `<PackageReference Include="UtilityTypeGenerator" Version="0.0.4" PrivateAssets="all" IncludeAssets="build; analyzers" />
- `<PackageReference Include="UtilityTypeGenerator" Version="0.0.9" PrivateAssets="all" IncludeAssets="build; analyzers" />
`
1. Add the `[UtilityType("selector")]` attribute to a `partial` type, replacing `"selector"` with the selector(s) of your choice.

Expand Down

0 comments on commit 1d0b7b8

Please sign in to comment.