From 1b3c553bced5b126c1f0f477b6f438f6dd49964c Mon Sep 17 00:00:00 2001 From: Ramesh Kumar Date: Fri, 18 Jul 2025 00:11:47 +0530 Subject: [PATCH] feat: migrate project to .NET Standard 2.0 with SDK-style format - Convert AuthorizeNET.csproj from legacy format to SDK-style - Target .NET Standard 2.0 for broader compatibility - Remove manual AssemblyInfo.cs (now auto-generated) - Simplify package references and build configuration - Maintain assembly version 2.0.4.0 --- Authorize.NET/AuthorizeNET.csproj | 140 ++++------------------- Authorize.NET/Properties/AssemblyInfo.cs | 36 ------ 2 files changed, 20 insertions(+), 156 deletions(-) delete mode 100644 Authorize.NET/Properties/AssemblyInfo.cs diff --git a/Authorize.NET/AuthorizeNET.csproj b/Authorize.NET/AuthorizeNET.csproj index 775e4bf..d67ebc1 100644 --- a/Authorize.NET/AuthorizeNET.csproj +++ b/Authorize.NET/AuthorizeNET.csproj @@ -1,132 +1,32 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {5D52EAEC-42FB-4313-83B8-69E2F55EBF14} - Library - Properties - AuthorizeNet + netstandard2.0 AuthorizeNet - v4.6.1 - 512 - - - - - - 3.5 - - - AnyCPU - true - full - false - bin/Debug/ - DEBUG;TRACE - prompt - 4 - bin/Debug/AuthorizeNet.XML + AuthorizeNet + true 0219,1591,1635 - false - - - AnyCPU - pdbonly - true - bin/Release - TRACE - prompt - 4 - bin/Release/AuthorizeNet.XML - false + Official .NET SDK for Authorize.Net + Official .NET SDK for Authorize.Net + Visa Inc + Official .NET SDK for Authorize.Net + Copyright © Visa Inc 2018 + 2.0.4.0 + 2.0.4.0 + true + - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - + \ 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 85eec65..0000000 --- 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.2.0")] -[assembly: AssemblyFileVersion("2.0.4.0")] -[assembly: AssemblyVersion("2.0.4.0")] -