Qwips.ClientSdk.VismaNXT 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Qwips.ClientSdk.VismaNXT --version 1.1.2
                    
NuGet\Install-Package Qwips.ClientSdk.VismaNXT -Version 1.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Qwips.ClientSdk.VismaNXT" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Qwips.ClientSdk.VismaNXT" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Qwips.ClientSdk.VismaNXT" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Qwips.ClientSdk.VismaNXT --version 1.1.2
                    
#r "nuget: Qwips.ClientSdk.VismaNXT, 1.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Qwips.ClientSdk.VismaNXT@1.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Qwips.ClientSdk.VismaNXT&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Qwips.ClientSdk.VismaNXT&version=1.1.2
                    
Install as a Cake Tool

Integrate the VismaNXT into your .NET project!

The VismaNXT Client Library targets .NetStandard 2.0.

Installation via NuGet

To install the client library via NuGet:

  • Search for Qwips.ClientSdk.VismaNXT in the NuGet Library, or
  • Type Install-Package Qwips.ClientSdk.VismaNXT into the Package Manager Console.

Getting started

  • Create a new project or solution.
    e.g.
    dotnet new console -o petstore
    cd petstore
    
  • Add the nuget dependencies, which we will need for the SDK generated code to work:
    e.g.
    dotnet add package Qwips.ClientSdk.VismaNXT
    
  • And that's it! you're ready to go! So, lets grab some data:
    var data = await client.Data.GetAsync();
    
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.9 85 9/2/2026
1.1.8 99 8/24/2026
1.1.7 88 8/24/2026
1.1.6 95 8/24/2026
1.1.5 86 8/24/2026
1.1.4 99 8/24/2026
1.1.3 106 8/14/2026
1.1.2 91 8/14/2026
1.1.1 94 8/14/2026
1.1.0 101 8/12/2026
1.0.3 433 11/25/2025
1.0.2 399 11/21/2025
1.0.1 322 11/10/2025
1.0.0 235 11/6/2025