Releases: vers-one/dotnet-project-version-updater
Releases · vers-one/dotnet-project-version-updater
1.7
Bug fixes:
- adds
tags
input parameter to action.yml (#14).
1.6
Enhancements:
tags
optional input parameter to filter version declarations within matching files (#11);- skipping commented lines in the AssemblyInfo.* files;
- new error message if there are two or more occurrences of the same version declaration found in a single file;
- automatic backward slash (
\
) to forward slash (/
) replacement for thefile
/files
input (because fastGlob doesn't support backward slashes); - support for the
<InformationalVersion>...</InformationalVersion>
tag and the related assembly attributes (#12).
1.5
1.4
Maintenance:
- The version of Node.js used by the action updated from 16 to 20.
1.3
Support for additional .NET file types:
- Visual Basic:
.vbproj
(.NET / .NET Core projects).vb
(.NET Framework AssemblyInfo files, e.g.AssemblyInfo.vb
)
- F#:
.fsproj
(.NET / .NET Core projects).fs
(.NET Framework AssemblyInfo files, e.g.AssemblyInfo.fs
)
- C++/CLI:
.cpp
(.NET / .NET Core / .NET Framework AssemblyInfo files, e.g.AssemblyInfo.cpp
).rc
(C++ resource files; also works for non-.NET C++ projects)
1.2
Enhancements:
.props
file type support
1.1
1.0
Initial release.