File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ pythonnet - Python.NET
5
5
6
6
|gh shield | |appveyor shield |
7
7
8
- |license shield | |pypi package version | |conda-forge version | |python supported shield |
8
+ |license shield |
9
+
10
+ |pypi package version | |conda-forge version | |python supported shield |
11
+
12
+ |nuget preview shield | |nuget release shield |
9
13
10
14
Python.NET is a package that gives Python programmers nearly
11
15
seamless integration with the .NET Common Language Runtime (CLR) and
@@ -130,5 +134,9 @@ This project is supported by the `.NET Foundation <https://dotnetfoundation.org>
130
134
:target: http://stackoverflow.com/questions/tagged/python.net
131
135
.. |conda-forge version | image :: https://img.shields.io/conda/vn/conda-forge/pythonnet.svg
132
136
:target: https://anaconda.org/conda-forge/pythonnet
137
+ .. |nuget preview shield | image :: https://img.shields.io/nuget/vpre/pythonnet
138
+ :target: https://www.nuget.org/packages/pythonnet/
139
+ .. |nuget release shield | image :: https://img.shields.io/nuget/v/pythonnet
140
+ :target: https://www.nuget.org/packages/pythonnet/
133
141
.. |gh shield | image :: https://github.com/pythonnet/pythonnet/workflows/GitHub%20Actions/badge.svg
134
142
:target: https://github.com/pythonnet/pythonnet/actions?query=branch%3Amaster
You can’t perform that action at this time.
0 commit comments