chore: update versions for release 0.1.0 and development of 0.2.0 (#289)

* docs: update version 0.1.0

* chore: update versions for development of 0.2.0
This commit is contained in:
James Yeung 2020-07-01 10:24:37 +08:00 committed by GitHub
parent ed33317c9e
commit 781c7c09e5
5 changed files with 11 additions and 13 deletions

View File

@ -1,7 +1,7 @@
name: Publish Docs
env:
Version: 0.1.0
Version: 0.2.0
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
on:

View File

@ -57,8 +57,8 @@ WebAssembly 静态托管页面示例
## 💿 当前版本
- 开发构建 [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 0.1.0:基本实现组件后发布。
- 正式发布 [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 开发构建: [![AntDesign](https://img.shields.io/nuget/vpre/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
## 🎨 设计规范
@ -78,7 +78,7 @@ WebAssembly 静态托管页面示例
```bash
$ cd MyAntDesignApp
$ dotnet add package AntDesign --version 0.1.0-*
$ dotnet add package AntDesign --version
```
- 在项目中注册:

View File

@ -57,9 +57,8 @@ WebAssembly static hosting examples:
## 💿 Current Version
- Development: [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 0.1.0will be released after basic implementation of components
- Release: [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- Development: [![AntDesign](https://img.shields.io/nuget/vpre/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
## 🎨 Design Specification
@ -79,7 +78,7 @@ Regularly synchronize with Official Ant Design specifications, you can check the
```bash
$ cd MyAntDesignApp
$ dotnet add package AntDesign --version 0.1.0-*
$ dotnet add package AntDesign
```
- Register the services

View File

@ -57,9 +57,8 @@ WebAssembly static hosting examples:
## 💿 Current Version
- Development: [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 0.1.0will be released after basic implementation of components
- Release: [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- Development: [![AntDesign](https://img.shields.io/nuget/vpre/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
## 🎨 Design Specification

View File

@ -54,9 +54,9 @@ title: Ant Design of Blazor
## 💿 当前版本
- 开发构建: [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 正式发布: [![AntDesign](https://img.shields.io/nuget/v/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 开发构建: [![AntDesign](https://img.shields.io/nuget/vpre/AntDesign.svg?color=red&style=flat-square)](https://www.nuget.org/packages/AntDesign/)
- 0.1.0:基本实现组件后发布
## 🎨 设计规范