Skip to content

Commit 284f2e2

Browse files
committed
更改解决方案名称
1 parent 2a51e2f commit 284f2e2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: microsoft/setup-msbuild@v2
1818

1919
- name: Restore NuGet packages
20-
run: nuget restore RandomCall-NET.sln
20+
run: nuget restore RandomCall.sln
2121

2222
- name: Build with MSBuild
23-
run: msbuild RandomCall-NET.sln /p:Configuration=Release
23+
run: msbuild RandomCall.sln /p:Configuration=Release
2424

2525
- name: Upload .exe artifact
2626
uses: actions/upload-artifact@v4

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<img src="https://github.com/user-attachments/assets/43b3bb7e-5dd7-45cf-993c-e968d9051d51" height="114px">
44

55
# RandomCall
6-
![GitHub repo size](https://img.shields.io/github/repo-size/Meltide/RandomCall-NET)
7-
![GitHub Repo stars](https://img.shields.io/github/stars/Meltide/RandomCall-NET?style=flat)
8-
![GitHub branch status](https://img.shields.io/github/checks-status/Meltide/RandomCall-NET/main)
9-
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/Meltide/RandomCall-NET)
10-
![GitHub last commit](https://img.shields.io/github/last-commit/Meltide/RandomCall-NET)
11-
![GitHub Created At](https://img.shields.io/github/created-at/Meltide/RandomCall-NET)
6+
![GitHub repo size](https://img.shields.io/github/repo-size/Meltide/RandomCall)
7+
![GitHub Repo stars](https://img.shields.io/github/stars/Meltide/RandomCall?style=flat)
8+
![GitHub branch status](https://img.shields.io/github/checks-status/Meltide/RandomCall/main)
9+
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/Meltide/RandomCall)
10+
![GitHub last commit](https://img.shields.io/github/last-commit/Meltide/RandomCall)
11+
![GitHub Created At](https://img.shields.io/github/created-at/Meltide/RandomCall)
1212

1313
简易的.NET随机点名器
1414

File renamed without changes.

0 commit comments

Comments
 (0)