Skip to content

Commit b987ae4

Browse files
committed
Changes in package description and readme
1 parent d96e826 commit b987ae4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# TBC.OpenAPI.Core
2-
2+
[![NuGet version (TBC.OpenAPI.Core)](https://img.shields.io/nuget/v/TBC.OpenAPI.Core.svg?label=TBC.OpenAPI.Core)](https://www.nuget.org/packages/TBC.OpenAPI.Core/) [![CI](https://github.com/TBCBank/TBC.OpenAPI.Core/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/TBCBank/TBC.OpenAPI.Core/actions/workflows/main.yml)
3+
Core functionality for TBC Open API SDKs
4+

src/TBC.OpenAPI.Core/TBC.OpenAPI.Core.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
<Nullable>enable</Nullable>
88
<IsPackable>true</IsPackable>
99
<PackageId>TBC.OpenAPI.Core</PackageId>
10-
<Title>TBC Bank Open API SDK Core</Title>
10+
<Title>TBC Open API Core</Title>
11+
<Description>Core functionality for TBC Open API SDKs</Description>
1112
<Copyright>TBC Bank</Copyright>
12-
<PackageTags>Open API;SDK;TBC</PackageTags>
13+
<PackageTags>OpenAPI;SDK;TBC</PackageTags>
1314
<Company>TBC Bank</Company>
1415
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1516
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1617
<PackageIcon>icon.png</PackageIcon>
17-
<PackageProjectUrl>https://github.com/TBCBank/TBC.OpenAPI.Core</PackageProjectUrl>
18+
<PackageProjectUrl>https://developers.tbcbank.ge</PackageProjectUrl>
1819
<RepositoryUrl>https://github.com/TBCBank/TBC.OpenAPI.Core</RepositoryUrl>
1920
<RepositoryType>git</RepositoryType>
2021
<RepositoryBranch>master</RepositoryBranch>

0 commit comments

Comments
 (0)