We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4b064 commit f7d8241Copy full SHA for f7d8241
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 3.0.0
9
- Potential breaking changes:
10
- Async calls are now fully async (they used to block until the pipe was connected)
GrpcDotNetNamedPipes/GrpcDotNetNamedPipes.csproj
@@ -5,8 +5,8 @@
<LangVersion>13</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
- <Version>3.0.0</Version>
- <PackageVersion>3.0.0</PackageVersion>
+ <Version>3.1.0</Version>
+ <PackageVersion>3.1.0</PackageVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
11
12
<Authors>Ben Olden-Cooligan</Authors>
0 commit comments