Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skazantsev committed Jun 8, 2018
1 parent 8078f96 commit 1d71f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ var result = await _client.PutFile("http://mywebdav/1.txt", content);
```

## License
WebDAVClient is licensed under the MIT License. See [LICENSE.txt](https://github.com/skazantsev/WebDavClient/blob/master/LICENSE.txt) for more details.
WebDavClient is licensed under the MIT License. See [LICENSE.txt](https://github.com/skazantsev/WebDavClient/blob/master/LICENSE.txt) for more details.
6 changes: 3 additions & 3 deletions src/WebDav.Client/WebDav.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
</ItemGroup>

<PropertyGroup>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<Version>2.1.0</Version>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<Version>2.2.0</Version>
<AssemblyName>WebDav.Client</AssemblyName>
<Title>WebDav.Client</Title>
<Product>WebDav.Client</Product>
<Description>An easy-to-use async WebDAV client for .NET</Description>
<Summary>An easy-to-use async WebDAV client for .NET</Summary>
<NeutralLanguage>en</NeutralLanguage>
<Authors>skazantsev</Authors>
<Copyright>Copyright © 2017 skazantsev</Copyright>
<Copyright>Copyright © 2018 skazantsev</Copyright>
<PackageId>WebDav.Client</PackageId>
<PackageTags>WebDAV WebDAVClient WebDAV.Client</PackageTags>
<PackageLicenseUrl>https://raw.githubusercontent.com/skazantsev/WebDavClient/master/LICENSE.txt</PackageLicenseUrl>
Expand Down

0 comments on commit 1d71f6b

Please sign in to comment.