Net8 #89

Merged
kdeng00 merged 9 commits from net8 into master 2024-06-15 12:17:12 -04:00
kdeng00 commented 2024-06-12 20:15:30 -04:00 (Migrated from github.com)

Migrating over to .NET 8 and making some changes. This project will be focusing on lossless media files. For now, I'm going to support .wav files, but .flac might be the one to support at a later point.

Changes

  • .wav audio file support added
  • Migration to .NET 8
  • Fixing song deletion bug with endpoint DELETE /api/v1/song/data/delete/{id}
  • Clean up

Features removed

  • .mp3 audio file support is not longer supported
Migrating over to .NET 8 and making some changes. This project will be focusing on lossless media files. For now, I'm going to support `.wav` files, but `.flac` might be the one to support at a later point. ## Changes * `.wav` audio file support added * Migration to .NET 8 * Fixing song deletion bug with endpoint `DELETE /api/v1/song/data/delete/{id}` * Clean up ## Features removed * `.mp3` audio file support is not longer supported
Sign in to join this conversation.