Create packages
IntermediateProgrammer
Open your project in Visual Studio
Note
Game Studio will later support creating NuGet packages directly. First of all, after saving all your changes, open your project with Visual Studio. You can easily do this by clicking the appropriate button on the toolbar: A few things to look out for:
PackageReferenceOptional: Setup Package properties
- Solution Explorer, right-click on the project and click on Properties.
- Package tab and edit Package version, description, URL, etc.
Pack
- Solution Explorer, right-click on the project and click on Pack.
.nupkgshould be inbin\Debugorbin\Releasefolder, depending on your configuration.Publish
.nupkgfile on a NuGet repository such as nuget.org.nuget.execlient,dotnet.execlient or nuget.org Upload Package Publishing packages in NuGet documentation. consumed by other Xenko users!
