Skip to content

Commit

Permalink
1.0.0: The first stable version, all essential functionality is battl…
Browse files Browse the repository at this point in the history
…e-tested by users over the past year.
  • Loading branch information
buybackoff committed May 16, 2019
1 parent 11cb7e1 commit 019e2fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.0.0 - May 16 2019
* Updates & bug fixes from all commits since the last version.
* Added netstandard2.0 target.
* The first stable version, all essential functionality is battle-tested by users over the past year.

#### 1.0.0-beta1 - July 10 2017
* Update NuGet. Minor changes and some new functions (e.g. GetTradesAccounts).

Expand Down
2 changes: 1 addition & 1 deletion src/QuikSharp/QuikSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc1</VersionSuffix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<PackageTags>QUIKSharp</PackageTags>
<Product>QUIKSharp</Product>
Expand Down

0 comments on commit 019e2fa

Please sign in to comment.