Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Nov 6, 2019
1 parent dbeec40 commit 0315e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is mainly based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 2.7.0 - 2019-11-07

* Added: Alias cred to the Use-VaultCredential
* Changed: .NET Library structure and unit tests
Expand Down
4 changes: 2 additions & 2 deletions SecurityFever.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("2.7.0")]
[assembly: AssemblyFileVersion("2.7.0")]
2 changes: 1 addition & 1 deletion SecurityFever/SecurityFever.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'SecurityFever.psm1'

# Version number of this module.
ModuleVersion = '2.6.2'
ModuleVersion = '2.7.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 0315e17

Please sign in to comment.