Skip to content

Commit

Permalink
Remove beta status from version number - ready for normal version tra…
Browse files Browse the repository at this point in the history
…cking.
  • Loading branch information
OlegRa committed Aug 1, 2018
1 parent a3476d5 commit c661849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Alpaca.Markets/Alpaca.Markets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-beta</Version>
<Version>1.0.0</Version>
<RepositoryUrl>https://github.com/alpacahq/alpaca-trade-api-csharp</RepositoryUrl>
<PackageProjectUrl>https://alpaca.markets/</PackageProjectUrl>
<Copyright>© 2018 Alpaca Securities LLC. All rights reserved.</Copyright>
Expand All @@ -14,6 +14,7 @@
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Alpaca.Markets.pfx</AssemblyOriginatorKeyFile>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .NET SDK for Alpaca Markets API
## .NET Core Usage Example
1. Create new console application using command `dotnet new console` in new empty folder.
2. Add reference for Alpaca .NET SDK using `dotnet add package Alpaca.Markets --version 1.0.0-beta` command.
2. Add reference for Alpaca .NET SDK using `dotnet add package Alpaca.Markets` command.
3. Change `Main` method in auto-generated `Programm.cs` file using next code snippet:
```cs
var client = new Alpaca.Markets.RestClient(
Expand Down

0 comments on commit c661849

Please sign in to comment.