Releases: vweevers/dotnet-bump
Releases · vweevers/dotnet-bump
v2.0.0
Changed
- Breaking: bump
glob
from 7 to 8 (d6d779f
) (Vincent Weevers)
- Bump
readable-stream
from 3 to 4 (daa2148
) (Vincent Weevers)
Added
- Support
version.h
files of C(++) projects (8bc6af3
) (Vincent Weevers)
v1.6.0
Added
- Include nuspec files of debug packages (
projectname.Debug.nuspec
) (57b80dd
)
v1.5.0
Added
- Add preliminary support of C++ (vcxproj) projects (
d4e2ab7
)
Fixed
- Bump
common-roots
from 0.0.1 to 0.0.2 (closes #1) (86bf2e5
).
v1.4.0
Added
- Auto-stage upgrade guide and readme (in addition to changelog) (
743d94f
)
- Support
AssemblyInfo.cs
in SDK project that doesn't explicitly include it (f7167c1
)
v1.3.2
Fixed
- Replace
is-dirty
dependency (133eb8b
).
v1.3.1
Fixed
- Fix staging of changelog when
--force
is present (d445594
)
v1.2.0
Added
- Allow dirty
CHANGELOG.md
, committed together with version (36f1e40
)
- Support json(5) files (
4db88fe
)
Fixed
- Fix repeated
setVersion()
on project file (8682d96
)
- Fix missing callback (
5117188
)
v1.1.0
Added
- Support SDK-style projects with a
Version
(fab97c7
)