Skip to content

Commit 17c6997

Browse files
added v0.1.6 release notes (#61)
1 parent e954daf commit 17c6997

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#### 0.1.5 August 30 2019 ####
2-
Bugfix release for Incrementalist v0.1.4
1+
#### 0.1.6 August 30 2019 ####
2+
Bugfix release for Incrementalist v0.1.4-v0.1.5
33

44
Fixed [Bug: doesn't detect that project has changed when embedded resource has been modified](https://github.com/petabridge/Incrementalist/issues/56).
55

6-
As it turns out, Roslyn isn't able to detect non-code files embedded as resources into projects - so we search to see if any modified files are contained in the same folder as solution projects and we'll now mark the project as updated in the event that it contains a modified file.
6+
As it turns out, Roslyn isn't able to detect non-code files embedded as resources into projects - so we search to see if any modified files are contained in the same folder as solution projects and we'll now mark the project as updated in the event that it contains a modified file.
7+
8+
Fixed [issue with detecting transitive dependencies in multi-targeted builds](https://github.com/petabridge/Incrementalist/issues/55).

src/common.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
44
<Authors>Petabridge</Authors>
5-
<VersionPrefix>0.1.5</VersionPrefix>
6-
<PackageReleaseNotes>Bugfix release for Incrementalist v0.1.4
5+
<VersionPrefix>0.1.6</VersionPrefix>
6+
<PackageReleaseNotes>Bugfix release for Incrementalist v0.1.4-v0.1.5
77
Fixed [Bug: doesn't detect that project has changed when embedded resource has been modified](https://github.com/petabridge/Incrementalist/issues/56).
8-
As it turns out, Roslyn isn't able to detect non-code files embedded as resources into projects - so we search to see if any modified files are contained in the same folder as solution projects and we'll now mark the project as updated in the event that it contains a modified file.</PackageReleaseNotes>
8+
As it turns out, Roslyn isn't able to detect non-code files embedded as resources into projects - so we search to see if any modified files are contained in the same folder as solution projects and we'll now mark the project as updated in the event that it contains a modified file.
9+
Fixed [issue with detecting transitive dependencies in multi-targeted builds](https://github.com/petabridge/Incrementalist/issues/55).</PackageReleaseNotes>
910
<tags>build, msbuild, incremental build, roslyn, git</tags>
1011
<PackageIconUrl>
1112
https://petabridge.com/images/logo.png

0 commit comments

Comments
 (0)