Skip to content

Commit

Permalink
Release 0.9.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuespetre committed May 12, 2014
1 parent 00ab485 commit 7977e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pechkin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.3.2")]
[assembly: AssemblyFileVersion("0.9.3.2")]
[assembly: AssemblyVersion("0.9.3.3")]
[assembly: AssemblyFileVersion("0.9.3.3")]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ The unmanaged DLLs that TuesPechkin depends upon have been packaged as *embedded

### Release notes

#### 0.9.3.3
- Fixed a problem with concurrency related to when the Pechkin object tells wkhtmltopdf to destroy its converter object. Now happens immediately after conversion, before anything else hits the queue.

#### 0.9.3.2
- Made the library unpack wkhtmltopdf in a folder named specifically for the running application since only one process can use the dll.
- Compressed the wkhtmltopdf dependencies with gzip to reduce the size of the solution and the NuGet packages
Expand Down

0 comments on commit 7977e21

Please sign in to comment.