File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## v1.0.2
8+ ### Added
9+ - Added string Extensions for RemoveLeadingSlash and RemoveTrailingSlash
10+ - Added string Extensions for EnsureLeadingSlash and EnsureTrailingSlash
11+ - Enumeration for Separators
12+
713## v1.0.1
814### Fixed
915- Fixed XML Documentation
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Build : NukeBuild
3535 public string Version { get ; set ; } = $ "1.0.2";
3636
3737 [ Parameter ( "The Buildnumber provided by the CI" ) ]
38- public int BuildNo = 1 ;
38+ public int BuildNo = 4 ;
3939
4040 [ Parameter ( "Is RC Version" ) ]
4141 public bool IsRc = false ;
You can’t perform that action at this time.
0 commit comments