Skip to content

Commit a067907

Browse files
author
Serha
committed
Release v5.1.1: Fix README badges in NuGet package
1 parent 9758047 commit a067907

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# databento-dotnet
22

3-
[![NuGet](https://img.shields.io/badge/NuGet-v5.1.0-blue)](https://www.nuget.org/packages/Databento.Client)
3+
[![NuGet](https://img.shields.io/badge/NuGet-v5.1.1-blue)](https://www.nuget.org/packages/Databento.Client)
44
[![Downloads](https://img.shields.io/badge/Downloads-12K-blue)](https://www.nuget.org/packages/Databento.Client)
55
[![.NET](https://img.shields.io/badge/.NET-8.0%20%7C%209.0-purple)](https://dotnet.microsoft.com/)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

Readme_For_Coding_Agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **For AI coding agents**: This document is optimized for programmatic consumption by agentic code tools (Claude Code CLI, Cursor, GitHub Copilot Workspace, etc.). Use this as your primary reference when working with the Databento.Client library.
44
5-
**Library**: `Databento.Client` v5.1.0
5+
**Library**: `Databento.Client` v5.1.1
66
**Package**: `dotnet add package Databento.Client`
77
**Runtime**: .NET 8.0 / 9.0
88
**Platforms**: Windows x64 (NuGet) | Linux/macOS (build from source)

src/Databento.Client/Databento.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Package Information -->
1111
<PackageId>Databento.Client</PackageId>
12-
<Version>5.1.0</Version>
12+
<Version>5.1.1</Version>
1313
<Authors>Alparse</Authors>
1414
<Company>Databento</Company>
1515
<Product>databento-dotnet</Product>
@@ -20,7 +20,7 @@
2020
<RepositoryType>git</RepositoryType>
2121
<PackageProjectUrl>https://github.com/Alparse/databento-dotnet</PackageProjectUrl>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
23-
<PackageReleaseNotes>v5.1.0: Fix SecurityMasterRecord JSON deserialization - LotSize, VotePerSec now decimal?, SharesOutstanding and SharesOutstandingDate now string? to match API</PackageReleaseNotes>
23+
<PackageReleaseNotes>v5.1.1: Fix SecurityMasterRecord JSON deserialization - LotSize, VotePerSec now decimal?, SharesOutstanding and SharesOutstandingDate now string? to match API</PackageReleaseNotes>
2424
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2525

2626
<!-- XML Documentation -->

0 commit comments

Comments
 (0)