Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Ivaschenko committed Dec 4, 2023
1 parent 3839b10 commit a8bb614
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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>1.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<!-- File (dll) version -->
<FileVersion>1.0.0.0</FileVersion>
<FileVersion>1.1.0.0</FileVersion>
<!-- NuGet (product) version -->
<Version>1.0.0</Version>
<Version>1.1.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-1.0.0-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/dxfeed/graal-net/)
[![Nuget](https://img.shields.io/badge/nuget-1.1.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
2 changes: 2 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Version 1.1.0

* Add qds-tools
* Add force-stream options for tools
* Fix sample for dxLink in Readme
Expand Down
1 change: 1 addition & 0 deletions bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sed -i "" "/<FileVersion>/s/>.*</>""$1"".0</" Directory.Build.props
sed -i "" "/<Version>/s/>.*</>""$1""</" Directory.Build.props
sed -i "" "s/nuget-.*-blue/nuget-""$1""-blue/g" README.md
echo "$1" > version.txt
printf %"s\n\n" "## Version $1" | cat - ReleaseNotes.txt > temp && mv temp ReleaseNotes.txt
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit a8bb614

Please sign in to comment.