Skip to content

Commit

Permalink
Release prep 2.0.0-alpha.5 (#163)
Browse files Browse the repository at this point in the history
* Release prep 2.0.0-alpha.5

* Initial Object Store implementation (#150)
* TLS first connection (#156)
* Consume clean exit fixes (#161)
* Add NatsMemoryOwner (#162)

* Pack object store
  • Loading branch information
mtmk authored Oct 20, 2023
1 parent 005f209 commit 07ef3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- NuGet Packaging -->
<PackageTags>pubsub;messaging</PackageTags>
<Description>JetStream Object Store support for NATS.Client.</Description>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha.4
2.0.0-alpha.5

0 comments on commit 07ef3bd

Please sign in to comment.