diff --git a/README.md b/README.md index b65faa3..5b652fd 100644 --- a/README.md +++ b/README.md @@ -219,10 +219,13 @@ jobs: ## Additional notes * This action searches for the following version declarations: - * for .csproj, .vbproj, .fsproj, .props, and .nuspec files: + * for .csproj, .vbproj, .fsproj and .props files: * `...`; + * `...`; * `...`; * `...`; + * for .nuspec files: + * `...`; * for .cs files: * `[assembly: AssemblyVersion("...")]`; * `[assembly: AssemblyFileVersion("...")]`;