https://github.com/powershelllibrary/sitecorepowershell.nuget
https://github.com/powershelllibrary/sitecorepowershell.nuget
hacktoberfest
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powershelllibrary/sitecorepowershell.nuget
- Owner: PowerShellLibrary
- Created: 2022-11-11T09:23:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T20:54:03.000Z (about 1 year ago)
- Last Synced: 2025-01-21T05:07:06.921Z (12 months ago)
- Topics: hacktoberfest
- Language: PowerShell
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SitecorePowerShell.NuGet
Packages available via [**nuget.org**](https://www.nuget.org)
- [https://www.nuget.org/packages/Spe](https://www.nuget.org/packages/Spe)
- [https://www.nuget.org/packages/Spe.Abstractions](https://www.nuget.org/packages/Spe.Abstractions)
## Dev notes
1. Update DLL
2. Run `pack.ps1`
3. Publish packages
```bash
nuget push .\.nuspec\Spe\Spe.7.0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
nuget push .\.nuspec\Spe.Abstractions\Spe.Abstractions.7.0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
```