Skip to content

Commit 11e2e17

Browse files
author
Konstantin Ivaschenko
committed
bump version
1 parent 5b1084e commit 11e2e17

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
<!-- Versioning -->
2828
<!-- Assembly version (System.Reflection.Assembly.GetExecutingAssembly()) -->
29-
<AssemblyVersion>2.8.0</AssemblyVersion>
29+
<AssemblyVersion>2.8.1</AssemblyVersion>
3030
<!-- File (dll) version -->
31-
<FileVersion>2.8.0.0</FileVersion>
31+
<FileVersion>2.8.1.0</FileVersion>
3232
<!-- NuGet (product) version -->
33-
<Version>2.8.0</Version>
33+
<Version>2.8.1</Version>
3434
</PropertyGroup>
3535

3636
<ItemGroup Label="PackageIcon">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the [Overview](#overview) section.<br>
1717
![Platform](https://img.shields.io/badge/platform-win--x64%20%7C%20linux--x64%20%7C%20osx--x64%20%7C%20osx--arm64-lightgrey)
1818
[![NET](https://img.shields.io/badge/.NET_version-netstandard2.0%20%7C%20net6.0%20%7C%20net7.0%20%7C%20net8.0%20%7C%20net9.0-blueviolet)](https://dotnet.microsoft.com/en-us/)
1919
[![Release](https://img.shields.io/github/v/release/dxFeed/dxfeed-graal-net-api)](https://github.com/dxFeed/dxfeed-graal-net-api/releases/latest)
20-
[![Nuget](https://img.shields.io/badge/nuget-2.8.0-blue)](https://www.nuget.org/packages/DxFeed.Graal.Net/)
20+
[![Nuget](https://img.shields.io/badge/nuget-2.8.1-blue)](https://www.nuget.org/packages/DxFeed.Graal.Net/)
2121
[![License](https://img.shields.io/badge/license-MPL--2.0-orange)](https://github.com/dxFeed/dxfeed-graal-net-api/blob/master/LICENSE)
2222

2323
## Table of Contents

ReleaseNotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 2.8.1
2+
3+
[MDAPI-383] Migration of NuGet packages from JFrog to NuGet.org
4+
15
## Version 2.8.0
26

37
* [MDAPI-313] [.NET] Implement ORCS API.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
2.8.1

0 commit comments

Comments
 (0)