Package Manager
Install the package with Package Manager from Nuget:
Install-Package DubUrl
Run the following to update to the latest version:
Update-Package DubUrl
.NET CLI
Install the package with .NET CLI from Nuget:
dotnet add package DubUrl
Run the following to update to a specific version:
dotnet add package DubUrl --version 1.2.3