XPSDK 3.0.1-alpha2

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

                          THE X-PLANE PLUGIN SDK

This download contains the files necessary to build plugins for X-Plane. The X-Plane plugin website is:

http://www.xsquawkbox.net/xpsdk/

The website contains full documentation on the SDK including tech notes, sample plugins, sample code, contact information, and links to the latest versions of this SDK.

The X-Plane SDK authors can be reached at:

xplanesdk@xsquawkbox.net

Please do not email Austin or Laminar Research for SDK questions or support; the SDK is a third party effort.

the X-Plane developer mailing list is an unlisted yahoo group frequented by many X-Plane developers.

x-plane-dev@yahoogroups.com


                              SDK FILES

license.txt Copyright information for this download. README.txt This document CHeaders Header files for compiling C/C++ plugins Delphi Interfaces for compiling Pascal plugins Libraries Import libraries for linking on Windows and frameworks for linking on Mac.

Note: there are no import/link-time libraries for Linux; on Linux, plugins simply leave SDK symbols undefined and they are discovered at runtime. The SDK website explains this process in more detail.

Mac CFM plugins are not supported by the SDK versions 2.0 and higher; the 2.0 SDK requires X-Plane 9.0 or newer, and X-Plane 9 will not run on Mac OS 9. Therefore CFM plugins are not useful (and are probably counterproductive since they cannot support x86 code). If you have a CFM plugin, continue to use the 1.0 SDK to build it. You will have to port to Mach-O if you want to use 2.0 features.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.0.1-alpha2 531 2/24/2020
3.0.1-alpha1 407 2/24/2020