Skip to content

Commit

Permalink
Prepare for Extensions.Rpc 1.0.0 release (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Sep 19, 2023
1 parent fec76f4 commit b5f074b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions extensions/Worker.Extensions.Rpc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.0-preview2
### Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.0

- Replace auto-registration via `WorkerRpcStartup` with manual call `RpcServiceCollectionExtensions.AddWorkerRpc`
- Initial public release
- Adds API for getting a `CallInvoker` pre-configured for communication with Functions host.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RootNamespace>Microsoft.Azure.Functions.Worker.Extensions.Rpc</RootNamespace>
<Description>Contains types to facilitate RPC communication between a worker extension and the functions host.</Description>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>-preview2</VersionSuffix>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit b5f074b

Please sign in to comment.