Skip to content

Commit

Permalink
Point release 4.5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdill committed Jul 27, 2023
1 parent 28bca27 commit 7e0866c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/new-issue-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: new issue template
about: generic template for new issues
title: "[module] Short description of the issue/bug/feature"
title: "Short description of the issue/bug/feature"
labels: ''
assignees: ''
---
Expand All @@ -14,16 +14,20 @@ Before submitting a new issue, please verify and check:

### Issue description

*Briefly describe the issue you are experiencing (or the feature you want to see added to Raylib-cs). Tell us what you were trying to do and what happened instead. You can also ask questions on the [raylib discord server](https://discord.gg/raylib).*
*Briefly describe the issue you are experiencing (or the feature you want to see added to Raylib-cs). Tell us
what you were trying to do and what happened instead. You can also ask questions on the
[raylib discord server](https://discord.gg/raylib).*

### Environment

*Provide your Platform, Operating System, OpenGL version, GPU, Raylib-cs version, Raylib version (if applicable), and details of where or how you experienced the issue.*
*Provide your Platform, Operating System, OpenGL version, GPU, Raylib-cs version, Raylib version (if applicable),
and details of where or how you experienced the issue.*

### Issue screenshot

*If possible, provide a screenshot that illustrates the issue. Usually an image is better than a thousand words.*

### Code example

*Provide minimal reproduction code to test the issue. Please, format the code properly and try to keep it as simple as possible, just focusing on the experienced issue.*
*Provide minimal reproduction code to test the issue. Please, format the code properly and try to keep it as simple
as possible, just focusing on the experienced issue.*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Raylib-cs targets net5.0 and net6.0.
This is the prefered method to get started.

```
dotnet add package Raylib-cs --version 4.5.0.2
dotnet add package Raylib-cs
```

[![NuGet](https://img.shields.io/nuget/dt/raylib-cs)](https://www.nuget.org/packages/Raylib-cs/)
Expand Down
4 changes: 2 additions & 2 deletions Raylib-cs/Raylib-cs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<PropertyGroup>
<TargetRaylibTag>4.5.0</TargetRaylibTag>
<Version>4.5.0.2</Version>
<PackageVersion>4.5.0.2</PackageVersion>
<Version>4.5.0.3</Version>
<PackageVersion>4.5.0.3</PackageVersion>
<Authors>Chris Dill, Raysan5</Authors>
<PackProject>true</PackProject>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 7e0866c

Please sign in to comment.