Nuget Installation

Having moved from the MSI files to Nuget, having updated the version does not get picked up by all my solutions - Example I had Cells 18.4 installed, upgraded to 18.6 but this is not applying to other apps

I have uninstalled the original installations (I have Cells, Words & Slides), the references in other apps show as 18.4 unless I re-run the nuget pckage - is this the correct behaviour? I have not used Nuget previously

@tony_phillips,

Thanks for your query.

Well, you need to re-install newer version from Nuget repos. Also you need to remove older version’s reference in the projects to re-add reference to newer version(s). See the document on how to install Aspose.Cells from Nuget repos. using package manager console/gui for your reference:

By the way, you may also get DLLs manually without installing from Nuget repos using package manager in VS.NET, see the post for your reference:

Hope, this helps a bit.

Thank you - now sorted