File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<!-- Versioning -->
27
27
<!-- Assembly version (System.Reflection.Assembly.GetExecutingAssembly()) -->
28
- <AssemblyVersion >2.4.1 </AssemblyVersion >
28
+ <AssemblyVersion >2.5.0 </AssemblyVersion >
29
29
<!-- File (dll) version -->
30
- <FileVersion >2.4.1 .0</FileVersion >
30
+ <FileVersion >2.5.0 .0</FileVersion >
31
31
<!-- NuGet (product) version -->
32
- <Version >2.4.1 </Version >
32
+ <Version >2.5.0 </Version >
33
33
</PropertyGroup >
34
34
35
35
<ItemGroup Label =" PackageIcon" >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ the [Overview](#overview) section.<br>
17
17
![ Platform] ( https://img.shields.io/badge/platform-win--x64%20%7C%20linux--x64%20%7C%20osx--x64%20%7C%20osx--arm64-lightgrey )
18
18
[ ![ 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/ )
19
19
[ ![ 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/ )
21
21
[ ![ License] ( https://img.shields.io/badge/license-MPL--2.0-orange )] ( https://github.com/dxFeed/dxfeed-graal-net-api/blob/master/LICENSE )
22
22
23
23
## Table of Contents
Original file line number Diff line number Diff line change
1
+ ## Version 2.5.0
2
+
1
3
* [MDAPI-121] [.NET] Publish samples with the release
2
4
* [MDAPI-123] [.NET] Add the ability to set Java System Properties
3
5
- Now any Java Properties can be set either through setting environment variables
Original file line number Diff line number Diff line change 1
- 2.4.1
1
+ 2.5.0
You can’t perform that action at this time.
0 commit comments