pruiz / WkHtmlToXSharp

C# wrapper wrapper (using P/Invoke) for the excelent Html to PDF conversion library wkhtmltopdf library.
239 stars 84 forks source link

WkHtmlToXSharp 1.2.9 nuget package missing #35

Closed tomdenny closed 8 years ago

tomdenny commented 8 years ago

It looks like version 1.2.9 of WkHtmlToXSharp didn't make it to nuget. Since that's a dependency of all of the other packages, they error out when trying to install them.

pruiz commented 8 years ago

Sorry, I dont fully understand what you mean.

May you provide some context or an error message from Nuget package tools or something?

Sent from my iPhone

On 28 Dec 2015, at 17:27, Tom Denny notifications@github.com wrote:

It looks like version 129 of WkHtmlToXSharp didn't make it to nuget Since that's a dependency of all of the other packages, they error out when trying to install them

— Reply to this email directly or view it on GitHub.

tomdenny commented 8 years ago

Sure. On nuget, the WkHtmlToXSharp package is version 1.1.23.22 and says it was last updated in 2014.

All of the other WkHtmlToXSharp packages, like WkHtmlToXSharp.Win32, are version 1.2.9 and say they were last updated in 2015. These packages depend on WkHtmlToXSharp ≥ 1.2.9 which doesn't exist on nuget.

If you try to install WkHtmlToXSharp.Win32 you receive this error message:

install-package wkhtmltoxsharp.win32
Attempting to resolve dependency 'WkHtmlToXSharp (≥ 1.2.9)'.
install-package : Unable to resolve dependency 'WkHtmlToXSharp (≥ 1.2.9)'.
At line:1 char:1
+ install-package wkhtmltoxsharp.win32
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
pruiz commented 8 years ago

Looks like nuget publishing got stuck.. I've recently moved building of wkhtmltoxsharp over to appVeyor, so I guess some tweaking will be required.

On Mon, Dec 28, 2015 at 6:42 PM, Tom Denny notifications@github.com wrote:

Sure. On nuget, the WkHtmlToXSharp package https://www.nuget.org/packages/WkHtmlToXSharp/ is version 1.1.23.22 and says it was last updated in 2014.

All of the other WkHtmlToXSharp packages, like WkHtmlToXSharp.Win32 https://www.nuget.org/packages/WkHtmlToXSharp.Win32/, are version 1.2.9 and say they were last updated in 2015. These packages depend on WkHtmlToXSharp ≥ 1.2.9 which doesn't exist on nuget.

If you try to install WkHtmlToXSharp.Win32 you receive this error message:

install-package wkhtmltoxsharp.win32 Attempting to resolve dependency 'WkHtmlToXSharp (≥ 1.2.9)'. install-package : Unable to resolve dependency 'WkHtmlToXSharp (≥ 1.2.9)'. At line:1 char:1

  • install-package wkhtmltoxsharp.win32
  • 
    - CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

— Reply to this email directly or view it on GitHub https://github.com/pruiz/WkHtmlToXSharp/issues/35#issuecomment-167610068 .

pruiz commented 8 years ago

Version 1.2.22 has been prublished (all packages this time) to nuget.