0.2.0
What's Changed
- Add full support for implementing Protobuf services with IceRPC: see https://docs.icerpc.dev/protobuf and https://github.com/icerpc/icerpc-csharp/tree/0.2.x/examples/protobuf
- Upgrade to .NET 8.0
- Slice
- The
[SliceService]
attribute replaces theIceRpc.Slice.Service
base class. See https://docs.icerpc.dev/slice2/language-guide/interface#i-service - Proxies are no longer Slice types: see icerpc/slicec#673 and https://docs.icerpc.dev/slice2/language-guide/using-proxies-as-slice-types
- The
Full Changelog: v0.1.2...v0.2.0