Skip to content

Commit 25c0ad7

Browse files
committed
Bump to beta2 and update changelog
1 parent 7adf1e7 commit 25c0ad7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [0.3.0] - Unreleased
99

10+
### Fixed
11+
12+
- [**#24**](https://github.com/psake/PowerShellBuild/pull/24) Fix case of 'Public' folder when dot sourcing functions in PSM1 (via [@pauby](https://github.com/pauby))
13+
1014
### Changed
1115

1216
- [**#19**](https://github.com/psake/PowerShellBuild/pull/19) Allow the `BHBuildOutput` environment variable defined by `BuildHelpers` to be set via the `$PSBPreference.Build.ModuleOutDir` property of the build tasks (via [@pauby](https://github.com/pauby))

PowerShellBuild/PowerShellBuild.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
AliasesToExport = @('*tasks')
2525
PrivateData = @{
2626
PSData = @{
27-
PreRelease = 'beta'
27+
PreRelease = 'beta2'
2828
Tags = @('psake', 'build', 'InvokeBuild')
2929
LicenseUri = 'https://raw.githubusercontent.com/psake/PowerShellBuild/master/LICENSE'
3030
ProjectUri = 'https://github.com/psake/PowerShellBuild'

0 commit comments

Comments
 (0)