You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set version info using info from the package context (#66)
Motivation:
The version for the package included in protoc-gen-grpc-swift is updated
manually and is currently incorrect. We can get the appropriate
information from the context provided by SwiftPM.
Modifications:
- Add a C shim module which provides a version string from the package
context
Result:
- Version string is kept up-to-date
- Resolves#60
0 commit comments