Skip to content

Commit

Permalink
Increase version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Feb 25, 2023
1 parent ff23dca commit 015e15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerMate/PowerMate.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.1-SNAPSHOT3</Version>
<Version>1.0.0</Version>
<Authors>Ben Hutchison</Authors>
<Company>Ben Hutchison</Company>
<PackageId>PowerMate</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion PowerMate/PowerMateInput.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace PowerMate;

/// <summary>
/// Event data describing how the PowerMate knob was rotated, pressed, or released.
/// Event data describing how the PowerMate knob was rotated, pressed, or released. Emitted by <see cref="IPowerMateClient.InputReceived"/>.
/// </summary>
public readonly struct PowerMateInput {

Expand Down

0 comments on commit 015e15d

Please sign in to comment.