Skip to content

Commit

Permalink
Added settings for building nuget package #13
Browse files Browse the repository at this point in the history
  • Loading branch information
VladiTitov committed Jun 13, 2024
1 parent cc4e862 commit 0604c04
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Wallet.Pay/Wallet.Pay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>Telegram.Wallet.Pay</Title>
<Description>Dotnet client for Telegram Wallet Pay API</Description>
<PackageIcon>logo.png</PackageIcon>
<RepositoryUrl>https://github.com/VladiTitov/Telegram.Wallet.Pay.Dotnet</RepositoryUrl>
<PackageTags>telegram;wallet;pay;dotnet;client</PackageTags>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<PackageId>Telegram.$(AssemblyName)</PackageId>
<Authors>Telegram.$(AssemblyName)</Authors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -12,6 +21,13 @@
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<None Include="D:\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 0604c04

Please sign in to comment.