Skip to content

Commit

Permalink
We can now use CppSharp directly from NuGet instead of GitHub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
aybe committed Feb 21, 2023
1 parent 33850a8 commit c1c89ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DearGenerator/DearGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CppSharp" Version="1.0.33.49587" />
<PackageReference Include="CppSharp" Version="1.0.45.22293" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion DearImGui/DearImGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CppSharp.Runtime" Version="1.0.33.49587" />
<PackageReference Include="CppSharp.Runtime" Version="1.0.45.22293" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="all" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DearImPlot/DearImPlot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CppSharp.Runtime" Version="1.0.33.49587" />
<PackageReference Include="CppSharp.Runtime" Version="1.0.45.22293" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="all" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ The repository has submodules, don't forget to clone them in the process:

### Building

Restoring [CppSharp](https://github.com/orgs/mono/packages?repo_name=CppSharp) from GitHub's NuGet registry requires a [personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry).

In order for the projects in *Managed* folder to build, there are implicit dependencies:

- projects in *Generated* folder shall be started at least once
Expand Down

0 comments on commit c1c89ce

Please sign in to comment.