Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Jul 24, 2023
1 parent 50fa2ac commit 1c783a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog
# Changelog

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
## 3.0.0 - 2023-07-25

* Added: Convert certificate command for X.509/DER and X.509/PEM formats
* Added: New function to generate a cryptographically secure random password
Expand Down
4 changes: 2 additions & 2 deletions SecurityFever.Library/Properties/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
using System.Runtime.InteropServices;

// Version of the product.
[assembly: AssemblyVersion("2.8.1")]
[assembly: AssemblyFileVersion("2.8.1")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
4 changes: 2 additions & 2 deletions SecurityFever/SecurityFever.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@{
@{
# Script module or binary module file associated with this manifest.
RootModule = 'SecurityFever.psm1'

# Version number of this module.
ModuleVersion = '2.8.1'
ModuleVersion = '3.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 1c783a9

Please sign in to comment.