|
1 | 1 | <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: |
7 | 7 |
|
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> |
15 | 14 | https://github.com/petabridge/Incrementalist |
16 | 15 | </PackageProjectUrl> |
17 | 16 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
|
0 commit comments