Skip to content

Commit

Permalink
Version bump to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wischenbart committed Feb 9, 2018
1 parent b111dc2 commit 02b85c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
I'm trying to keep it up to date, but I'm a lazy bastard - when in doubt - check out the commit log ;-)

## [Unreleased]

## [0.1.9] - 2018-02-09
### Added
- KeyBitmaps now overrides `Equals`, `GetHashCode`, `==` and `!=` and implements `IEquatable<KeyBitmap>`
### Changed
- Renaming many classes
_(remove "StreamDeck"-prefix)_
- Moved examples to seperate repository
- Renamed many classes
_(remove "StreamDeck"-prefix, thats what namespaces are for)_
- Moved examples to separate repository
### Fixed
- Image glitches
_Use the same buffer for hid reports and added a cooldown of 75ms for each key,
Expand Down
4 changes: 2 additions & 2 deletions src/StreamDeckSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.8.0")]
[assembly: AssemblyFileVersion("0.1.8.0")]
[assembly: AssemblyVersion("0.1.9.0")]
[assembly: AssemblyFileVersion("0.1.9.0")]

4 changes: 2 additions & 2 deletions src/StreamDeckSharp/StreamDeckSharp.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<package >
<package>
<metadata>
<id>streamdecksharp</id>
<version>0.1.8</version>
<version>0.1.9</version>
<title>StreamDeckSharp</title>
<authors>Christian Wischenbart</authors>
<licenseUrl>https://github.com/OpenStreamDeck/StreamDeckSharp/blob/master/LICENSE.md</licenseUrl>
Expand Down

0 comments on commit 02b85c5

Please sign in to comment.