From 2d75ea67dd32ade86fbcce358cd6e3ce6351eca4 Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 30 Apr 2021 01:05:57 -0400 Subject: [PATCH 1/2] netstandard conversion --- Authorize.NET/AuthorizeNET.csproj | 146 ++++------------------- Authorize.NET/Properties/AssemblyInfo.cs | 36 ------ 2 files changed, 24 insertions(+), 158 deletions(-) delete mode 100644 Authorize.NET/Properties/AssemblyInfo.cs diff --git a/Authorize.NET/AuthorizeNET.csproj b/Authorize.NET/AuthorizeNET.csproj index 809a0741..95edcbb1 100644 --- a/Authorize.NET/AuthorizeNET.csproj +++ b/Authorize.NET/AuthorizeNET.csproj @@ -1,133 +1,35 @@ - - + - Debug - AnyCPU - 9.0.30729 - 2.0 - {5D52EAEC-42FB-4313-83B8-69E2F55EBF14} - Library - Properties - AuthorizeNet - AuthorizeNet - v4.5 - 512 - - - - - - 3.5 - - - AnyCPU - true - full - false - bin/Debug/ - DEBUG;TRACE - prompt - 4 - bin/Debug/AuthorizeNet.XML - 0219,1591,1635 - false - - - AnyCPU - pdbonly - true - bin/Release - TRACE - prompt - 4 - bin/Release/AuthorizeNet.XML - false + netstandard2.0;net4.5 + Riskified.SDK.NetStandard + AuthorizeNet.NetStandard + Official .NET SDK for Authorize.Net + Visa Inc + Official .NET SDK for Authorize.Net + Copyright © Visa Inc 2018 + Visa Inc + 2.0.2 + + + + + + + + + + - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Authorize.NET/Properties/AssemblyInfo.cs b/Authorize.NET/Properties/AssemblyInfo.cs deleted file mode 100644 index 26ebac30..00000000 --- a/Authorize.NET/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Official .NET SDK for Authorize.Net")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Visa Inc")] -[assembly: AssemblyProduct("Official .NET SDK for Authorize.Net")] -[assembly: AssemblyCopyright("Copyright © Visa Inc 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("135241b2-017e-4f07-aca1-e71887b470ab")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// See AssemblyFileVersion.cs for Product and Assembly Version -//[assembly: AssemblyVersion("2.0.1.0")] -[assembly: AssemblyFileVersion("2.0.2.0")] -[assembly: AssemblyVersion("2.0.2.0")] - From a0076bb90fb5580c22a0d5a26414d016df6ffeab Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 30 Apr 2021 01:08:57 -0400 Subject: [PATCH 2/2] removing packageid --- Authorize.NET/AuthorizeNET.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/Authorize.NET/AuthorizeNET.csproj b/Authorize.NET/AuthorizeNET.csproj index 95edcbb1..e7b54fec 100644 --- a/Authorize.NET/AuthorizeNET.csproj +++ b/Authorize.NET/AuthorizeNET.csproj @@ -1,8 +1,6 @@ netstandard2.0;net4.5 - Riskified.SDK.NetStandard - AuthorizeNet.NetStandard Official .NET SDK for Authorize.Net Visa Inc Official .NET SDK for Authorize.Net