Skip to content

Commit

Permalink
v1.0.2 in nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
skazantsev committed Apr 11, 2016
1 parent 065f705 commit 127a1fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/nuget/WebDav.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/skazantsev/WebDavClient</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright 2015 skazantsev</copyright>
<copyright>Copyright 2016 skazantsev</copyright>
<tags>WebDAV WebDAVClient WebDAV.Client</tags>
<dependencies>
<dependency id="Microsoft.Net.Http" version="2.2.29" />
Expand Down
6 changes: 3 additions & 3 deletions src/WebDav.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("skazantsev")]
[assembly: AssemblyProduct("WebDav.Client")]
[assembly: AssemblyDescription("An easy-to-use async WebDAV client for .NET")]
[assembly: AssemblyCopyright("Copyright © 2015 skazantsev")]
[assembly: AssemblyCopyright("Copyright © 2016 skazantsev")]
[assembly: ComVisible(false)]
[assembly: Guid("0cc4b1b7-57f0-456a-8512-b8d69e34a550")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

[assembly: InternalsVisibleTo("WebDav.Client.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 comments on commit 127a1fb

Please sign in to comment.