Skip to content

Commit

Permalink
Update version to 0.2.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBielstein committed Apr 26, 2022
1 parent c31af2e commit 73d9662
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.1</Version>
<Version>0.2.0</Version>
<Authors>Cameron Bielstein</Authors>
<Company>Cameron Bielstein</Company>
<PackageProjectUrl>https://github.com/CBielstein/APRSsharp</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion test/AprsIsClientUnitTests/ReceiveUnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void ReceiveHandlesLogin()
bool stateChangeEventHandled = false;
IList<ConnectionState> stateChangesReceived = new List<ConnectionState>();

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

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

0 comments on commit 73d9662

Please sign in to comment.