ST.Wpf.Controls 0.1.0
ST.Wpf.Controls
Private WPF control package for personal projects under the ST.* naming scheme.
Repo layout
src/Personal.Wpf: package project (publishes asST.Wpf.Controls)samples/Personal.Wpf.Sandbox: local UI sandbox appbuild/pack.ps1: create.nupkgand.snupkgbuild/push.ps1: publish package to your private feed
Configure private source
- Confirm
NuGet.configpoints to your VPS feed URL. - Add credentials once on your machine:
dotnet nuget add source "https://your-feed-url/v3/index.json" `
--name ST `
--username <user> `
--password <token-or-password> `
--store-password-in-clear-text
- Enable the source when ready:
dotnet nuget enable source ST
Pack and push
./build/pack.ps1 -Version 0.1.0
./build/push.ps1 -ApiKey <your-api-key>
Consume from another project
dotnet add package ST.Wpf.Controls --version 0.1.0
No packages depend on ST.Wpf.Controls.
.NET 8.0
- Personal.Wpf.Core (>= 0.1.0)
| Version | Downloads | Last updated |
|---|---|---|
| 0.3.0 | 1 | 02/21/2026 |
| 0.1.0 | 1 | 02/21/2026 |
| 0.1.0-local | 1 | 02/21/2026 |