-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major release updates, including .NET Standard2.0 (#101) #126
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
intacctcoleenho
commented
Oct 13, 2020
•
edited by NagBoranna
Loading
edited by NagBoranna
- Convert from .NET Standard 1.6 to .NET Standard 2.0 (Update version in RequestHandler #123, Added netstandard 2.0 support #101)
- Remove 1.0, 1.1, 2.0 .NET Core support due to EOL, and add 3.1 Core support
- Update to Visual Studio Version 16
- Add Purchasing Transactions for approve and decline
- Add Exchange Rate test coverage for Create ApPayment
- Change from NLog to Microsoft.Extensions.Logging
- APPYMT support implemented for ApPaymentCreate
- Refactor ApPaymentRequest* to ApPayment*
- Fix isnegate for InList in ReadByQuery
- Remove mutual exclusion rule for lot number and serial number for item detail
- Update dependencies
Convert from .NET Standard 1.6 to .NET Standard 2.0 Remove 1.0, 1.1, 2.0 .NET Core support due to EOL Add 3.1 Core support Update License Path Update to Visual Studio Version 16
intacctcoleenho
changed the title
Net standard2.0 (#125)
Major release updates, including .NET Standard2.0 (#125)
Oct 13, 2020
intacctcoleenho
changed the title
Major release updates, including .NET Standard2.0 (#125)
Major release updates, including .NET Standard2.0 (#101)
Oct 13, 2020
Add AbstractApPaymentDetail
* Upgrade to .NET Standard 2.0, fix License for pack * Updates to project and solution files to support .NETStandard 2.0 * Add target for net461 to SDK * Update VisualStudioVersion for solution * Add back .NETStandard1.6 support * Revert back dependency versions for 1.6 * Remove .NET Standard 1.6 support * Add matrix include for travis * Revert to dotnet for travis * Update README with .NET Core 3.1 support * Update RequestHandler for new version * Add Purchasing Tranasctions for approve and decline
* Upgrade to .NET Standard 2.0, fix License for pack * Updates to project and solution files to support .NETStandard 2.0 * Update VisualStudioVersion for solution * Remove .NET Standard 1.6 support * Add matrix include for travis * Update README with .NET Core 3.1 support * Update RequestHandler for new version * Add Purchasing Tranasctions for approve and decline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.