raidenyn / yandexdisk.client

Yandex Disk API Client for .NET
MIT License
40 stars 14 forks source link

Added yadisk.exe.config to nuget package #6

Closed olegbevz closed 6 years ago

olegbevz commented 6 years ago

I had an issue when I tried to run CLI tool: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Added Yandex.Client.CLI.nuspec to solution. Added yadisk.exe.config to nuget package to solve assembly redirection issues (Newtonsoft.Json)

AppVeyorBot commented 6 years ago

:white_check_mark: Build yandexdisk.client 1.2.15-cjanomvy completed (commit https://github.com/raidenyn/yandexdisk.client/commit/4155a6120c by @olegbevz)

olegbevz commented 6 years ago

Hi, could you please publish new CLI package to nuget. I guess we need to incremenet package version in nuspen to make it published automatically?

raidenyn commented 6 years ago

Hi. Thank you for fixing this.

Nuget version is increased by a build server, so it's not nessesary to change anything here.