diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9879cee..9ce6d1d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -8,11 +8,11 @@ on: branches: [ "main" ] env: - VERSION: 1.0.1 + VERSION: 2.0.0 BUILD_NUMBER: ${{ github.run_number }} PROJECT_PATH: "FixDemoVoiceChat.csproj" PROJECT_NAME: "FixDemoVoiceChat" - OUTPUT_PATH: "./Release" + OUTPUT_PATH: "./FixDemoVoiceChat" jobs: @@ -27,7 +27,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore @@ -48,4 +48,4 @@ jobs: name: "Version ${{ env.VERSION }}.${{ env.BUILD_NUMBER }}" tag: "v${{ env.VERSION }}.${{ env.BUILD_NUMBER }}" body: | - Place the plugin in game/csgo/addons/counterstrikesharp/plugins/FixDemoVoiceChat \ No newline at end of file + Place the FixDemoVoiceChat folder in game/csgo/addons/counterstrikesharp/plugins/ \ No newline at end of file diff --git a/FixDemoVoiceChat.cs b/FixDemoVoiceChat.cs index a355972..af6af20 100644 --- a/FixDemoVoiceChat.cs +++ b/FixDemoVoiceChat.cs @@ -6,7 +6,7 @@ public class FixDemoVoiceChat : BasePlugin { public override string ModuleName => "Fix Voice Chat in Demo Recordings"; public override string ModuleAuthor => "BOINK"; - public override string ModuleVersion => "1.0.1"; + public override string ModuleVersion => "2.0.0"; public override void Load(bool hotReload) { diff --git a/FixDemoVoiceChat.csproj b/FixDemoVoiceChat.csproj index 48bd3b3..63375ae 100644 --- a/FixDemoVoiceChat.csproj +++ b/FixDemoVoiceChat.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 enable enable - +