Skip to content

Commit d84bac7

Browse files
committed
v1.0.2
1 parent 88fb0dd commit d84bac7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)