netstandard2 extendable lib model, basic rest (#793)

* 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
This commit is contained in:
Boshi Lian
2022-03-23 16:25:20 -07:00
committed by GitHub
parent 0f09a330bc
commit 8e8619130a
65 changed files with 333 additions and 895 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using k8s;
using k8s.Models;