Skip to content

Commit

Permalink
Fix nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Feb 7, 2020
1 parent 1b0e03f commit add7dc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.10.1 (February 7, 2020)

- Fix link in nuspec

## 4.10.0 (February 2, 2020)

- Remove all banners
Expand Down
6 changes: 3 additions & 3 deletions Pester.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<id>Pester</id>
<version>$version$</version>
<title>Pester</title>
<summary>A BDD style testing tool for PowerShell</summary>
<description>Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.</description>
<summary>Pester is the ubiquitous test and mock framework for PowerShell</summary>
<description>Pester is testing framework for PowerShell, written in PowerShell.</description>
<tags>powershell unit testing bdd tdd mocking admin</tags>
<authors>Pester Team</authors>
<iconUrl>http://pesterbdd.com/images/Pester.png</iconUrl>
<iconUrl>https://raw.githubusercontent.com/pester/pester/master/images/pester.PNG</iconUrl>
<projectUrl>https://github.com/Pester/Pester</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ModuleToProcess = 'Pester.psm1'

# Version number of this module.
ModuleVersion = '4.10.0'
ModuleVersion = '4.10.1'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down Expand Up @@ -127,7 +127,7 @@
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"

# Release notes for this particular version of the module
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.10.0'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.10.1'

# Prerelease string of this module
Prerelease = ''
Expand Down

0 comments on commit add7dc5

Please sign in to comment.