Skip to content

Commit 93db390

Browse files
authored
Merge pull request #48 from dotnet-campus/t/lindexi/Docs
修复文档图标
2 parents 17bd0f7 + e4eeb59 commit 93db390

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml renamed to .github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core
1+
name: .NET Build
22

33
on: [push]
44

.github/workflows/nuget-tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish nuget
1+
name: NuGet Package
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DotNetCampus.CommandLine
22

3-
![Build](https://github.com/dotnet-campus/DotNetCampus.CommandLine/workflows/.NET%20Build/badge.svg) ![NuGet Package](https://github.com/dotnet-campus/DotNetCampus.CommandLine/workflows/NuGet%20Publish/badge.svg) [![dotnetCampus.CommandLine](https://img.shields.io/nuget/v/dotnetCampus.CommandLine)](https://www.nuget.org/packages/dotnetCampus.CommandLine/) [![dotnetCampus.CommandLine.Source](https://img.shields.io/nuget/v/dotnetCampus.CommandLine.Source)](https://www.nuget.org/packages/dotnetCampus.CommandLine.Source/)
3+
![Build](https://github.com/dotnet-campus/DotNetCampus.CommandLine/actions/workflows/dotnet-build.yml/badge.svg) ![NuGet Package](https://github.com/dotnet-campus/DotNetCampus.CommandLine/actions/workflows/nuget-tag-publish.yml/badge.svg) [![dotnetCampus.CommandLine](https://img.shields.io/nuget/v/DotNetCampus.CommandLine.svg?label=DotnetCampus.CommandLine)](https://www.nuget.org/packages/DotnetCampus.CommandLine/) [![dotnetCampus.CommandLine.Source](https://img.shields.io/nuget/v/DotnetCampus.CommandLine.Source?label=DotnetCampus.CommandLine.Source)](https://www.nuget.org/packages/DotnetCampus.CommandLine.Source/)
44

55
| [English][en] | [简体中文][zh-hans] | [繁體中文][zh-hant] |
66
| ------------- | ------------------- | ------------------- |

0 commit comments

Comments
 (0)