File tree 6 files changed +12
-9
lines changed
Ghostscript.NET.DisplayTest/Properties
Ghostscript.NET.Samples/Properties
Ghostscript.NET.Viewer/Properties
6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.1.6 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.1.6 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.1.7 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.1.7 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.1.6 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.1.6 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.1.7 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.1.7 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.1.6 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.1.7 " ) ]
36
36
[ assembly: AssemblyFileVersion ( "1.1.6" ) ]
Original file line number Diff line number Diff line change 16
16
[ assembly: Guid ( "5b1fe89e-e040-4b7a-9c05-478c1756b6e8" ) ]
17
17
18
18
19
- [ assembly: AssemblyVersion ( "1.1.6 " ) ]
20
- [ assembly: AssemblyFileVersion ( "1.1.6 " ) ]
19
+ [ assembly: AssemblyVersion ( "1.1.7 " ) ]
20
+ [ assembly: AssemblyFileVersion ( "1.1.7 " ) ]
Original file line number Diff line number Diff line change 12
12
13
13
HISTORY of the Ghostscript.NET library
14
14
15
- 1.1.7. 2014-04-??
15
+ 1.1.7. 2014-04-29
16
16
-------------------------
17
17
- implemented Ghostscript native library verification with a friendly error message
18
18
that will clear out the confusion when used native Ghostscript library is not
19
- compatibile with the running process
19
+ compatibile with the running process.
20
+ - fixed the pipe client handle disposal bug when the GhostscriptPipedOutput is used.
21
+ - fixed problem with the applying PDF page orientation for the GhostscriptViewer and
22
+ the GhostscriptRasterizer.
20
23
21
24
1.1.6. 2014-04-23
22
25
-------------------------
You can’t perform that action at this time.
0 commit comments