Skip to content

Commit b4f721e

Browse files
committed
feat: update build badge in README and add NuGet descriptions for core projects
1 parent c9fe33e commit b4f721e

5 files changed

Lines changed: 13 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hosting Extensions for .NET Applications
22

3-
[![Build Status](https://github.com/escendit/extensions-hosting/actions/workflows/build.yml/badge.svg)](https://github.com/escendit/extensions-hosting/actions/workflows/build.yml)
3+
[![Build Status](https://github.com/escendit/extensions-hosting/actions/workflows/package.yml/badge.svg)](https://github.com/escendit/extensions-hosting/actions/workflows/package.yml)
44
[![NuGet Version](https://img.shields.io/nuget/v/Escendit.Extensions.Hosting.Orleans.svg)](https://www.nuget.org/packages/Escendit.Extensions.Hosting.Orleans)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66

src/Orleans/Escendit.Extensions.Hosting.Orleans.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Description>Escendit.Extensions.Hosting.Orleans provides streamlined hosting extensions for Microsoft Orleans, offering simplified configuration and dependency injection setup for building robust, distributed applications.</Description>
4+
</PropertyGroup>
25
<ItemGroup>
36
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
47
</ItemGroup>

src/ServiceDefaults/Escendit.Extensions.Hosting.ServiceDefaults.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Description>Escendit.Extensions.Hosting.ServiceDefaults provides shared defaults for OpenTelemetry, Health Checks, and Service Discovery for .NET applications.</Description>
4+
</PropertyGroup>
25
<ItemGroup>
36
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
47
</ItemGroup>

src/Temporalio/Escendit.Extensions.Hosting.Temporalio.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Description>Escendit.Extensions.Hosting.Temporalio provides streamlined hosting extensions for Temporal.io SDK, offering simplified configuration and dependency injection setup for building robust, distributed applications.</Description>
4+
</PropertyGroup>
25
<ItemGroup>
36
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
47
</ItemGroup>

src/UserSecrets/Escendit.Extensions.Hosting.UserSecrets.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Description>Escendit.Extensions.Hosting.UserSecrets provides streamlined hosting extensions for working with .NET User Secrets.</Description>
4+
</PropertyGroup>
25
<ItemGroup>
36
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
47
</ItemGroup>

0 commit comments

Comments
 (0)