Installing Beta Versions of StoryCADLib via Local NuGet Repository
Beta versions of StoryCADLib can be installed using NuGet by setting up a local repository. Follow these steps:
Setting Up a Local NuGet Repository
- Create a local folder to store NuGet packages (e.g.,
C:\Users\MyUsername\Documents\NugetRepository\
). -
Register the folder as a NuGet source by running:
dotnet nuget add source C:\Users\MyUsername\Documents\NugetRepository\
Downloading and Installing Packages
- Download
.nupkg
and optionally.snupkg
(symbol) files from the GitHub Actions or Releases tab. - Place these files into the local repository folder you created.
The .snupkg
files, while optional, are highly recommended for improved debugging and issue reporting.
Once the packages are in place, install StoryCADLib as usual through your NuGet package manager.
Important: For production use, only use officially released builds of StoryCADLib.