Skip to content

Commit

Permalink
Package version 1.1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-basmechi committed Sep 21, 2020
1 parent d058d59 commit 1306096
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/ZarinPalDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
<PackageIcon>logo.png</PackageIcon>
<Version>1.0</Version>
<Version>1.1</Version>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>true</Optimize>
<DocumentationFile>C:\Users\Salman\source\repos\zarinpal-driver\src\ZarinPalDriver.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Remove="ZarinPalDriver.xml" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.6" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down

0 comments on commit 1306096

Please sign in to comment.