Skip to content

Commit b38f97f

Browse files
committed
Merge tag '7.0.2' into develop
2 parents ac7cf6c + 3dc95cf commit b38f97f

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

ReleaseNotes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Release Notes
22

3+
## Papercut SMTP v7.0.2 [2025-10-09]
4+
5+
### Improvements
6+
- Modernized versioning system to use Directory.Build.props instead of GlobalAssemblyInfo.cs
7+
- Added Windows ARM64 support (#283)
8+
- Improved port configuration for SMTP and HTTP services (#285, #286, #293)
9+
- Enhanced Docker support with non-privileged ports (SMTP: 2525, HTTP: 8080)
10+
- Consolidated documentation and improved Docker build process
11+
12+
### Bug Fixes
13+
- Fixed Windows Service installation and auto-start issues (#294)
14+
- Fixed Linux path separator handling (#292)
15+
- Fixed SMTP server options configuration
16+
17+
### Build System
18+
- Refactored build.cake to reduce code duplication
19+
- GitVersion now populates version properties via MSBuild
20+
- Removed deprecated assembly patching approach
21+
322
## Papercut SMTP v7.0.1 [2024-11-08]
423

524
- Fixed Run on Startup broken. (Thanks, [rikrak](https://github.com/rikrak)))

ReleaseNotesCurrent.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release Notes
22

3-
## Papercut SMTP v7.0.1 [2024-11-08]
3+
## Papercut SMTP v7.0.2 [2025-10-09]
44

5-
- Fixed Run on Startup broken. (Thanks, [rikrak](https://github.com/rikrak)))
5+
### Improvements
6+
- Modernized versioning system to use Directory.Build.props instead of GlobalAssemblyInfo.cs
7+
- Added Windows ARM64 support (#283)
8+
- Improved port configuration for SMTP and HTTP services (#285, #286, #293)
9+
- Enhanced Docker support with non-privileged ports (SMTP: 2525, HTTP: 8080)
10+
- Consolidated documentation and improved Docker build process
11+
12+
### Bug Fixes
13+
- Fixed Windows Service installation and auto-start issues (#294)
14+
- Fixed Linux path separator handling (#292)
15+
- Fixed SMTP server options configuration
16+
17+
### Build System
18+
- Refactored build.cake to reduce code duplication
19+
- GitVersion now populates version properties via MSBuild
20+
- Removed deprecated assembly patching approach

0 commit comments

Comments
 (0)