Skip to content

Commit bb4fb26

Browse files
authored
new NuGet 1.2.1 (#878)
1 parent 20a150e commit bb4fb26

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ See [`WebSocket4NetClientWebSocket.cs`][websocket4net] for implementation detail
114114

115115
#### dotnet CLI
116116

117-
[`dotnet add package DigitalRuby.ExchangeSharp --version 1.2.0`][nuget]
117+
[`dotnet add package DigitalRuby.ExchangeSharp --version 1.2.1`][nuget]
118118

119119
#### Package Manager on VS
120120

121-
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.2.0`][nuget]
121+
[`PM> Install-Package DigitalRuby.ExchangeSharp -Version 1.2.1`][nuget]
122122

123123
### Examples
124124

src/ExchangeSharp/ExchangeSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Product>IPBan</Product>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
<PackageTags>C# crypto cryptocurrency trade trader exchange sharp socket web socket websocket signalr secure API Binance BitMEX Bitfinex Bithumb Bitstamp Bittrex BL3P Bleutrade BTSE Cryptopia Coinbase GDAX Digifinex Gemini Gitbtc Huobi Kraken Kucoin Livecoin NDAX OKCoin OKEx Poloniex TuxExchange Yobit ZBcom</PackageTags>
22-
<VersionPrefix>1.2.0</VersionPrefix>
22+
<VersionPrefix>1.2.1</VersionPrefix>
2323
<RepositoryUrl>https://github.com/DigitalRuby/ExchangeSharp</RepositoryUrl>
2424
<RepositoryType>git</RepositoryType>
2525
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/ExchangeSharpConsole/ExchangeSharpConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<AssemblyName>exchange-sharp</AssemblyName>
66
<TargetFramework>net9.0</TargetFramework>
77
<NeutralLanguage>en</NeutralLanguage>
8-
<AssemblyVersion>1.2.0</AssemblyVersion>
9-
<FileVersion>1.2.0</FileVersion>
8+
<AssemblyVersion>1.2.1</AssemblyVersion>
9+
<FileVersion>1.2.1</FileVersion>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/ExchangeSharpTests/ExchangeSharpTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<NeutralLanguage>en</NeutralLanguage>
7-
<AssemblyVersion>1.2.0</AssemblyVersion>
8-
<FileVersion>1.2.0</FileVersion>
7+
<AssemblyVersion>1.2.1</AssemblyVersion>
8+
<FileVersion>1.2.1</FileVersion>
99
<NoWin32Manifest>true</NoWin32Manifest>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)