diff --git a/README.md b/README.md
index 17d9369..3f4691e 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,18 @@
-
+
# Raylib-cs
C# bindings for raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com)
-[](https://github.com/ChrisDill/Raylib-cs/graphs/contributors)
+[](https://github.com/chrisdill/raylib-cs/graphs/contributors)
+
[](LICENSE)
[](https://discord.gg/raylib)
-[](https://github.com/ChrisDill/Raylib-cs/stargazers)
-[](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild)
+[](https://github.com/chrisdill/raylib-cs/stargazers)
+
+[](https://github.com/chrisdill/raylib-cs/actions?query=workflow%3ABuild)
Raylib-cs targets net6.0 and uses the [official 5.0 release](https://github.com/raysan5/raylib/releases/tag/5.0) to build the native libraries.
@@ -18,9 +20,9 @@ Raylib-cs targets net6.0 and uses the [official 5.0 release](https://github.com/
This is the prefered method to get started.
-1) Pick a folder in which you would like to start a raylib project for example "MyRaylibCSProj"
-2) Then from a terminal (for example a VSCode terminal), whilst in the folder dir you just created
- run the following commands. (Please keep in mind you should have .NET already installed on your system)
+1) Pick a folder in which you would like to start a raylib project. For example "MyRaylibCSProj".
+2) Then from a terminal (for example a VSCode terminal), whilst in the directory you just created
+ run the following commands. (Please keep in mind .NET should already be installed on your system)
```
dotnet new console
@@ -80,12 +82,10 @@ class Program
## Contributing
-If you have any ideas, feel free to open an issue and tell me what you think.
-If you'd like to contribute, please fork the repository and make changes as
-you'd like. Pull requests are warmly welcome.
+If you have any ideas, feel free to open an issue. If you'd like to contribute, please fork the
+repository and make changes as you'd like. Pull requests are warmly welcome.
-If you want to request features or report bugs related to raylib directly (in contrast to this binding), please refer
-to the [author's project repo](https://github.com/raysan5/raylib).
+If you want to request features or report bugs related to raylib directly (in contrast to this binding), please refer to the [author's project repo](https://github.com/raysan5/raylib).
## License
diff --git a/Raylib-cs/Build.props b/Raylib-cs/Build.props
index 6542c04..64e1722 100644
--- a/Raylib-cs/Build.props
+++ b/Raylib-cs/Build.props
@@ -2,8 +2,8 @@
5.0
- 6.1.0
- 6.1.0
+ 6.1.1
+ 6.1.1
\ No newline at end of file
diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj
index 9969b12..5bbb226 100644
--- a/Raylib-cs/Raylib-cs.csproj
+++ b/Raylib-cs/Raylib-cs.csproj
@@ -11,20 +11,19 @@
- Chris Dill, Raysan5
+ Raylib-cs
+ C# bindings for raylib - A simple and easy-to-use library to learn videogames programming
+ https://github.com/chrisdill/raylib-cs/
+ chrisdill
+ Zlib
+ README.md
+ raylib-cs_64x64.png
+ raylib csharp gamedev
+ https://www.raylib.com/
true
true
snupkg
- Zlib
- Raylib-cs
- C# bindings for raylib - A simple and easy-to-use library to learn videogames programming
- raylib-cs_64x64.png
- raylib;bindings;gamedev
git
- https://github.com/ChrisDill/Raylib-cs/
- true
- README.md
- https://www.raylib.com/
true
@@ -35,7 +34,7 @@
-
+