From 207ba0ab1adc62af175e1223ef433a3b93aa5277 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 12 May 2021 09:38:02 +0100 Subject: [PATCH] Review minor project details - Disable warning for missing doc comments for now. - Specify specific version or System.Numerics.Vectors. - Format fixes. --- README.md | 2 +- Raylib-cs/Raylib-cs.csproj | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b38f589..3ca2778 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0. ## Installation - NuGet -This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues). +This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues). ``` dotnet add package Raylib-cs --version 3.7.0 diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 740ff31..3b6aac1 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -6,6 +6,7 @@ Raylib_cs true false + $(NoWarn);1591 @@ -32,6 +33,10 @@ + + + + runtimes/