2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Update Raylib-cs.csproj

Set version to 4.0.0-pre.1
This commit is contained in:
2021-12-05 01:46:03 +11:00
parent 4d1e930fc4
commit 2e8f9d08ae

View File

@@ -11,8 +11,8 @@
<PropertyGroup> <PropertyGroup>
<TargetRaylibTag>4.0.0</TargetRaylibTag> <TargetRaylibTag>4.0.0</TargetRaylibTag>
<Version>4.0.0-pre</Version> <Version>4.0.0-pre.1</Version>
<PackageVersion>4.0.0-pre</PackageVersion> <PackageVersion>4.0.0-pre.1</PackageVersion>
<Authors>Chris Dill, Raysan5</Authors> <Authors>Chris Dill, Raysan5</Authors>
<PackProject>true</PackProject> <PackProject>true</PackProject>
<PackageLicenseExpression>Zlib</PackageLicenseExpression> <PackageLicenseExpression>Zlib</PackageLicenseExpression>
@@ -46,5 +46,7 @@
<ItemGroup> <ItemGroup>
<Compile Include="*.cs" /> <Compile Include="*.cs" />
<Compile Include="types\*.cs" /> <Compile Include="types\*.cs" />
<Compile Include="types\native\CBool.cs" />
<Compile Include="types\native\Utf8String.cs" />
</ItemGroup> </ItemGroup>
</Project> </Project>