Skip to content

Releases: philasmar/AutoVer

Release 2024-10-24

24 Oct 22:03
Compare
Choose a tag to compare

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

22 Oct 23:51
Compare
Choose a tag to compare

Release 2024-10-22

AutoVer (0.0.23)

  • Add support for nuspec files

Release 2024-10-04

04 Oct 13:53
Compare
Choose a tag to compare

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

13 Apr 00:59
Compare
Choose a tag to compare

Release 2024-04-13

AutoVer (0.0.21)

  • Fix paths issue on Windows due to invalid Path separator

Release 2024-03-26

26 Mar 02:28
Compare
Choose a tag to compare

Release 2024-03-26

AutoVer (0.0.20)

  • Add ability to override the version of all projects

Release 2024-03-23

23 Mar 17:29
Compare
Choose a tag to compare

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

21 Mar 18:58
Compare
Choose a tag to compare

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

21 Mar 18:04
Compare
Choose a tag to compare

Release 2024-03-21

AutoVer (0.0.17)

  • Fixed an issue while parsing project name

Release 2024-03-21

21 Mar 02:37
Compare
Choose a tag to compare

Release 2024-03-21

AutoVer (0.0.16)

  • Change files can now specify the increment type

Release 2024-03-20

20 Mar 02:59
Compare
Choose a tag to compare

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