Skip to content

Commit

Permalink
Version 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsm committed May 27, 2020
1 parent 8c2e9a4 commit ff0e53c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Build/Millistream.Streaming/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
variables:
major: 1
minor: 1
patch: $[counter('v111', 1)]
patch: $[counter('v112', 3)]
steps:
- task: DotNetCoreCLI@2
displayName: 'Restore NuGet Packages and Build Solution For All TargetFrameworks'
Expand Down
10 changes: 5 additions & 5 deletions Source/Millistream.Streaming/Millistream.Streaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
<Authors>mgnsm</Authors>
<Description>An unofficial .NET Standard wrapper for Millistream's low-latency, high-throughput and high-availability C/C++ streaming API that can be used to subscribe to streaming real-time or delayed financial data.</Description>
<PackageProjectUrl>http://github.com/mgnsm/Millistream.NET</PackageProjectUrl>
<RepositoryUrl>http://github.com/mgnsm/Millistream.NET</RepositoryUrl>
<Description>An unofficial .NET wrapper for Millistream's low-latency, high-throughput and high-availability C/C++ streaming API that can be used to subscribe to streaming real-time or delayed financial data.</Description>
<PackageProjectUrl>https://github.com/mgnsm/Millistream.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/mgnsm/Millistream.NET</RepositoryUrl>
<Product>Millistream Market Data Feed (MDF)</Product>
<Title>Millistream Streaming API</Title>
<PackageTags>fintech;streaming;.net;real-time;C#</PackageTags>
<Copyright>Copyright 2018-2019 mgnsm</Copyright>
<Copyright>Copyright 2018-2020 mgnsm</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<PackageReleaseNotes>Added macOS support and some new fields and message references.</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/mgnsm/Millistream.NET/releases</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
Expand Down

0 comments on commit ff0e53c

Please sign in to comment.