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:

  • PackageReference

    Optional: 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.
  • .nupkg should be in bin\Debug or bin\Release folder, depending on your configuration.

    Publish

    .nupkg file on a NuGet repository such as nuget.org. nuget.exe client, dotnet.exe client or nuget.org Upload Package Publishing packages in NuGet documentation. consumed by other Xenko users!