Skip to content

Commit a9d506a

Browse files
committed
version update
1 parent 06f19f2 commit a9d506a

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

Ghostscript.NET.DisplayTest/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [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")]

Ghostscript.NET.Samples/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [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")]

Ghostscript.NET.Viewer/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.6")]
35+
[assembly: AssemblyVersion("1.1.7")]
3636
[assembly: AssemblyFileVersion("1.1.6")]

Ghostscript.NET/Ghostscript.NET.nupkg

1.52 KB
Binary file not shown.

Ghostscript.NET/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
[assembly: Guid("5b1fe89e-e040-4b7a-9c05-478c1756b6e8")]
1717

1818

19-
[assembly: AssemblyVersion("1.1.6")]
20-
[assembly: AssemblyFileVersion("1.1.6")]
19+
[assembly: AssemblyVersion("1.1.7")]
20+
[assembly: AssemblyFileVersion("1.1.7")]

VERSION-HISTORY

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@
1212

1313
HISTORY of the Ghostscript.NET library
1414

15-
1.1.7. 2014-04-??
15+
1.1.7. 2014-04-29
1616
-------------------------
1717
- implemented Ghostscript native library verification with a friendly error message
1818
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.
2023

2124
1.1.6. 2014-04-23
2225
-------------------------

0 commit comments

Comments
 (0)