Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emregulcan authored Oct 22, 2018
1 parent 1301de4 commit 76f3549
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ Your comments and pull requests are very important and always welcome

# Commit / Release Notes

## v1.4.1
- [EmailHelper](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Activity/EmailHelper.cs) bugfix for "Paramater can not be null : email.to" exception when you create an email activity by using [XrmEmail](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Activity/XrmEmail.cs) object
For more details [Issue #4](https://github.com/emregulcan/xrmlibrary.2016/issues/4)

## v1.4
- [AddCustomAttribute](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Activity/XrmEmail.cs#L382-L389) method added to XrmEmail
- [AddCustomAttribute](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Schedule/Data/XrmAppointment.cs#L266-L273) method added to XrmAppointment
- [AddCustomAttribute](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Activity/XrmEmail.cs#L382-L389) method added to XrmEmail
- [AddCustomAttribute](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Schedule/Data/XrmAppointment.cs#L266-L273) method added to XrmAppointment

## v1.3
- Strong-named (signed) assembly support added. Please read [this issue](https://github.com/emregulcan/xrmlibrary.2016/issues/3)
Expand All @@ -25,16 +29,16 @@ Your comments and pull requests are very important and always welcome
- "[location](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Schedule/Data/XrmAppointment.cs#L288)" attribute added to converting MS Dynamics entity

## v1.2
- [GetSharedPrincipalsAndAccess](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Common/CommonHelper.cs#L524-L544) method added to CommonHelper.
- [GetSharedPrincipalsAndAccess](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Common/CommonHelper.cs#L524-L544) method added to CommonHelper.

- [ReassignOwnership](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Common/CommonHelper.cs#L559-L571) method added to CommonHelper.
- [ReassignOwnership](hhttps://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Common/CommonHelper.cs#L559-L571) method added to CommonHelper.

- [Add](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Sales/InvoiceProductHelper.cs#L45-L57) method added to InvoiceProductHelper to retrieve products from Opportunity.
- [Add](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Sales/InvoiceProductHelper.cs#L45-L57) method added to InvoiceProductHelper to retrieve products from Opportunity.

## v1.1
- [GetMemberList](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Marketing/ListHelper.cs#L281-L310) method added to Marketing.ListHelper. This retrieves all members in marketing list (without regarding Static or Dynamic) and returns ListMemberResult class.
- [BaseEntityHelper.Get(string fetchxml)](https://github.com/emregulcan/xrmlibrary.2016/blob/master/XrmLibrary.EntityHelpers/Common/BaseEntityHelper.cs#L101-L107) mofied to use "FetchExpression".
- [XrmLibrary.ExtensionMethods.2016](https://github.com/emregulcan/xrmlibrary.2016/tree/master/XrmLibrary.ExtensionMethods) assembly dependecy removed.
- [GetMemberList](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Marketing/ListHelper.cs#L281-L310) method added to Marketing.ListHelper. This retrieves all members in marketing list (without regarding Static or Dynamic) and returns ListMemberResult class.
- [BaseEntityHelper.Get(string fetchxml)](https://github.com/emregulcan/xrmlibrary.2016/blob/master/source/XrmLibrary.EntityHelpers/Common/BaseEntityHelper.cs#L101-L107) mofied to use "FetchExpression".
- [XrmLibrary.ExtensionMethods.2016](https://github.com/emregulcan/xrmlibrary.2016/tree/master/source/XrmLibrary.ExtensionMethods) assembly dependecy removed.

## v1.0
- First release

0 comments on commit 76f3549

Please sign in to comment.