Skip to content

Commit 1b32634

Browse files
carlbennettclaude
andcommitted
Rename workflow and update .NET Core references to .NET 10.0
- Rename dotnet-core.yml to dotnet.yml - Update workflow name from ".NET Core" to ".NET" - Fix README CI badge to use new shields.io workflow endpoint - Update README text: .NET Core 3.1 -> .NET 10.0, VS 2019 -> VS 2022 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 40a0084 commit 1b32634

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
22

33
on:
44
push:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88

99
[![GitHub top language](https://img.shields.io/github/languages/top/BNETDocs/MBNCSUtil?style=for-the-badge)](https://github.com/BNETDocs/MBNCSUtil/search?l=c%23)
1010
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/BNETDocs/MBNCSUtil?style=for-the-badge)
11-
[![GitHub Workflow Status (develop)](https://img.shields.io/github/workflow/status/BNETDocs/MBNCSUtil/.NET%20Core/develop?style=for-the-badge)](https://github.com/BNETDocs/MBNCSUtil/actions?query=workflow%3A%22.NET%20Core%22)
11+
[![GitHub Workflow Status (develop)](https://img.shields.io/github/actions/workflow/status/BNETDocs/MBNCSUtil/dotnet.yml?branch=develop&style=for-the-badge)](https://github.com/BNETDocs/MBNCSUtil/actions/workflows/dotnet.yml)
1212

1313
[![GitHub All Releases](https://img.shields.io/github/downloads/BNETDocs/MBNCSUtil/total?style=for-the-badge)](https://github.com/BNETDocs/MBNCSUtil/releases/latest)
1414
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/BNETDocs/MBNCSUtil?include_prereleases&label=latest%20release&style=for-the-badge)](https://github.com/BNETDocs/MBNCSUtil/releases/latest)
1515

1616
## Authors
1717

1818
* Originally written by: [@robpaveza](https://github.com/robpaveza) a.k.a. MyndFyre, adapted from original [BNCSUtil](https://github.com/BNETDocs/bncsutil) source code at request of its author.
19-
* Adapted to .NET Core 3.1 by: [@carlbennett](https://github.com/carlbennett) a.k.a. Caaaaarrrrlll, [@wjlafrance](https://github.com/wjlafrance) a.k.a. joe)x86(
19+
* Adapted to .NET by: [@carlbennett](https://github.com/carlbennett) a.k.a. Caaaaarrrrlll, [@wjlafrance](https://github.com/wjlafrance) a.k.a. joe)x86(
2020
* Special thanks to: [BNETDocs](https://bnetdocs.org)
2121
* Honorable mention to: Valhalla Legends (a.k.a. vL), x86
2222

2323
## Setup
2424

2525
### Requirements
2626

27-
MBNCSUtil is built on the .NET Core 3.1 platform. Linux users may wish to install the Mono package which provides a `dotnet` commandline.
27+
MBNCSUtil is built on the .NET 10.0 platform. Linux users may wish to install the .NET SDK package which provides a `dotnet` commandline.
2828

2929
### Download
3030

@@ -34,7 +34,7 @@ Go to [Releases](https://github.com/BNETDocs/MBNCSUtil/releases/latest) and down
3434

3535
#### Windows
3636

37-
Users on the Windows platform must install Microsoft Visual Studio 2019 (or equivalent) which provides .NET Core 3.1 development SDK.
37+
Users on the Windows platform must install Microsoft Visual Studio 2022 (or equivalent) which provides .NET 10.0 development SDK.
3838

3939
#### Linux
4040

0 commit comments

Comments
 (0)