Skip to content

Commit 6db3fba

Browse files
committed
chore: update info in csproj
1 parent c3ea8fe commit 6db3fba

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- 'master'
7-
tags:
8-
- '!refs/tags/*'
97

108
jobs:
119
build-master:

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Description>Middleware for the Prometheus.Client</Description>
4-
<Copyright>2020 © Serge K, Oleksandr Poliakov</Copyright>
5-
<AssemblyTitle>Prometheus.Client.AspNetCore</AssemblyTitle>
3+
<Description>ASP.NET Core middleware for the Prometheus.Client</Description>
64
<VersionPrefix>4.4.0</VersionPrefix>
7-
<Authors>Serge K, Oleksandr Poliakov</Authors>
85
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
96
<AssemblyName>Prometheus.Client.AspNetCore</AssemblyName>
107
<PackageId>Prometheus.Client.AspNetCore</PackageId>
118
<PackageTags>prometheus;metrics</PackageTags>
129
<PackageIcon>icon.png</PackageIcon>
13-
<PackageProjectUrl>https://github.com/prom-client-net/Prometheus.Client.AspNetCore</PackageProjectUrl>
1410
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1511
<RepositoryType>git</RepositoryType>
16-
<RepositoryUrl>https://github.com/prom-client-net/Prometheus.Client.AspNetCore</RepositoryUrl>
12+
<RepositoryUrl>https://github.com/prom-client-net/prom-client-aspnetcore</RepositoryUrl>
1713
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1814
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1915
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)