Skip to content

Commit a729cfc

Browse files
Added v1.0.0-rc4 release notes (#400)
1 parent f4e791b commit a729cfc

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 1.0.0-rc4 April 16 2025 ####
2+
3+
Major Changes:
4+
5+
* **Breaking Change**: [Rewrote all command line arguments to use real verbs](https://github.com/petabridge/Incrementalist/issues/393)
6+
* Resolved: [Globbing must always apply, even when a full solution build is required](https://github.com/petabridge/Incrementalist/issues/395)
7+
* [Log used config file](https://github.com/petabridge/Incrementalist/pull/398)
8+
19
#### 1.0.0-rc3 April 16 2025 ####
210

311
Bug fixes and improvements:

src/Directory.Build.props

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<Project>
2-
<PropertyGroup>
3-
<Copyright>Copyright © 2015-$([System.DateTime]::Now.Year) Petabridge</Copyright>
4-
<Authors>Petabridge</Authors>
5-
<VersionPrefix>1.0.0-rc3</VersionPrefix>
6-
<PackageReleaseNotes>Bug fixes and improvements:
2+
<PropertyGroup>
3+
<Copyright>Copyright © 2015-$([System.DateTime]::Now.Year) Petabridge</Copyright>
4+
<Authors>Petabridge</Authors>
5+
<VersionPrefix>1.0.0-rc4</VersionPrefix>
6+
<PackageReleaseNotes>Major Changes:
77

8-
* Resolved: [Not properly detecting changes to "solution-wide" files](https://github.com/petabridge/Incrementalist/issues/388)
9-
* Resolved: [Dependency graph calculation is not correct](https://github.com/petabridge/Incrementalist/issues/389)
10-
* Resolved: [Globbing does not work with absolute paths](https://github.com/petabridge/Incrementalist/issues/386)
11-
</PackageReleaseNotes>
12-
<tags>build, msbuild, incremental build, roslyn, git</tags>
13-
<PackageIcon>incrementalist-logo-dark.png</PackageIcon>
14-
<PackageProjectUrl>
8+
* **Breaking Change**: [Rewrote all command line arguments to use real verbs](https://github.com/petabridge/Incrementalist/issues/393)
9+
* Resolved: [Globbing must always apply, even when a full solution build is required](https://github.com/petabridge/Incrementalist/issues/395)
10+
* [Log used config file](https://github.com/petabridge/Incrementalist/pull/398)</PackageReleaseNotes>
11+
<tags>build, msbuild, incremental build, roslyn, git</tags>
12+
<PackageIcon>incrementalist-logo-dark.png</PackageIcon>
13+
<PackageProjectUrl>
1514
https://github.com/petabridge/Incrementalist
1615
</PackageProjectUrl>
1716
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)