Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
cempehlivan committed Dec 8, 2021
1 parent ad70d3d commit 5d93512
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CP.VPOS/CP.VPOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<PropertyGroup>
<TargetFrameworks Condition="'$(LibraryFrameworks)'==''">net40;net45;netstandard2.0;netstandard2.1;net50;net60</TargetFrameworks>
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Cem Pehlivan</Authors>
<Company>Cem Pehlivan</Company>
<Description>Sanal POS</Description>
<Copyright>Copyright © Cem Pehlivan 2021</Copyright>
<PackageProjectUrl>https://github.com/cempehlivan/CP.VPOS</PackageProjectUrl>
<RepositoryUrl>https://github.com/cempehlivan/CP.VPOS</RepositoryUrl>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageReleaseNotes>Nestpay bankaları için iptal ve iade geliştirmesi yapıldı.</PackageReleaseNotes>
<PackageReleaseNotes>Payten MSU ödeme sistemi eklendi.</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>sanalpos sanal-pos</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -61,6 +62,10 @@
</ItemGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit 5d93512

Please sign in to comment.