Skip to content

Commit 1a84b35

Browse files
authored
Added our releases to the README.
1 parent d5bbc12 commit 1a84b35

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,27 @@ The supported target languages at present are C# and C++/CLI.
1111
It can also be used as a library to parse native code into a syntax tree with a
1212
rich 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+
1429
1. [Libraries](#libraries)
1530
2. [Documentation](#documentation)
1631
3. [Community](#community)
1732
4. [Support](#support)
1833
5. [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

Comments
 (0)