Skip to content

Commit

Permalink
removed test message queue from master branch (while)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xambey committed Jul 29, 2018
1 parent 66f4ce4 commit a87f7c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
4 changes: 1 addition & 3 deletions Dadata/DaData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
<PackageReleaseNotes>Increased productivity of library, added support platforms: .Net Core(all) and other(net standart 1.3-2.0)</PackageReleaseNotes>
<TargetFrameworks>netcoreapp1.0;netcoreapp2.0;netcoreapp2.1;netstandard1.3;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.Net" />
<Reference Include="System.Threading.Tasks" />
<Reference Include="System.Runtime"/>
<Reference Include="System.Runtime" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions Dadata/MessageQueue/MessageQueue.cs

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

## Планы
- Добавить возможность автоматических уведомлений о превышении минимального, установленного вами лимита баланса
- Добавить возможность включать автоматический контроль за ограничениями на количество сообщений в секунду (очереди сообщений с балансировщиком), с поддержкой асинхронности

## Как использовать
**Сначала требуется так или иначе создать клиент:**
Expand Down
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ before_build:
- ps: .\Build\version_updater.ps1

build:
#publish_nuget: true
publish_nuget: true
verbosity: minimal

artifacts:
- path: '.\Dadata\bin\**\Dadata.dll'
name: Dadata.dll


#deploy:
#- provider: NuGet
# api_key:
# secure: MgLMMGChxGhyyhSrWuntCcR83vpMU7geCo8YfmNVFbW8FLtf/GZqQLd3ZdNoMMzY
# skip_symbols: true
# artifact: /.*.nupkg/
deploy:
- provider: NuGet
api_key:
secure: MgLMMGChxGhyyhSrWuntCcR83vpMU7geCo8YfmNVFbW8FLtf/GZqQLd3ZdNoMMzY
skip_symbols: true
artifact: /.*.nupkg/

notifications:
- provider: GitHubPullRequest
Expand Down

0 comments on commit a87f7c6

Please sign in to comment.