Skip to content

Commit

Permalink
Remove version suffix to release + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii Maslenykov authored and Valerii Maslenykov committed Sep 20, 2023
1 parent ca9a4dc commit 0684529
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2023-09-20

### Added

- Initial implementation of `GetContentAsync` and `GetContentsAsync` methods
- Cache implementation with ability to provide custom cache implementation
3 changes: 1 addition & 2 deletions src/Joystick.Client/Joystick.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<PackageId>Joystick</PackageId>
<Title>Joystick .Net client</Title>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<Version>$(VersionPrefix)-$(VersionSuffix)</Version>
<Version>$(VersionPrefix)</Version>
<Authors>Joystick</Authors>
<Company>Joystick</Company>
<Product>Joystick</Product>
Expand Down

0 comments on commit 0684529

Please sign in to comment.