-
Notifications
You must be signed in to change notification settings - Fork 20
[FSSDK-8938] chore: Updated newtonsoft.Json version and NjsonSchema version #330
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why so many references are added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were added automatically when I updated the package. Additional dependency of Namotion.Reflection was added automatically and it is now a required dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update nuspec as well to use v3.
Great catch. I did not know about .nuspec reqs. Still much to learn. Thanks Sohail & Noman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@mikechu-optimizely when do you think this will get released? |
@nuttytree, We have a major new feature releasing soon which will of course include this edit to NuGet. Let me put an agenda item on today's stand up meeting to discuss. |
…ersion (#330) * Updated newtonsoft.Json version and NjsonSchema version * fix * reverting endline * updated to latest * Updated version in nuspec * Reverting unneseccary dependency * Namotion.reflection is required dependency after update --------- Co-authored-by: mnoman09 <m.nomanshoaib09@gmail.com> Co-authored-by: Mike Chu <104384559+mikechu-optimizely@users.noreply.github.com> (cherry picked from commit 503c7d8)
* chore : updated prefix of ticket-check action (#314) (cherry picked from commit 678c6fd) * chore: Fix and Reconfigure GitHub Actions (#319) * Fix <return> method doc for IsFeatureEnabled (#329) * [FSSDK-8938] chore: Updated newtonsoft.Json version and NjsonSchema version (#330) * [FSSDK-8955] Refac: Replaced all instances of full stack except from changelog file and code files (#331) * Replaced all instances of full stack except from changelog file and code files Co-authored-by: Griffin Cox <104227910+griffincox-optimizely@users.noreply.github.com> * [FSSDK-8955] Do not lint markdown for now * [FSSDK-8955] Remove VALIDATE_MARKDOWN --------- Co-authored-by: mnoman09 <m.nomanshoaib09@gmail.com> Co-authored-by: Griffin Cox <104227910+griffincox-optimizely@users.noreply.github.com> Co-authored-by: Mike Chu <michael.chu@optimizely.com> (cherry picked from commit 5f16357) (cherry picked from commit 887166e) * [FSSDK-8955] Refac: Replaced all instances of full stack from code comments and in nuspec except owner. (#332) (cherry picked from commit 2a5b19c) * [FSSDK-8955] chore: prepare for release 3.11.2 (#333) * [FSSDK-8955] chore: prepare for release 3.11.2 * Nit fixed --------- Co-authored-by: mnoman09 <m.nomanshoaib09@gmail.com> (cherry picked from commit e620c08) * updated release date to 16th March --------- Co-authored-by: Muhammad Shaharyar <shairy333@gmail.com> Co-authored-by: Mike Chu <104384559+mikechu-optimizely@users.noreply.github.com> Co-authored-by: mnoman09 <m.nomanshoaib09@gmail.com>
Summary
Test plan
All tests should pass.
Issues