Skip to content

Commit fc98836

Browse files
authored
Add Latest version badge to Readme
1 parent 9de98aa commit fc98836

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Flowable External Worker Library for .NET
22

33

4-
[License:
5-
![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/flowable/flowable-external-client.net/blob/main/LICENSE)
4+
[![Latest Version](https://img.shields.io/nuget/v/Flowable.ExternalWorkerClient.svg)](https://www.nuget.org/packages/Flowable.ExternalWorkerClient)
5+
[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/flowable/flowable-external-client.net/blob/main/LICENSE)
6+
67

78
![Flowable Actions CI](https://github.com/flowable/flowable-external-client.net/actions/workflows/main.yml/badge.svg?branch=main)
89

@@ -53,4 +54,4 @@ class HandleJobs : IExternalWorkerCallbackHandler
5354
.Variable("testVar", "Hello from C#");
5455
}
5556
}
56-
```
57+
```

0 commit comments

Comments
 (0)