diff --git a/README.md b/README.md index 5f35bdd..baae08b 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ TuesPechkin is a .NET Wrapper for the [wkhtmltopdf](https://github.com/wkhtmltop ### wkhtmltox.dll The wkhtmltox.dll file and any dependencies it might have (for older versions, 0.11.0-) are not included in the TuesPechkin NuGet package; however, you can bring your own copy of the library or download one of the following NuGet packages that contain the library: -- TuesPechkin.Win32 -- TuesPechkin.Win64 +- TuesPechkin.Wkhtmltox.Win32 +- TuesPechkin.Wkhtmltox.Win64 ### Reporting issues If something doesn't seem right with your converted document, try converting with [wkhtmltopdf](http://www.wkhtmltopdf.org) directly. If you still have the problem, then you will need to take your issue to [wkhtmltopdf's issues](https://github.com/wkhtmltopdf/wkhtmltopdf). Any issues related to visual problems like this will be closed unless the reporter can show that the problem is unique to this library. diff --git a/TuesPechkin.Wkhtmltox.Win32/TuesPechkin.Wkhtmltox.Win32.csproj b/TuesPechkin.Wkhtmltox.Win32/TuesPechkin.Wkhtmltox.Win32.csproj index 04cfd7e..32bf41e 100644 --- a/TuesPechkin.Wkhtmltox.Win32/TuesPechkin.Wkhtmltox.Win32.csproj +++ b/TuesPechkin.Wkhtmltox.Win32/TuesPechkin.Wkhtmltox.Win32.csproj @@ -2,8 +2,8 @@ - Debug - AnyCPU + Release + x86 {1BCD70EF-32EF-4339-9CCF-EA07415A39A9} Library Properties diff --git a/TuesPechkin.Wkhtmltox.Win64/TuesPechkin.Wkhtmltox.Win64.csproj b/TuesPechkin.Wkhtmltox.Win64/TuesPechkin.Wkhtmltox.Win64.csproj index 234d0c8..6727e43 100644 --- a/TuesPechkin.Wkhtmltox.Win64/TuesPechkin.Wkhtmltox.Win64.csproj +++ b/TuesPechkin.Wkhtmltox.Win64/TuesPechkin.Wkhtmltox.Win64.csproj @@ -2,8 +2,8 @@ - Debug - AnyCPU + Release + x64 {F77CFFCA-1CF0-49C8-98B6-5C6009C6BE63} Library Properties diff --git a/TuesPechkin.sln b/TuesPechkin.sln index fa296d9..4423dad 100644 --- a/TuesPechkin.sln +++ b/TuesPechkin.sln @@ -49,9 +49,11 @@ Global {1BCD70EF-32EF-4339-9CCF-EA07415A39A9}.Debug|Any CPU.ActiveCfg = Debug|x86 {1BCD70EF-32EF-4339-9CCF-EA07415A39A9}.Debug|Any CPU.Build.0 = Debug|x86 {1BCD70EF-32EF-4339-9CCF-EA07415A39A9}.Release|Any CPU.ActiveCfg = Release|x86 + {1BCD70EF-32EF-4339-9CCF-EA07415A39A9}.Release|Any CPU.Build.0 = Release|x86 {F77CFFCA-1CF0-49C8-98B6-5C6009C6BE63}.Debug|Any CPU.ActiveCfg = Debug|x64 {F77CFFCA-1CF0-49C8-98B6-5C6009C6BE63}.Debug|Any CPU.Build.0 = Debug|x64 {F77CFFCA-1CF0-49C8-98B6-5C6009C6BE63}.Release|Any CPU.ActiveCfg = Release|x64 + {F77CFFCA-1CF0-49C8-98B6-5C6009C6BE63}.Release|Any CPU.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/TuesPechkin/Properties/AssemblyInfo.cs b/TuesPechkin/Properties/AssemblyInfo.cs index 90740f2..e11649d 100644 --- a/TuesPechkin/Properties/AssemblyInfo.cs +++ b/TuesPechkin/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("TuesPechkin")] -[assembly: AssemblyDescription(".NET wrapper for wkhtmltopdf")] +[assembly: AssemblyDescription(".NET wrapper for wkhtmltopdf; supports 32-bit, 64-bit, multi-threaded and IIS environments.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("TuesPechkin")]