Watch
2
0
Fork
You've already forked raylib-cs
0

Update build/project properties

This commit is contained in:
Rgebee 2025-01-30 21:38:29 +00:00
commit b43ba09759
3 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2018-2025 raylib-cs team Copyright (C) 2018-2025 raylib-cs
This software is provided 'as-is', without any express or implied This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages warranty. In no event will the authors be held liable for any damages

View file

@ -1,9 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<TargetRaylibTag>5.5</TargetRaylibTag> <TargetRaylibTag>5.5</TargetRaylibTag>
<Version>7.0.0</Version> <Version>7.0.1</Version>
<PackageVersion>7.0.0</PackageVersion> <PackageVersion>7.0.1</PackageVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -14,7 +14,7 @@
<Title>Raylib-cs</Title> <Title>Raylib-cs</Title>
<Description>C# bindings for raylib - A simple and easy-to-use library to learn videogames programming</Description> <Description>C# bindings for raylib - A simple and easy-to-use library to learn videogames programming</Description>
<RepositoryUrl>https://github.com/chrisdill/raylib-cs/</RepositoryUrl> <RepositoryUrl>https://github.com/chrisdill/raylib-cs/</RepositoryUrl>
<Authors>raylib-cs team</Authors> <Authors>raylib-cs</Authors>
<PackageLicenseExpression>Zlib</PackageLicenseExpression> <PackageLicenseExpression>Zlib</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile> <PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>raylib-cs_64x64.png</PackageIcon> <PackageIcon>raylib-cs_64x64.png</PackageIcon>