We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c2516 commit 75d0b94Copy full SHA for 75d0b94
1 file changed
README.md
@@ -159,23 +159,3 @@ COPY --from=docker.io/your-grpc-build-image /out/libgrpc_csharp_ext.so /app/libg
159
```
160
161
ref: https://github.com/grpc/grpc/issues/21446
162
-
163
-## Version History
164
165
-- 1.1.7
166
- - Updated readme with info about running in alpine linux docker container
167
-- 1.1.6
168
- - Downgraded Microsoft.Extension packages from 6.0.0 to 3.1.0
169
-- 1.1.5
170
- - Back to .NET Standard 2.1
171
-- 1.1.4
172
- - Added more logging
173
- - Skipping unretrievalable secrets
174
-- 1.1.3
175
- - Updated nuget packages
176
-- 1.1.2
177
- - Fix github action to extract version from `PackageVersion` instead of `Version`
178
-- 1.1.0
179
- - Migrated from .NET Standard 2.1 to .NET 6
180
-- 1.0.1-alpha
181
- - Initial Release
0 commit comments