v0.3.1
⚠️ Breaking Change — Namespace Renamed
The public namespace has been renamed from MiniPdf to MiniSoftware to align with the broader MiniSoftware package family.
Before:
using MiniPdf;After:
using MiniSoftware;Update all using directives in your project after upgrading.
📖 Documentation
- Added Simplified Chinese README (README.zh-CN.md)
- Added Traditional Chinese README (README.zh-TW.md)
- Added language selector links across all README localizations (EN / 简体中文 / 繁體中文 / 日本語 / 한국어 / Italiano / Français)
Commits
| Hash | Message |
|---|---|
61b5de2 |
refactor: update namespace from MiniPdf to MiniSoftware across all files |
7037163 |
docs: add Simplified Chinese README |
900388c |
feat: add Traditional Chinese README and language selector (#47) |
Full Changelog: v0.3.0...v0.3.1