Hi,
My team uses Infragistics v11.2 and we are deploying CI/CD pipelines in the project.Do you provide .nupkg files for these versions?
Hello Shweta,
Unfortunately, we do not provide NuGet packages for version 11.2, we started providing NuGet packages in version 19.2 so my suggestion is to upgrade to our latest version, which currently is 23.2 and to use the NuGet packages we provide with it. The reason for this is that you would be able to benefit from all the latest features that have been added as well as the latest bug fixed and feature improvements.
Please let me know if you need any further assistance regarding this matter.
Regards, Ivan Kitanov
Thanks for your reply Ivan.As I have the dlls for the older version, can I convert them to nupkg and use them for my pipelines?
You can convert the dlls into NuGet packages and use them for your pipeline, however the reason we don't offer NuGet packages for .NET Framework is that there are issues with the designer in Visual Studio going that way and you may encounter them as well.
This is the reason why we have decided to use dlls for .Net Framework and NuGet packages for .NET Core.