Skip to content

Commit 139a41c

Browse files
author
Konstantin Ivaschenko
committed
bump version
1 parent c4f1856 commit 139a41c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Directory.Build.props

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

2626
<!-- Versioning -->
2727
<!-- Assembly version (System.Reflection.Assembly.GetExecutingAssembly()) -->
28-
<AssemblyVersion>2.4.1</AssemblyVersion>
28+
<AssemblyVersion>2.5.0</AssemblyVersion>
2929
<!-- File (dll) version -->
30-
<FileVersion>2.4.1.0</FileVersion>
30+
<FileVersion>2.5.0.0</FileVersion>
3131
<!-- NuGet (product) version -->
32-
<Version>2.4.1</Version>
32+
<Version>2.5.0</Version>
3333
</PropertyGroup>
3434

3535
<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-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.4.1-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/dxfeed/graal-net/)
20+
[![Nuget](https://img.shields.io/badge/nuget-2.5.0-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Version 2.5.0
2+
13
* [MDAPI-121] [.NET] Publish samples with the release
24
* [MDAPI-123] [.NET] Add the ability to set Java System Properties
35
- Now any Java Properties can be set either through setting environment variables

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.5.0

0 commit comments

Comments
 (0)