Skip to content

Commit 6000f73

Browse files
Version number and details added for v1.0.1
1 parent 100ab1a commit 6000f73

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

Barnamenevis.Net.RtlMessageBox.WindowsForms/Barnamenevis.Net.RtlMessageBox.WindowsForms.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
2525
<Copyright>Copyright © 2024 Barnamenevis.Net</Copyright>
2626
<PackageReleaseNotes>
27-
Version 1.0.0 - Multi-targeting support:
28-
- Win32 MessageBox wrapper with RTL support
29-
- Compatible with .NET 6.0, 7.0, 8.0, and 9.0 (Windows)
30-
- Automatic Persian button text translation via hooks
31-
- Custom font application to all dialog elements
32-
- Full API compatibility with WPF MessageBox
33-
- Real-time button text modification
34-
- Proper focus and default button management
35-
</PackageReleaseNotes>
27+
Version 1.0.1:
28+
- Long message text handling improved.
29+
Version 1.0.0 - Multi-targeting support:
30+
- Win32 MessageBox wrapper with RTL support
31+
- Compatible with .NET 6.0, 7.0, 8.0, and 9.0 (Windows)
32+
- Automatic Persian button text translation via hooks
33+
- Custom font application to all dialog elements
34+
- Full API compatibility with WPF MessageBox
35+
- Real-time button text modification
36+
- Proper focus and default button management
37+
</PackageReleaseNotes>
3638

3739
<!-- Build Configuration -->
3840
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

Barnamenevis.Net.RtlMessageBox.Wpf/Barnamenevis.Net.RtlMessageBox.Wpf.csproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@
2323
<PackageReadmeFile>README.md</PackageReadmeFile>
2424
<Copyright>Copyright © 2024 Barnamenevis.Net</Copyright>
2525
<PackageReleaseNotes>
26-
Version 1.0.0 - Multi-targeting support:
27-
- Pure WPF implementation with themed UI
28-
- Compatible with .NET 6.0, 7.0, 8.0, and 9.0 (Windows)
29-
- Automatic Persian button text translation
30-
- Custom title bars with Persian fonts
31-
- System sound integration
32-
- Full RTL layout support
33-
- Drop-in replacement for standard MessageBox
34-
</PackageReleaseNotes>
26+
Version 1.0.1:
27+
- Modern Windows Icons are used in dialogs instead of legacy ones.
28+
Version 1.0.0 - Multi-targeting support:
29+
- Pure WPF implementation with themed UI
30+
- Compatible with .NET 6.0, 7.0, 8.0, and 9.0 (Windows)
31+
- Automatic Persian button text translation
32+
- Custom title bars with Persian fonts
33+
- System sound integration
34+
- Full RTL layout support
35+
- Drop-in replacement for standard MessageBox
36+
</PackageReleaseNotes>
3537

3638
<!-- Build Configuration -->
3739
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)