Skip to content

Commit 283eee3

Browse files
added v0.1.1 release notes (#37)
1 parent 5cb0b6f commit 283eee3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
#### 0.1.1 May 06 2019 ####
2-
Bugfix release for Incrementalist v0.1.0.
1+
#### 0.1.1 May 08 2019 ####
2+
Bugfix release for Incrementalist v0.1.0.
3+
4+
Addresses the following issues:
5+
6+
1. [Error: head projectId cannot be null](https://github.com/petabridge/Incrementalist/issues/31)
7+
2. [Bug: System.ArgumentException: An item with the same key has already been added.](https://github.com/petabridge/Incrementalist/issues/27)
8+
3. [Need to validate that the Head branch exists](https://github.com/petabridge/Incrementalist/issues/28)

src/common.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
44
<Authors>Petabridge</Authors>
55
<VersionPrefix>0.1.1</VersionPrefix>
6-
<PackageReleaseNotes>Bugfix release for Incrementalist v0.1.0.</PackageReleaseNotes>
6+
<PackageReleaseNotes>Bugfix release for Incrementalist v0.1.0.
7+
Addresses the following issues:
8+
1. [Error: head projectId cannot be null](https://github.com/petabridge/Incrementalist/issues/31)
9+
2. [Bug: System.ArgumentException: An item with the same key has already been added.](https://github.com/petabridge/Incrementalist/issues/27)
10+
3. [Need to validate that the Head branch exists](https://github.com/petabridge/Incrementalist/issues/28)</PackageReleaseNotes>
711
<tags>build, msbuild, incremental build, roslyn, git</tags>
812
<PackageIconUrl>
913
https://petabridge.com/images/logo.png

0 commit comments

Comments
 (0)