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 as ST.Wpf.Controls)
  • samples/Personal.Wpf.Sandbox: local UI sandbox app
  • build/pack.ps1: create .nupkg and .snupkg
  • build/push.ps1: publish package to your private feed

Configure private source

  1. Confirm NuGet.config points to your VPS feed URL.
  2. 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
  1. 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

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