Skip to content

Releases: vers-one/dotnet-project-version-updater

1.6

08 May 06:10
Compare
Choose a tag to compare

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 the file / files input (because fastGlob doesn't support backward slashes);
  • support for the <InformationalVersion>...</InformationalVersion> tag and the related assembly attributes (#12).

1.5

29 Feb 17:59
Compare
Choose a tag to compare

Enhancements:

  • support for <VersionPrefix> tag in .csproj, .vbproj, .fsproj, and .props files (#8, implemented by @Invvard).

1.4

06 Feb 06:55
Compare
Choose a tag to compare

Maintenance:

  • The version of Node.js used by the action updated from 16 to 20.

1.3

12 Mar 22:10
Compare
Choose a tag to compare

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

03 Oct 13:49
Compare
Choose a tag to compare

Enhancements:

  • .props file type support

1.1

03 Oct 05:28
Compare
Choose a tag to compare

New features:

  • File path patterns (#1)
  • Version bump patterns (e.g. *.^.0.?, see README.md for examples)

Bug fixes:

  • Incorrect version parsing for versions containing zeros (#2)

1.0

11 May 05:29
Compare
Choose a tag to compare

Initial release.