diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9d45fc..f5d73a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Build project run: dotnet build -c Release - name: Test project @@ -96,7 +96,7 @@ jobs: xpath: "//PackageVersion" - name: Create NuGet Package - run: dotnet pack -c Release + run: dotnet pack -c Release Raylib-cs - name: Upload NuGet Package As Artifact uses: actions/upload-artifact@v2 diff --git a/Raylib-cs/types/Input.cs b/Raylib-cs/types/Input.cs index fd032c7..ca03fdf 100644 --- a/Raylib-cs/types/Input.cs +++ b/Raylib-cs/types/Input.cs @@ -162,7 +162,7 @@ namespace Raylib_cs MOUSE_BUTTON_EXTRA = 4, /// - /// Mouse button fordward (advanced mouse device) + /// Mouse button forward (advanced mouse device) /// MOUSE_BUTTON_FORWARD = 5,