Skip to content

Commit 35f27d2

Browse files
committed
Added badges to main README
Badges include: - Build status (includes tests) - Deployment status - NuGet version
1 parent ceb7c6a commit 35f27d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Ignia.Topics/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# `Ignia.Topics`
2+
3+
![Continuous Integration (CI) Build status](https://igniasoftware.visualstudio.com/_apis/public/build/definitions/bd7f03e0-6fcf-4ec6-939d-4e995668d40f/1/badge)
4+
![NuGet Deployment Status](https://rmsprodscussu1.vsrm.visualstudio.com/A09668467-721c-4517-8d2e-aedbe2a7d67f/_apis/public/Release/badge/bd7f03e0-6fcf-4ec6-939d-4e995668d40f/2/2)
5+
[![Ignia.Topics package in Internal feed in Visual Studio Team Services](https://feedsprodcus1.feeds.visualstudio.com/A09668467-721c-4517-8d2e-aedbe2a7d67f/_apis/public/Packaging/Feeds/46d5f49c-5e1e-47bb-8b14-43be6c719ba8/Packages/c4d6e7c6-5328-4794-8ce2-608c9c557052/Badge)](https://igniasoftware.visualstudio.com/_Packaging?feed=46d5f49c-5e1e-47bb-8b14-43be6c719ba8&package=c4d6e7c6-5328-4794-8ce2-608c9c557052&preferRelease=true&_a=package)
6+
27
The `Ignia.Topics` assembly represents the core domain layer of the OnTopic library. It includes the primary entity ([`Topic`](Topic.cs)), abstractions (e.g., [`ITopicRepository`](Repositories/ITopicRepository.cs)), and associated classes (e.g., [`TopicCollection<>`](Collections/TopicCollection{T}.cs)).
38

49
## Entities

0 commit comments

Comments
 (0)