Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Sep 5, 2022
1 parent b218b1a commit 657ddd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [?] - ?
## [1.6.0] - 2022-09-06
### Fixed
- Handle all exceptions in API response handlers. (may fix #30)
- Do not retry API requests endlessly on certain errors.
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(VersionPrefix)' == ''">
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'foo_scrobble'">1.5.0</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'foo_scrobble'">1.6.0</VersionPrefix>

<!-- Force an explicitly specified prefix for all projects. -->
<VersionPrefix Condition="'$(VersionPrefix)' == ''">VersionPrefixMissing</VersionPrefix>
Expand Down

0 comments on commit 657ddd7

Please sign in to comment.