Fix solution

This commit is contained in:
Isaac Marovitz 2023-07-28 08:25:48 -04:00
parent e538e7b3fd
commit 01f4c8e2b9
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMetal", "src\SharpMetal\SharpMetal.csproj", "{6B22F189-90FF-458F-ACC1-40434D12DAA1}"
ProjectSection(ProjectDependencies) = postProject
{8A1148D0-A743-411A-8FF9-1CE13C551EFF} = {8A1148D0-A743-411A-8FF9-1CE13C551EFF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMetal.Examples.Common", "src\SharpMetal.Examples.Common\SharpMetal.Examples.Common.csproj", "{5787CD6E-B9A9-498C-BEC3-D53C4842FA81}"
EndProject

View file

@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-preview8</Version>
<Version>1.0.0-preview9</Version>
<Description>Handcrafted Metal bindings for C#</Description>
<RepositoryUrl>https://github.com/IsaacMarovitz/SharpMetal</RepositoryUrl>
<RepositoryType>git</RepositoryType>