Skip to content

Commit fdc481e

Browse files
added v0.1.2 release notes (#40)
1 parent 84c1734 commit fdc481e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
#### 0.1.1 May 08 2019 ####
2-
Bugfix release for Incrementalist v0.1.0.
1+
#### 0.1.2 May 08 2019 ####
2+
Bugfix release for Incrementalist v0.1.1.
33

44
Addresses the following issues:
55

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)
6+
1. [Workaround CI mangling of Git branches](https://github.com/petabridge/Incrementalist/pull/39)

src/common.props

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
44
<Authors>Petabridge</Authors>
5-
<VersionPrefix>0.1.1</VersionPrefix>
6-
<PackageReleaseNotes>Bugfix release for Incrementalist v0.1.0.
5+
<VersionPrefix>0.1.2</VersionPrefix>
6+
<PackageReleaseNotes>Bugfix release for Incrementalist v0.1.1.
77
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>
8+
1. [Workaround CI mangling of Git branches](https://github.com/petabridge/Incrementalist/pull/39)</PackageReleaseNotes>
119
<tags>build, msbuild, incremental build, roslyn, git</tags>
1210
<PackageIconUrl>
1311
https://petabridge.com/images/logo.png

0 commit comments

Comments
 (0)