Question:
How do you update the .NET API which is used in a project?
Answer:
To update or install the API to the latest version in your project, run the following statements from the Visual Studio NuGet package manager.
For version 7.3 and below
Install-Package DocuWarePlatformApi
For version 7.4 and above
Visual Studio: Install-Package DocuWare.Platform.ServerClient.Extensions
Visual Code: dotnet add package DocuWare.Platform.ServerClient.Extensions
KBA is applicable for both Cloud and On-Premise Organizations.
Views:
This article is valid for DocuWare versions: 7 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 7.10 | Update the .NET API in your project