Skip to content

Commit 2a4fc5b

Browse files
committed
Incremented the version to 1.0.21.
1 parent 86abc51 commit 2a4fc5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The .NET SDK for Barchart Openfeed is a library that can be used to subscribe to
44

55
## Obtaining the Library
66

7-
The easiest way to get started is to add the openfeed.net package from [NuGet](https://www.nuget.org/packages/openfeed.net/). The latest version is 1.0.20.
7+
The easiest way to get started is to add the openfeed.net package from [NuGet](https://www.nuget.org/packages/openfeed.net/). The latest version is 1.0.21.
88

99
## This Repository
1010

@@ -22,7 +22,7 @@ To update the protobuf auto-generated files, follow the steps:
2222

2323
1. Download the latest protoc executable from [here](https://github.com/protocolbuffers/protobuf/releases).
2424
2. Update to the latest [proto](https://github.com/openfeed-org/proto) repository changes.
25-
3. Run the following command: ```protoc.exe *.proto --csharp_out=<out-dir-name>```
25+
3. Run the following command: `protoc.exe *.proto --csharp_out=<out-dir-name>`
2626

2727
## User Guide
2828

src/Org.Openfeed.Client/Org.Openfeed.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<LangVersion>9.0</LangVersion>
77
<Nullable>enable</Nullable>
8-
<Version>1.0.20</Version>
8+
<Version>1.0.21</Version>
99
<PackageId>openfeed.net</PackageId>
1010
<Authors>Barchart.com, Inc.</Authors>
1111
<Product>openfeed.net</Product>

0 commit comments

Comments
 (0)