Skip to content

Commit

Permalink
Update version to 0.1.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBielstein committed Apr 8, 2022
1 parent 4f825de commit 1b8b738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NullableReferenceTypes>true</NullableReferenceTypes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\analyzers.ruleset</CodeAnalysisRuleSet>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>Cameron Bielstein</Authors>
<Company>Cameron Bielstein</Company>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/AprsIsConnectionUnitTests/ReceiveUnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void ReceiveHandlesLogin()
bool stateChangeEventHandled = false;
IList<ConnectionState> stateChangesReceived = new List<ConnectionState>();

string expectedLoginMessage = $"user N0CALL pass -1 vers AprsSharp 0.1.0 filter r/50.5039/4.4699/50";
string expectedLoginMessage = $"user N0CALL pass -1 vers AprsSharp 0.1.1 filter r/50.5039/4.4699/50";

// Mock underlying TCP connection
string firstMessage = "# server first message";
Expand Down

0 comments on commit 1b8b738

Please sign in to comment.