Skip to content

Commit 67b0a0f

Browse files
committed
Update CHANGELOG.md with version 4.9 changes
- Added build artifact collection API and archive() method - Added Linux support with dotnet msbuild detection - Fixed Gradle 8/9 compatibility issues - Fixed Mono detection and ProjectFileParser Linux compatibility - Updated Gradle wrapper to 9.2.1 - Replaced CI/CD with GitHub Actions
1 parent 69e06ba commit 67b0a0f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# gradle-msbuild-plugin changelog
22

3+
# 4.9
4+
### Added
5+
* Build artifact collection API with automatic detection of DLL, PDB, and XML files
6+
* `archive()` method for easy artifact access in Gradle artifacts block
7+
* Linux support with automatic dotnet msbuild detection
8+
9+
### Fixed
10+
* Gradle 8 and 9 compatibility issues
11+
* Mono detection and error handling for .NET Framework projects
12+
* ProjectFileParser Linux compatibility
13+
* MSBuild task execution for Gradle 9
14+
* Snapshot publishing optimizations
15+
16+
### Changed
17+
* Updated Gradle wrapper from 6.9 to 9.2.1
18+
* Replaced Travis CI and AppVeyor with GitHub Actions
19+
* Updated plugin dependencies for Gradle 9 compatibility
20+
21+
# 4.8
22+
### Changed
23+
* Version bump for fork maintenance
24+
325
# 4.7
426
### Improved
527
* Print exit code when project parsing fails

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Gradle MsBuild Plugin
55

6-
> **Note:** This is a fork of the original [gradle-msbuild-plugin](https://github.com/Itiviti/gradle-msbuild-plugin) by Itiviti/Ullink, updated for **Gradle 8/9 compatibility** and published under the `de.inetsoftware` group ID.
6+
> **Note:** This is a fork of the original [gradle-msbuild-plugin](https://github.com/Itiviti/gradle-msbuild-plugin) by Itiviti, updated for **Gradle 8/9 compatibility** and published under the `de.inetsoftware` group ID.
77
88
> **Disclaimer:** Most of the changes in this fork, including Gradle 8/9 compatibility fixes and CI/CD pipeline improvements, were created with the assistance of Cursor AI. While the code has been tested and verified, please review changes carefully before using in production environments.
99

0 commit comments

Comments
 (0)