Releases: philasmar/AutoVer
Releases · philasmar/AutoVer
Release 2024-10-24
Release 2024-10-24
AutoVer (0.0.24)
- Add support for project containers, which allow multiple projects to be versioned as one
- Add a unit test project that tests a combination of project configurations
Release 2024-10-22
Release 2024-10-22
AutoVer (0.0.23)
- Add support for nuspec files
Release 2024-10-04
Release 2024-10-04
AutoVer (0.0.22)
- Using the new setting UseSameVersionForAllProjects, users will now be able to force all the configured projects to use the same version. This version will be determined by the project with the currently highest version.
Release 2024-04-13
Release 2024-04-13
AutoVer (0.0.21)
- Fix paths issue on Windows due to invalid Path separator
Release 2024-03-26
Release 2024-03-26
AutoVer (0.0.20)
- Add ability to override the version of all projects
Release 2024-03-23
Release 2024-03-23
AutoVer (0.0.19)
- Add caching to commonly called methods to improve speed and efficiency
- Change the version tag prefix from 'version' to 'release'
Release 2024-03-21
Release 2024-03-21
AutoVer (0.0.18)
- Fix issue causing changelog creation to fail when changes folder doesn't exist
Release 2024-03-21
Release 2024-03-21
AutoVer (0.0.17)
- Fixed an issue while parsing project name
Release 2024-03-21
Release 2024-03-21
AutoVer (0.0.16)
- Change files can now specify the increment type
Release 2024-03-20
Release 2024-03-20
AutoVer (0.0.15)
- Add 'DefaultIncrementType' to AutoVer config
- Add a 'None' IncrementType which does not perform any increment operation
- Add icon to the AutoVer NuGet package