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>
|
||||
<TargetRaylibTag>4.0.0</TargetRaylibTag>
|
||||
<Version>4.0.0-pre</Version>
|
||||
<PackageVersion>4.0.0-pre</PackageVersion>
|
||||
<Version>4.0.0-pre.1</Version>
|
||||
<PackageVersion>4.0.0-pre.1</PackageVersion>
|
||||
<Authors>Chris Dill, Raysan5</Authors>
|
||||
<PackProject>true</PackProject>
|
||||
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||
|
|
@ -46,5 +46,7 @@
|
|||
<ItemGroup>
|
||||
<Compile Include="*.cs" />
|
||||
<Compile Include="types\*.cs" />
|
||||
<Compile Include="types\native\CBool.cs" />
|
||||
<Compile Include="types\native\Utf8String.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue