Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Dec 8, 2022
1 parent 5f68f22 commit b380b8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Iyzipay/Iyzipay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.1</TargetFrameworks>
<AssemblyName>Iyzipay</AssemblyName>
<RootNamespace>Iyzipay</RootNamespace>
<Version>2.1.49</Version>
<Version>2.1.50</Version>
<Authors>Iyzico</Authors>
<Description>iyzipay api .net client</Description>
<PackageProjectUrl>https://github.com/iyzico/iyzipay-dotnet&lt;/projectUrl</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Iyzipay/IyzipayConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace Iyzipay
{
public class IyzipayConstants
{
public static readonly String CLIENT_VERSION = "iyzipay-dotnet-2.1.49";
public static readonly String CLIENT_VERSION = "iyzipay-dotnet-2.1.50";
}
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.49
2.1.50

0 comments on commit b380b8c

Please sign in to comment.