You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* merged testing framework nunit and travis compatability.
* test
* Create separate class for PrivateObject
* replacing condition for framework detection.
* Travis Compatible build. (#2)
* Adding travis badge to the README.
* Change GetExecutingAssembly to GetEntryAssembly for NetStandard1.6 compability.
* Created NetStandard 1.6 version of the main Optimizely SDK project.
* Fixed accessing Assembly issue for .NetStandard16
* fixed resource name
* made new solution file for travis and use that file in travis configuration
* nuget spec for multiple platform and PS script for creating package from spec file
* added new project for 3.5 assembly and made some changes in existing code to build 3.5 assembly
* added 3.5 assembly into nuget package
* fixed issues in httpwebrequest
* license header change
* switched Json.net with Unity version
* enable test project on VS Mac
* User profile partial stuff.
* Integrated with Optimizely class.
* existing unit test correction
* Cleanup EventTagUtils
* adding config files for decision service.
* userprofile feature reworked.
* checking temporarily.
* Optimizely unit test.
* partial check-in refactored code.
* finalizing user profile.
* user profile
* Fixed NetStandard1.6 project compilation (missing new files).
* Fixing compiler warnings
* Refactoring DecisionService
* Simplified UserProfile slightly
* Formatting
* More improvements to DecisionService and UserProfile
* Moving Bucketing related logic into Bucketing folder and namespace. Also matches the Java SDK structure.
* More DecsisionService cleanup
* Undid changes to fix unit tests
* user profile reverted code.
* correcting test cases.
* slight refactoring.
* more specific name
* more cleanup.
* Based on Mike's feedback.
Assert in test methods either calling bucket or not.
moved constants to Userprofile
Removed userprofile validation coz of performance issue.
* more feedback from mike.
* Please change the version before releasing it to Nuget repo.
Issues Fixed.
.Net framework 4.0 support using nuget installation.
* Just indented and added net 4.0 support.
0 commit comments