2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Update release version to 7.0.1 (#293)

This commit is contained in:
2025-01-30 21:51:19 +00:00
committed by GitHub
parent 6ab7bec764
commit f64e12dbc0
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>