bca.Nuget
0.0.8
PowerShell module to create and manage NuGet packages.
Installation Options
Owners
Copyright
(c) 2020 Bca. All rights reserved.
Package Details
Author(s)
- Baptiste Cabrera
Tags
Package Packaging PackageManager NuGet
Functions
Add-NuspecContentFile Add-NuspecDependency Add-NuspecFile ConvertTo-NuspecManifest Get-NuGetPath Get-NuspecProperty Get-NuspecSchema Install-NuGet Invoke-NuGetCommand New-NuGetPackage Resolve-NuspecProperty Set-NuspecLicense Set-NuspecProperty Test-NuspecManifest Update-NuGet
Dependencies
-
- Bca.Spdx (>= 0.0.8)
Release Notes
0.0.8:
- Install-NuGet: Fixed if bin folder is not present (as it is removed if empty when packaged);
- Updated tests.
0.0.7:
- Install-NuGet: New function that will install NuGet if not present when importing the module (can be used to update with Force switch).
- Update-NuGet: New function that will update NuGet to the latest version.
0.0.6:
- ConvertTo-NuspecManifest: Added support for PowerShell Script Info objects.
0.0.5:
- Bug fixes.
0.0.4:
- ConvertTo-NuspecManifest: Added support for Module objects.
0.0.3:
- Added files support (Add-NuspecContentFile and Add-NuspecFile);
- Set-NuspecLicense: New function that supports either SPDX license or file;
- Added a dependency on module Bca.Spdx.
0.0.2:
- Added new function for Nuspec properties (Get-NuspecProperty, Set-NuspecProperty, Resolve-NuspecProperty);
- ConvertTo-NuspecManifest: Moved a great deal of logic in Resolve-NuspecProperty.
0.0.1:
- First version.
FileList
- bca.Nuget.nuspec
- bca.Nuget.psd1
- bca.Nuget.psm1
- bca.Nuget.Tests.ps1
- Public\Add-NuspecContentFile.ps1
- Public\Add-NuspecDependency.ps1
- Public\Add-NuspecFile.ps1
- Public\ConvertTo-NuspecManifest.ps1
- Public\Get-NuGetPath.ps1
- Public\Get-NuspecProperty.ps1
- Public\Get-NuspecSchema.ps1
- Public\Install-NuGet.ps1
- Public\Invoke-NuGetCommand.ps1
- Public\New-NuGetPackage.ps1
- Public\Resolve-NuspecProperty.ps1
- Public\Set-NuspecLicense.ps1
- Public\Set-NuspecProperty.ps1
- Public\Test-NuspecManifest.ps1
- Public\Update-NuGet.ps1
- template\template.nuspec.xml
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 11,895 | 9/18/2020 |
0.1.1 | 51 | 9/11/2020 |
0.0.8 (current version) | 105 | 7/12/2020 |
0.0.6 | 28 | 7/11/2020 |