Skip to content

Commit

Permalink
v1.1.0 in nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
skazantsev committed Aug 19, 2017
1 parent 961717c commit a237508
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/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>An easy-to-use async WebDAV client for .NET</description>
<copyright>Copyright © 2016 skazantsev</copyright>
<copyright>Copyright © 2017 skazantsev</copyright>
<tags>WebDAV WebDAVClient WebDAV.Client</tags>
<dependencies>
<dependency id="Microsoft.Net.Http" version="2.2.29" />
Expand Down
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
properties {
$version = "1.0.4.0"
$version = "1.1.0.0"
$signAssemblies = $false
$signKeyPath = "C:\snkey\skazantsev.snk"

Expand Down
2 changes: 1 addition & 1 deletion build/runbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param(
import-module ($PSScriptRoot + '\..\tools\psake-4.6.0\psake.psm1')

try {
invoke-psake ($PSScriptRoot + '\build.ps1') -properties $properties
invoke-psake ($PSScriptRoot + '\build.ps1') -properties $properties -framework '4.6'
}
finally
{
Expand Down
6 changes: 3 additions & 3 deletions src/WebDav.Client.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[assembly: AssemblyTitle("WebDav.Client.Tests")]
[assembly: AssemblyCompany("skazantsev")]
[assembly: AssemblyProduct("WebDav.Client.Tests")]
[assembly: AssemblyCopyright("Copyright © 2015 skazantsev")]
[assembly: AssemblyCopyright("Copyright © 2017 skazantsev")]
[assembly: ComVisible(false)]
[assembly: Guid("429c1b04-3658-42f1-b673-2cb90b1096bc")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
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 © 2016 skazantsev")]
[assembly: AssemblyCopyright("Copyright © 2017 skazantsev")]
[assembly: ComVisible(false)]
[assembly: Guid("0cc4b1b7-57f0-456a-8512-b8d69e34a550")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

#if SIGNED
[assembly: InternalsVisibleTo("WebDav.Client.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f130ca0ab17e20a726c71d1629f62002952816a0e1c5dc255118b348a8137f0e9c4b96f448d680a6fc72b30b1c28b7d8b19dca5c812f76230c51c8247e3ee687725635ec749a1f32bcf540913d9bd04d40cd834e9c1103cc4ec47669a0f6348a35fd11d1f935a39d8bfe9721e66f9996ccfa7e88cf38e1806e9cbc1b7256c9b6")]
Expand Down
6 changes: 3 additions & 3 deletions src/WebDav.ClientConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[assembly: AssemblyTitle("WebDav.ClientConsole")]
[assembly: AssemblyProduct("WebDav.ClientConsole")]
[assembly: AssemblyCopyright("Copyright © 2015 skazantsev")]
[assembly: AssemblyCopyright("Copyright © 2017 skazantsev")]
[assembly: ComVisible(false)]
[assembly: Guid("ac761356-7945-4fc2-bcc6-3a112b791ca2")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit a237508

Please sign in to comment.