Skip to content

Commit 090e25d

Browse files
committed
🚀 [skip ci] Update version to 3.2.1
Signed-off-by: Frederik Hjorslev Nylander <frederik@hjorslev.com>
1 parent 7990d80 commit 090e25d

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

SteamPS/SteamPS.psd1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'SteamPS.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.2.0'
15+
ModuleVersion = '3.2.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@
2727
CompanyName = 'hjorslev'
2828

2929
# Copyright statement for this module
30-
Copyright = '(c) 2019-2020 Frederik Hjorslev Nylander. All rights reserved.'
30+
Copyright = '(c) 2019-2021 Frederik Hjorslev Nylander. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Module that utilizes PowerShell as a wrapper for SteamCMD and engages with several Steam APIs.'
@@ -131,3 +131,6 @@
131131
}
132132

133133

134+
135+
136+

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
secure: N7+lKlNrQkJHEtEtl1CcwG9Q3GRLbH9kGD41NWfb0GbLsH9rHjMoIiCVkDF8jolr
2121
SteamWebAPI:
2222
secure: BwdIjZqaiXF+wUlkiqqawe029HTDlgu6NEUkkAQQPzTXswYBzeTJmYJbFMVDybr9
23-
version: 3.2.0.{build}
23+
version: 3.2.1.{build}
2424
test_script:
2525
- git config --global credential.helper store
2626
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GitHubKey):x-oauth-basic@github.com`n"

docs/CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [3.2.1] - 04/04-2021
9+
10+
- Get-PacketString
11+
- Fixes an issue in `Get-SteamServerInfo` that caused the cmdlet to display an
12+
error when querying a Valheim server ([#41](https://github.com/hjorslev/SteamPS/issues/41)).
13+
Thanks [ThePoShWolf](https://github.com/ThePoShWolf)!
14+
815
## [3.2.0] - 13/09-2020
916

1017
### Added
@@ -31,19 +38,19 @@ of log files are stored in CSV format with more information about the system etc
3138

3239
- Update-SteamServer
3340
- Fixed issue regarding the log file not being created due to a missing
34-
sub directory preventing any logging until the directory is created (#29).
41+
sub directory preventing any logging until the directory is created ([#29](https://github.com/hjorslev/SteamPS/issues/29)).
3542
- Fixed issue with the update workflow being corrupted if the server were offline
36-
at the beginning of the update (#30).
43+
at the beginning of the update ([#30](https://github.com/hjorslev/SteamPS/issues/30)).
3744
- Update-SteamApp
3845
- Remove the validate parameter when calling SteamCMD. Validation will overwrite
3946
any files that have been changed. This may cause issues with customized
40-
servers (#33).
47+
servers ([#33](https://github.com/hjorslev/SteamPS/issues/33)).
4148

4249
## [3.1.1] - 12/07-2020
4350

4451
### Fixed
4552

46-
- Fix issue with error being thrown when adding SteamCMD location to PATH (#24).
53+
- Fix issue with error being thrown when adding SteamCMD location to PATH ([#24](https://github.com/hjorslev/SteamPS/issues/24)).
4754
- Find-SteamAppID
4855
- Fix changed API url.
4956

@@ -53,7 +60,7 @@ of log files are stored in CSV format with more information about the system etc
5360

5461
- Update-SteamServer
5562
- Added `-Credential` parameter so apps that requires authentication can be
56-
updated (#16).
63+
updated ([#16](https://github.com/hjorslev/SteamPS/issues/16)).
5764
- Update-SteamApp
5865
- Output ExitCode from SteamCMD if it has another value than 0 (success).
5966

@@ -104,7 +111,7 @@ cmdlet `Use-Module`.
104111
- New workflow with [InvokeBuild](https://github.com/nightroman/Invoke-Build).
105112
- Update-SteamServer
106113
- Changed default to only send Discord notification on errors. Introduce new
107-
parameter `AlwaysNotify` to always send notifications (fix #3).
114+
parameter `AlwaysNotify` to always send notifications (fix [#3](https://github.com/hjorslev/SteamPS/issues/3)).
108115

109116
### Added
110117

@@ -203,7 +210,7 @@ SteamCMD.
203210
### Removed
204211

205212
- Update-SteamApp
206-
- Remove check for version as it's done in SteamPS.psd1
213+
- Remove check for version as it is done in SteamPS.psd1
207214

208215
## [1.0.0] - 01/01-2019
209216

0 commit comments

Comments
 (0)