From 6eb1f39be56ac45e015abe3505b7dca3cc900664 Mon Sep 17 00:00:00 2001
From: Pierre Cavaroc <7305493+Invvard@users.noreply.github.com>
Date: Thu, 29 Feb 2024 07:24:57 -0500
Subject: [PATCH] docs(README.md): update additional notes section to include
support for VersionPrefix in .csproj, .vbproj, .fsproj and .props files and
Version in .nuspec files to accurately detect version declarations in the
project
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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("...")]`;