Commit 844e8b2
support for framework 4.0 using nuget (#11)
* 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.1 parent 7924ca2 commit 844e8b2
2 files changed
+39
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
31 | | - | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
0 commit comments