diff --git a/README.md b/README.md index e78aabd..4c3defa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Release version][release-badge]][release] +[![Release date][release-date-badge]][release-date] +[![Comits since release][commits-since-badge]][commits-since] + [![Build status][appveyor-badge]][appveyor-build] [![PowerShell Gallery][psgallery-badge]][psgallery] [![Nuget downloads][nuget-badge]][nuget] @@ -18,4 +22,10 @@ You've found the GitHub repository that houses the source for the PSWmiToolKit P [nuget-badge]: https://img.shields.io/nuget/dt/PSWmiToolKit.svg [nuget]: https://www.nuget.org/packages/PSWmiToolKit/ [gitter-badge]: https://badges.gitter.im/PSWmiToolKit.svg -[gitter]: https://gitter.im/PSWmiToolKit/Lobby \ No newline at end of file +[gitter]: https://gitter.im/PSWmiToolKit/Lobby +[release-badge]: https://img.shields.io/github/release/JhonnyTerminus/PSWmiToolKit/all.svg +[release]: https://github.com/JhonnyTerminus/PSWmiToolKit/releases +[release-date-badge]: https://img.shields.io/github/release-date/JhonnyTerminus/PSWmiToolKit.svg +[release-date]: https://github.com/JhonnyTerminus/PSWmiToolKit/releases +[commits-since-badge]: https://img.shields.io/github/commits-since/JhonnyTerminus/PSWmiToolKit/latest.svg +[commits-since]: https://github.com/JhonnyTerminus/PSWmiToolKit/commits/master diff --git a/appveyor.yml b/appveyor.yml index 82f5e58..9a014dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,12 +27,11 @@ deploy: - provider: GitHub tag: $(APPVEYOR_BUILD_VERSION)-alpha release: $(APPVEYOR_BUILD_VERSION)-alpha release of PSWmiToolkit - description: '## $(APPVEYOR_BUILD_VERSION)-alpha - $(Get-Date)' + description: '## $(APPVEYOR_BUILD_VERSION)-alpha - ' auth_token: secure: YfB1t8pxFZz+8Lc1GkcBPAmI+Hfg1MuM9+iMXSFU5BDSR7IKfisI79N+bjvTII7t repository: JhonnyTerminus/PSWmiToolkit draft: true - prerelease: true force_update: true on: branch: master diff --git a/build/deploy.psdeploy.ps1 b/build/deploy.psdeploy.ps1 index 7e71945..deec6a1 100644 --- a/build/deploy.psdeploy.ps1 +++ b/build/deploy.psdeploy.ps1 @@ -56,7 +56,6 @@ if( To AppVeyor WithOptions @{ Version = $ENV:APPVEYOR_BUILD_VERSION - ModuleName = $ENV:BHProjectName } } }