Skip to content

Commit

Permalink
Changes in package description and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
levanoz committed May 2, 2022
1 parent d96e826 commit b987ae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TBC.OpenAPI.Core

[![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)
Core functionality for TBC Open API SDKs

7 changes: 4 additions & 3 deletions src/TBC.OpenAPI.Core/TBC.OpenAPI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageId>TBC.OpenAPI.Core</PackageId>
<Title>TBC Bank Open API SDK Core</Title>
<Title>TBC Open API Core</Title>
<Description>Core functionality for TBC Open API SDKs</Description>
<Copyright>TBC Bank</Copyright>
<PackageTags>Open API;SDK;TBC</PackageTags>
<PackageTags>OpenAPI;SDK;TBC</PackageTags>
<Company>TBC Bank</Company>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/TBCBank/TBC.OpenAPI.Core</PackageProjectUrl>
<PackageProjectUrl>https://developers.tbcbank.ge</PackageProjectUrl>
<RepositoryUrl>https://github.com/TBCBank/TBC.OpenAPI.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>master</RepositoryBranch>
Expand Down

0 comments on commit b987ae4

Please sign in to comment.