VpSharp 1.0.0-nightly.71

This is a prerelease version of VpSharp.
dotnet add package VpSharp --version 1.0.0-nightly.71
                    
NuGet\Install-Package VpSharp -Version 1.0.0-nightly.71
                    
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="VpSharp" Version="1.0.0-nightly.71" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VpSharp" Version="1.0.0-nightly.71" />
                    
Directory.Packages.props
<PackageReference Include="VpSharp" />
                    
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 VpSharp --version 1.0.0-nightly.71
                    
#r "nuget: VpSharp, 1.0.0-nightly.71"
                    
#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 VpSharp@1.0.0-nightly.71
                    
#: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=VpSharp&version=1.0.0-nightly.71&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=VpSharp&version=1.0.0-nightly.71&prerelease
                    
Install as a Cake Tool

<h1 align="center"><img src="branding_Banner.png"></h1> <p align="center"> <a href="https://github.com/oliverbooth/VpSharp/actions?query=workflow%3A%22.NET%22"><img src="https://img.shields.io/github/actions/workflow/status/oliverbooth/VpSharp/dotnet.yml?style=flat-square" alt="GitHub Workflow Status" title="GitHub Workflow Status"></a> <a href="https://github.com/oliverbooth/VpSharp/issues"><img src="https://img.shields.io/github/issues/oliverbooth/VpSharp?style=flat-square" alt="GitHub Issues" title="GitHub Issues"></a> <a href="https://www.nuget.org/packages/VpSharp/"><img src="https://img.shields.io/nuget/dt/VpSharp?style=flat-square" alt="NuGet Downloads" title="NuGet Downloads"></a> <a href="https://www.nuget.org/packages/VpSharp/"><img src="https://img.shields.io/nuget/v/VpSharp?label=stable&style=flat-square" alt="Stable Version" title="Stable Version"></a> <a href="https://www.nuget.org/packages/VpSharp/"><img src="https://img.shields.io/nuget/vpre/VpSharp?label=nightly&style=flat-square" alt="Nightly Version" title="Nightly Version"></a> <a href="https://github.com/oliverbooth/VpSharp/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/oliverbooth/VpSharp?style=flat-square" alt="MIT License" title="MIT License"></a> </p>

About

VP# is a high performance .NET wrapper for the Virtual Paradise SDK which introduces a cleaner, more modern, and more async API.

(I'm also dogfooding this library, so there's that.)

Installation

NuGet installation

Install-Package VpSharp -Version 1.0.0

Manual installation

Download the latest release from this repository and adding a direct assembly reference for your chosen platform.

Contributing

Contributions are welcome. See CONTRIBUTING.md.

License

VP# is released under the MIT License. See here for more details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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 (2)

Showing the top 2 NuGet packages that depend on VpSharp:

Package Downloads
VpSharp.Commands

A modern Virtual Paradise SDK wrapper for .NET

VpSharp.Building

A modern Virtual Paradise SDK wrapper for .NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-nightly.71 233 12/15/2025
1.0.0-nightly.70 222 12/15/2025
1.0.0-nightly.67 152 2/20/2025
1.0.0-nightly.66 136 1/3/2025
1.0.0-nightly.65 139 1/3/2025
1.0.0-nightly.64 132 1/3/2025
1.0.0-nightly.63 131 1/3/2025
1.0.0-nightly.62 120 1/3/2025
1.0.0-nightly.61 134 1/3/2025
1.0.0-nightly.60 111 12/22/2024
1.0.0-nightly.59 108 12/19/2024
1.0.0-nightly.58 103 12/18/2024
1.0.0-nightly.57 111 12/18/2024
1.0.0-nightly.56 110 12/18/2024
1.0.0-nightly.55 110 12/18/2024
1.0.0-nightly.54 120 10/5/2024
1.0.0-nightly.53 118 6/1/2024
1.0.0-nightly.52 113 5/28/2024
1.0.0-nightly.51 136 2/16/2024
1.0.0-nightly.50 137 2/16/2024
Loading failed

See CHANGELOG.md for a full list of changes.