Skip to content

Commit

Permalink
Bump version to 0.3.0 (#157)
Browse files Browse the repository at this point in the history
Bumps version to 0.3.0 for new release.
  • Loading branch information
CBielstein committed Jul 31, 2023
1 parent 2531955 commit fbe8a96
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.2.2</Version>
<Version>0.3.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 @@ -63,7 +63,7 @@ public async Task ReceiveHandlesLogin()
IList<ConnectionState> stateChangesReceived = new List<ConnectionState>();
TaskCompletionSource loggedIn = new TaskCompletionSource();

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

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

0 comments on commit fbe8a96

Please sign in to comment.