File tree Expand file tree Collapse file tree 9 files changed +18
-13
lines changed Expand file tree Collapse file tree 9 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
- # Release 2.8.1
1
+ # Release 2.8.2
2
2
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 )
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
33
33
[ assembly: AssemblyFileVersion ( "2.8.0.0" ) ]
34
34
[ assembly: InternalsVisibleTo ( "NClass.Tests" ) ]
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
33
33
[ assembly: AssemblyFileVersion ( "2.8.0.0" ) ]
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
33
33
[ assembly: AssemblyFileVersion ( "2.8.0.0" ) ]
34
34
[ assembly: InternalsVisibleTo ( "NClass.Tests" ) ]
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
33
33
[ assembly: AssemblyFileVersion ( "2.8.0.0" ) ]
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
33
33
[ assembly: AssemblyFileVersion ( "2.8.0.1" ) ]
34
34
[ assembly: AssemblyInformationalVersion ( "branch-and-git-hash-here" ) ]
Original file line number Diff line number Diff line change 29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
32
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
33
33
[ assembly: AssemblyFileVersion ( "2.8.0.0" ) ]
34
34
[ assembly: InternalsVisibleTo ( "NClass.Tests" ) ]
Original file line number Diff line number Diff line change 32
32
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
33
33
// übernehmen, indem Sie "*" eingeben:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0 .0.0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
36
36
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 28
28
// Build Number
29
29
// Revision
30
30
//
31
- [ assembly: AssemblyVersion ( "2.8.0.1 " ) ]
31
+ [ assembly: AssemblyVersion ( "2.8.0.2 " ) ]
32
32
[ assembly: AssemblyFileVersion ( "2.8.0.0" ) ]
You can’t perform that action at this time.
0 commit comments