Skip to content

Commit d072d7b

Browse files
committed
Bump the assembly version to 2.8.0.2 and write the patch notes
1 parent 2f2d632 commit d072d7b

File tree

9 files changed

+18
-13
lines changed

9 files changed

+18
-13
lines changed

ReleaseNotes.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Release 2.8.1
1+
# Release 2.8.2
22

3-
This is release 2.8.1, bugfixes:
4-
- Fix the update checker and make it to do not nag at the user, if there are no updates #42
5-
- Build the zip archive in unix conform way #43
6-
- Use bitmap resources for the DetailsErrorDialog, so that it does not crash under linux #44
3+
This is release 2.8.2, the 'almost two years late' release.
4+
5+
## Highlights
6+
- Update the pdf sharp lib and improved vastly the way pdfs are handled under linux. Special thanks to @Baltasarq
7+
8+
## Bugfixes
9+
- Multiselection fix (see #47)
10+
- Namespaces shapes won't have mangled symbols anymore (see #55)
11+
- GDI objects are pasted now onto the correct position (see #53)

src/CSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.8.0.1")]
32+
[assembly: AssemblyVersion("2.8.0.2")]
3333
[assembly: AssemblyFileVersion("2.8.0.0")]
3434
[assembly: InternalsVisibleTo("NClass.Tests")]

src/CodeGenerator/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.8.0.1")]
32+
[assembly: AssemblyVersion("2.8.0.2")]
3333
[assembly: AssemblyFileVersion("2.8.0.0")]

src/Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.8.0.1")]
32+
[assembly: AssemblyVersion("2.8.0.2")]
3333
[assembly: AssemblyFileVersion("2.8.0.0")]
3434
[assembly: InternalsVisibleTo("NClass.Tests")]

src/DiagramEditor/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.8.0.1")]
32+
[assembly: AssemblyVersion("2.8.0.2")]
3333
[assembly: AssemblyFileVersion("2.8.0.0")]

src/GUI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.8.0.1")]
32+
[assembly: AssemblyVersion("2.8.0.2")]
3333
[assembly: AssemblyFileVersion("2.8.0.1")]
3434
[assembly: AssemblyInformationalVersion("branch-and-git-hash-here")]

src/Java/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.8.0.1")]
32+
[assembly: AssemblyVersion("2.8.0.2")]
3333
[assembly: AssemblyFileVersion("2.8.0.0")]
3434
[assembly: InternalsVisibleTo("NClass.Tests")]

src/PDFExport/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

src/Translations/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("2.8.0.1")]
31+
[assembly: AssemblyVersion("2.8.0.2")]
3232
[assembly: AssemblyFileVersion("2.8.0.0")]

0 commit comments

Comments
 (0)