diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9e216e..3354d7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100 + dotnet-version: 8.0.* - name: Install dependencies run: dotnet restore - name: Build diff --git a/.idea/.idea.MusicSharp/.idea/indexLayout.xml b/.idea/.idea.MusicSharp/.idea/indexLayout.xml index 7b08163..323a9b7 100644 --- a/.idea/.idea.MusicSharp/.idea/indexLayout.xml +++ b/.idea/.idea.MusicSharp/.idea/indexLayout.xml @@ -1,7 +1,9 @@ - + + . + diff --git a/README.md b/README.md index 092c819..e8f6439 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MusicSharp [![.NET](https://github.com/markjamesm/Baseball-Sharp/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/markjamesm/MusicSharp/actions) [![C#](https://img.shields.io/badge/Language-CSharp-darkgreen.svg)](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) [![License](https://img.shields.io/badge/License-GPL-orange.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) -MusicSharp is a cross-platform Terminal User Interface (TUI) music player written in C# (.NET 6) with the goal of being minimalistic and light on resources. +MusicSharp is a cross-platform Terminal User Interface (TUI) music player written in C# (.NET 8) with the goal of being minimalistic and light on resources. Currently in beta, MusicSharp makes use of the [NAudio](https://github.com/naudio/NAudio) and [Terminal.Gui](https://github.com/migueldeicaza/gui.cs) libraries. A project build log can be [found here](https://markjames.dev/blog/developing-a-cli-music-player-csharp/)