Skip to content

Tags: sparerd/ZeroToNine

Tags

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0

- No changes compared to version 0.6.2, but after more than two years in
  pre-release mode, it's time to release a 'stable' version.

v0.6.2

Toggle v0.6.2's commit message
Version 0.6.2

- Included FSharp.Core with Zero29.

v0.6.1

Toggle v0.6.1's commit message
Version 0.6.1

- Better input validation for the 'assign' operation, which now checks
  if the supplied string can be parsed into a Version instance.

v0.6.0

Toggle v0.6.0's commit message
Version 0.6.0

- Added function and command-line switch to assign a particular number to a
  part (major, minor, patch, etc.) of a version.
  (ploeh#19)

v0.5.0

Toggle v0.5.0's commit message
Version 0.5.0

- Added an 'assign' operation, which enables a client to specifically assign
  a particular version to all projects.
  (ploeh#16)

v0.4.1

Toggle v0.4.1's commit message
Version 0.4.1

- Supported partial versions.
  (ploeh#14)

v0.4.0

Toggle v0.4.0's commit message
Version 0.4.0

- Support for Visual Basic .NET
  (ploeh#4)

v0.3.1

Toggle v0.3.1's commit message
Version 0.3.1

- Added command-line help, available with the -h switch.

v0.3.0

Toggle v0.3.0's commit message
Version 0.3.0

- Added a -l command-line switch that, when used, reports the version values of all version attributes found in appropriate AssemblyInfo source files beneath the working directory.
  Addresses ploeh#2

v0.2.0

Toggle v0.2.0's commit message
Version 0.2.0

- Added console output.
- Added TryParse function.