Skip to content

Commit

Permalink
Merge pull request #10 from BloodShadow174/dev
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
BloodShadow174 authored Nov 25, 2024
2 parents 83ba10b + 2b5ca8a commit 6cdca0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AnyPay/AnyPay.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12</LangVersion>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<LangVersion>13</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
Expand All @@ -13,15 +13,15 @@
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<SignAssembly>False</SignAssembly>
<PackageId>AnyPay</PackageId>
<Version>1.1.5.0</Version>
<Version>1.2.0.0</Version>
<Description>Payment system AnyPay.io</Description>
<Copyright>Copyright © AnyPay.NET 2024</Copyright>
<PackageProjectUrl>https://github.com/BloodShadow174/AnyPay.NET</PackageProjectUrl>
<PackageIcon>package-icon.png</PackageIcon>
<RepositoryUrl>https://github.com/BloodShadow174/AnyPay.NET.git</RepositoryUrl>
<PackageTags>AnyPay;Api</PackageTags>
<AssemblyVersion>1.1.5.0</AssemblyVersion>
<FileVersion>1.1.5.0</FileVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Product>AnyPay.NET</Product>
Expand Down

0 comments on commit 6cdca0d

Please sign in to comment.