Skip to content

Commit

Permalink
v1.0.1-nuget pack with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-haileselassie committed Aug 2, 2021
1 parent 2a12603 commit c8c42d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions WeBirr/WeBirr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,29 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>WeBirr</RootNamespace>
<PackageId>WeBirr</PackageId>
<Version>0.1.0</Version>
<Version>1.0.1</Version>
<Authors>WeBirr</Authors>
<Product>WeBirr</Product>
<Description>Official .NET Client Library for WeBirr Payment Gateway APIs</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/webirr/webirr-api-dotnet-client</RepositoryUrl>
<PackageIcon></PackageIcon>
<PackageIcon>512x512.png</PackageIcon>
<PackageIconUrl />
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<PackageTags>fintech, ethiopia</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/webirr/webirr-api-dotnet-client</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
</ItemGroup>

<ItemGroup>
<None Include="images\512x512.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added WeBirr/images/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8c42d7

Please sign in to comment.