Skip to content

Commit

Permalink
docs(README.md): update additional notes section to include support f…
Browse files Browse the repository at this point in the history
…or VersionPrefix in .csproj, .vbproj, .fsproj and .props files and Version in .nuspec files to accurately detect version declarations in the project
  • Loading branch information
Invvard committed Feb 29, 2024
1 parent 7cf8b9d commit 6eb1f39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
* `<Version>...</Version>`;
* `<VersionPrefix>...</VersionPrefix>`;
* `<AssemblyVersion>...</AssemblyVersion>`;
* `<FileVersion>...</FileVersion>`;
* for .nuspec files:
* `<Version>...</Version>`;
* for .cs files:
* `[assembly: AssemblyVersion("...")]`;
* `[assembly: AssemblyFileVersion("...")]`;
Expand Down

0 comments on commit 6eb1f39

Please sign in to comment.