Skip to content

Commit f7d8241

Browse files
committed
Bump version to 3.1.0
1 parent 2d4b064 commit f7d8241

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.1.0
4+
- Add NET 8 targets
5+
- Fix an extraneous error when the pipe is closed ([#65](https://github.com/cyanfish/grpc-dotnet-namedpipes/pull/65))
6+
- Update dependency versions
7+
38
## 3.0.0
49
- Potential breaking changes:
510
- Async calls are now fully async (they used to block until the pipe was connected)

GrpcDotNetNamedPipes/GrpcDotNetNamedPipes.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<LangVersion>13</LangVersion>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77

8-
<Version>3.0.0</Version>
9-
<PackageVersion>3.0.0</PackageVersion>
8+
<Version>3.1.0</Version>
9+
<PackageVersion>3.1.0</PackageVersion>
1010
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1111

1212
<Authors>Ben Olden-Cooligan</Authors>

0 commit comments

Comments
 (0)