@@ -11,23 +11,27 @@ The supported target languages at present are C# and C++/CLI.
1111It can also be used as a library to parse native code into a syntax tree with a
1212rich declaration and type information model.
1313
14+ ## Releases/Build Status
15+
16+ | Windows 64-bit| Windows 32-bit| windows-vs-x86 | linux-gcc-x86_64 | osx-clang-x86 |
17+ | ---------------------------| ---------------------------| ---------------------------| -----------------------------| -----------------------------|
18+ | [ ![ NuGet] [ 1 ]] [ 2 ] | [ ![ GitHub release] [ 3 ]] [ 4 ] | [ ![ windows-vs-x86] [ 5 ]] [ 6 ] | [ ![ linux-gcc-x86_64] [ 7 ]] [ 8 ] | [ ![ osx-clang-x86] [ 7 ]] [ 8 ]
19+
20+ [ 1 ] : https://img.shields.io/nuget/v/CppSharp.svg
21+ [ 2 ] : https://www.nuget.org/packages/CppSharp/
22+ [ 3 ] : https://img.shields.io/github/release/mono/CppSharp.svg
23+ [ 4 ] : https://github.com/mono/CppSharp/releases
24+ [ 5 ] : https://ci.appveyor.com/api/projects/status/5o9gxjcttuaup671/branch/master?svg=true
25+ [ 6 ] : https://ci.appveyor.com/project/tritao/CppSharp/branch/master
26+ [ 7 ] : https://travis-ci.org/mono/CppSharp.svg?branch=master
27+ [ 8 ] : https://travis-ci.org/mono/CppSharp
28+
14291 . [ Libraries] ( #libraries )
15302 . [ Documentation] ( #documentation )
16313 . [ Community] ( #community )
17324 . [ Support] ( #support )
18335 . [ Users] ( #users )
1934
20- ## Build Status
21-
22- | windows-vs-x86 | linux-gcc-x86_64 | osx-clang-x86 |
23- | ---------------------------| -----------------------------| -----------------------------|
24- | [ ![ windows-vs-x86] [ 1 ]] [ 2 ] | [ ![ linux-gcc-x86_64] [ 3 ]] [ 4 ] | [ ![ osx-clang-x86] [ 3 ]] [ 4 ]
25-
26- [ 1 ] : https://ci.appveyor.com/api/projects/status/5o9gxjcttuaup671/branch/master?svg=true
27- [ 2 ] : https://ci.appveyor.com/project/tritao/CppSharp/branch/master
28- [ 3 ] : https://travis-ci.org/mono/CppSharp.svg?branch=master
29- [ 4 ] : https://travis-ci.org/mono/CppSharp
30-
3135## Libraries
3236
3337### AST
0 commit comments