* swagger 1.24
* trim converter
* api group
* before moving method
* grouped api for client
* fix classic build
* fix e2e
* move all code to v8
* fix vis to
* bump ver
* fix authtest filename
* support gh nuget (#11)
* trim to fit net48
* add net48 support
* add very test framework
* add test body
* Revert "support gh nuget (#11)"
This reverts commit 5cdaf59690170be44e4554485fb2e89785a6a1cf.
* first lib model
* add missing files
* happy test
* add vanilla rest for extend
* fix new url pattern
* address comments
* add v to tag
* bump ver
* add missing file when ren
* support multi pkg
* fix gh action
* fix env var
* ren title
* use gh action to set ver
* remove unused
* remove unused
* CA1823 Avoid unused private fields
* CA1847 Use string.Contains(char) instead of string.Contains(string) with single characters
* IDE0005 Remove unnecessary import
* IDE0051 Private member is unused
* IDE0052 Private member is unread
* Avoid calling _httpResponse.Content.ReadAsStringAsync() and deserialize from the content stream
Made a change to avoid calling _httpResponse.Content.ReadAsStringAsync() and deserialize from the content stream, which significantly reduced memory utilization.
Created Kubernetes.cs file and moved constructors and couple methods from the Kubernetes.cs.template to the Kubernetes.cs
Generated Kubernetes.cs will be in a separate commit.
* Separate commit for generated Kubernetes.cs