Protirus / PoshLenovo

A PowerShell module for Lenovo API.
http://supportapi.lenovo.com/Documentation/Index.html
MIT License
6 stars 0 forks source link

Create PowerShell Module for PowerShell Gallery #12

Open AlexHedley opened 5 years ago

AlexHedley commented 5 years ago
AlexHedley commented 5 years ago

https://www.powershellmagazine.com/2018/09/20/converting-a-powershell-project-to-use-azure-devops-pipelines/

AlexHedley commented 4 years ago

Prerelease Versioning Added to PowerShellGet and PowerShell Gallery

https://devblogs.microsoft.com/powershell/prerelease-versioning-added-to-powershellget-and-powershell-gallery/

@{
   ModuleVersion = '2.0.0'
   #---
      PrivateData = @{
         PSData = @{
            Prerelease = '-alpha'
      }
   }
}