Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Ivaschenko committed Nov 30, 2023
1 parent 12c823e commit ee175c1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

<!-- Versioning -->
<!-- Assembly version (System.Reflection.Assembly.GetExecutingAssembly()) -->
<AssemblyVersion>0.8.0</AssemblyVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<!-- File (dll) version -->
<FileVersion>0.8.0.0</FileVersion>
<FileVersion>1.0.0.0</FileVersion>
<!-- NuGet (product) version -->
<Version>0.8.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup Label="PackageIcon">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the [Overview](#overview) section.<br>
![Platform](https://img.shields.io/badge/platform-win--x64%20%7C%20linux--x64%20%7C%20osx--x64%20%7C%20osx--arm64-lightgrey)
[![NET](https://img.shields.io/badge/.NET_version-net6.0%20%7C%20net7.0%20%7C%20net8.0-blueviolet)](https://dotnet.microsoft.com/en-us/)
[![Release](https://img.shields.io/github/v/release/dxFeed/dxfeed-graal-net-api)](https://github.com/dxFeed/dxfeed-graal-net-api/releases/latest)
[![Nuget](https://img.shields.io/badge/nuget-0.8.0-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/dxfeed/graal-net/)
[![Nuget](https://img.shields.io/badge/nuget-1.0.0-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/dxfeed/graal-net/)
[![License](https://img.shields.io/badge/license-MPL--2.0-orange)](https://github.com/dxFeed/dxfeed-graal-net-api/blob/master/LICENSE)

## Table of Contents
Expand Down
30 changes: 22 additions & 8 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
## Version 1.0.0

* Reduce memory consumption
* Improve performance
* Fix token-based authorization in dxLink
* Bump DxFeed.Graal.Native.SDK

## Version 0.8.0

* Update README.MD
* Add dependencies and third party license
* Fix DocFX template

## Version 0.7.0

* Change lifetime management for objects created by GraalVM
* Add builds for net7.0 and net8.0

## Version 0.6.0
* Feature: Add IpfConnection

* Bump DxFeed.Graal.Native.SDK
* Add IpfConnection

## Version 0.5.0

## What's Changed
* Feature: Add IpfProfileReader
* Add InstrumentProfileReader

## Version 0.4.0

## What's Changed
* Fix: Readme and docs

## Version 0.3.0

## What's Changed
* Feature: Add Help Tool
* Feature: Add Help articles
* Feature: Add LatencyTest tool
Expand All @@ -23,15 +40,13 @@

## Version 0.2.1

## What's Changed
* Feature: Add CodeQL analysis CI/CD step
* Feature: Add DocFX generation
* Fix: Update readme
* Feature: Add docs (available at https://dxfeed.github.io/dxfeed-graal-net-api/)

## Version 0.2.0

## What's Changed
* Feature: Bump DxFeed.Graal.Native version to 0.3.3
* Feature: Bump QD version to 3.316
* Refactor: Rework event mappers (now we can convert to/from native)
Expand All @@ -55,7 +70,6 @@

## Version 0.1.0

## What's Changed
* Feature: Add new events type (Candle, Profile, Summary, Greeks, Series, TheoPrice, Underlying)
* Fix: Implement safe dispose for the DxEdnpoint
* Fix: Complete to-do tasks in the Utils namespace
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
1.0.0

0 comments on commit ee175c1

Please sign in to comment.