Skip to content

Commit 0745a8d

Browse files
committed
Update dependencies NuGet
1 parent 4775ebd commit 0745a8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CppAst.NET [![Build Status](https://github.com/xoofx/CppAst/workflows/ci/badge.svg?branch=main)](https://github.com/xoofx/CppAst/actions) [![Coverage Status](https://coveralls.io/repos/github/xoofx/CppAst.NET/badge.svg?branch=main)](https://coveralls.io/github/xoofx/CppAst.NET?branch=main) [![NuGet](https://img.shields.io/nuget/v/CppAst.svg)](https://www.nuget.org/packages/CppAst/)
1+
# CppAst.NET [![ci](https://github.com/xoofx/CppAst.NET/actions/workflows/ci.yml/badge.svg)](https://github.com/xoofx/CppAst.NET/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/xoofx/CppAst.NET/badge.svg?branch=main)](https://coveralls.io/github/xoofx/CppAst.NET?branch=main) [![NuGet](https://img.shields.io/nuget/v/CppAst.svg)](https://www.nuget.org/packages/CppAst/)
22

33
<img align="right" width="160px" height="160px" src="https://raw.githubusercontent.com/xoofx/CppAst.NET/main/img/cppast.png">
44

@@ -12,7 +12,7 @@ CppAst provides a C/C++ parser for header files with access to the full AST, com
1212

1313
- Compatible with `net8.0`
1414
- For `netstandard2.0` use `0.14.0` version.
15-
- Using `Clang/libclang 18.1.0`
15+
- Using `Clang/libclang 18.1.0.4`
1616
- Allow to parse *in-memory* C/C++ text and C/C++ files from the disk
1717
- Simple AST model
1818
- Full type system

src/CppAst.Tests/CppAst.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="nunit" Version="4.2.2" />
30-
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
29+
<PackageReference Include="nunit" Version="4.3.2" />
30+
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

src/CppAst/CppAst.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<None Include="../../img/cppast.png" Pack="true" PackagePath="/logo.png" />
2828
<None Include="../../readme.md" Pack="true" PackagePath="/" />
2929

30-
<PackageReference Include="ClangSharp" Version="18.1.0.2" />
30+
<PackageReference Include="ClangSharp" Version="18.1.0.4" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

0 commit comments

Comments
 (0)