Skip to content

Commit

Permalink
update nuget package information
Browse files Browse the repository at this point in the history
  • Loading branch information
maisak committed Sep 10, 2024
1 parent f3bf548 commit 011fb92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/Monobank.Core/Monobank.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
<Authors>Anthony Maisak</Authors>
<Company>Anthony Maisak</Company>
<Description>Monobank.ua API wrapper</Description>
<Copyright>Copyright 2021</Copyright>
<Copyright>Copyright 2024</Copyright>
<PackageProjectUrl>https://github.com/maisak/monobank-api</PackageProjectUrl>
<RepositoryUrl>https://github.com/maisak/monobank-api</RepositoryUrl>
<PackageIconUrl>https://api.monobank.ua/docs/images/logo.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes>Updated code to reflect API changes.</PackageReleaseNotes>
<PackageVersion>1.1</PackageVersion>
<PackageVersion>1.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,4 +24,9 @@
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
<None Include="logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
Binary file added src/Monobank.Core/logo.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 011fb92

Please sign in to comment.