8000 Tags · Zoltu/Zoltu.Versioning · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Zoltu/Zoltu.Versioning

Tags

v1.2

Toggle v1.2's commit message
Light refactoring for testability.

Code in GitVersion.cs is more difficult to test than other classes due to needing to mock third party libraries (LibGitSharp).  This commit moves some logic out of GitVersion and into Version, which is much easier to test.

v1.1

Toggle v1.1's commit message
Removes Zoltu.Versioning dependency temporarily.

A build is needed that doesn't depend on Zoltu.Versioning 1.0.0.0 due to a circular dependency that is created.  Hopefully, once a build is working with no dependencies, the next one can have the dependency since it is a development dependency now.

v1.0.0

Toggle v1.0.0's commit message
Initial commit

0