From c35988b1c3231dc1ac8e648971ee55acd90e0a8b Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 15 Jan 2025 17:23:33 -0500 Subject: [PATCH] Update README.md (#157) Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b418410e..6f62c4f19 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To use StronglyTypedIds, install the [StronglyTypedId NuGet package](https://www dotnet add package StronglyTypedId --version 1.0.0-beta08 ``` -This adds a `` to your project. You can additionally mark the package as `PrivateAsets="all"` and `ExcludeAssets="runtime"`. +This adds a `` to your project. You can additionally mark the package as `PrivateAssets="all"` and `ExcludeAssets="runtime"`. > Setting `PrivateAssets="all"` means any projects referencing this one will not also get a reference to the _StronglyTypedId_ package. Setting `ExcludeAssets="runtime"` ensures the _StronglyTypedId.Attributes.dll_ file is not copied to your build output (it is not required at runtime). @@ -368,4 +368,4 @@ In previous versions of the StronglyTypedId generator, the `[StronglyTypedId]` a warning CS0436: The type 'StronglyTypedIdImplementations' in 'StronglyTypedIds\StronglyTypedIds.StronglyTypedIdGenerator\StronglyTypedIdImplementations.cs' conflicts with the imported type 'StronglyTypedIdImplementations' in 'MyProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. ``` -In the latest version of _StronglyTypedId_, the attributes are not embedded by default, so you should not experience this problem. If you see this error, compare your installation to the examples in the installation guide. \ No newline at end of file +In the latest version of _StronglyTypedId_, the attributes are not embedded by default, so you should not experience this problem. If you see this error, compare your installation to the examples in the installation guide.