Skip to content

Commit

Permalink
VBump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas briscoe committed Jan 19, 2018
1 parent aff4366 commit 836f259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.7-{build}
version: 1.4.0-{build}
image: Visual Studio 2017
pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion src/CoreFtp/CoreFtp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.3.7</Version>
<Version>1.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CoreFtp/FtpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ private async Task EnableUTF8IfPossible()
}

/// <summary>
/// Ignore any stale data we mah have waiting on the stream
/// Ignore any stale data we may have waiting on the stream
/// </summary>
/// <returns></returns>
private async Task IgnoreStaleData()
Expand Down

0 comments on commit 836f259

Please sign in to comment.