EpicorRESTAPICore 2.1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package EpicorRESTAPICore --version 2.1.0.1                
NuGet\Install-Package EpicorRESTAPICore -Version 2.1.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EpicorRESTAPICore" Version="2.1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EpicorRESTAPICore --version 2.1.0.1                
#r "nuget: EpicorRESTAPICore, 2.1.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EpicorRESTAPICore as a Cake Addin
#addin nuget:?package=EpicorRESTAPICore&version=2.1.0.1

// Install EpicorRESTAPICore as a Cake Tool
#tool nuget:?package=EpicorRESTAPICore&version=2.1.0.1                

Epicor REST API Bridge

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0.2 1,890 7/11/2023
2.2.0.1 500 6/24/2023
2.1.0.3 7,575 7/26/2022
2.1.0.2 442 7/25/2022
2.1.0.1 444 7/17/2022
2.0.4 2,258 1/14/2022
2.0.3 1,086 10/19/2021
2.0.2 659 4/19/2021
2.0.1 347 4/16/2021
2.0.0 794 3/4/2021
1.1.11 572 6/2/2020
1.1.10 533 4/8/2020
1.1.9 649 1/8/2020
1.1.8 532 11/11/2019
1.1.7 547 11/8/2019
1.1.6 509 11/8/2019
1.1.5 783 11/29/2018
1.1.4 767 10/11/2018

Documentation: https://www.epiusers.help/t/epicor-rest-helper-nuget-updated-v2/76250.Update to Framework 4.8 (Required by dependencies)
Async Method Support by @A9G-Data-Droid Adam Kauffman

Update all NuGet packages
Convert packages.config to PackageReference
Use new NetAnalyzers to close warnings
Run Code Cleanup Profile 2
Make compatible with new version of RestSharp
Add async to all V2 methods
Normal methods share code with async versions
Add accept header to fix issue with getting JSON schema when expecting XML
For Core Added .NET 5