Update Raylib-cs.csproj
Set version to 4.0.0-pre.1
This commit is contained in:
parent
4d1e930fc4
commit
2e8f9d08ae
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue