Jass Bagga
|
48ab68bd2a
|
Upgrade to msbuild
Addresses #57
|
2017-01-30 15:58:19 -08:00 |
Kiran Challa
|
b240929cf4
|
Merge branch 'rel/1.1.1' into dev
Conflicts:
NuGet.config
src/Microsoft.AspNetCore.JsonPatch/project.json
test/Microsoft.AspNetCore.JsonPatch.Test/project.json
|
2017-01-26 14:02:29 -08:00 |
Kiran Challa
|
7a487a880a
|
[Fixes #48] Regression: List add must support adding items where index is same as count of elements
|
2017-01-26 13:48:12 -08:00 |
Jass Bagga
|
0795ec1d9a
|
Add tests for Replace operation with null checks for property (#56)
See #32
|
2017-01-26 11:28:35 -08:00 |
Kiran Challa
|
e8452821b9
|
[Fixes #50] JsonPatchDocument.Replace() yields invalid path when [JsonProperty] is used (1.1.0)
|
2017-01-03 15:15:01 -08:00 |
Eilon Lipton
|
32c68c335c
|
Merge pull request #49 from drovani/patch-1
Fixed minor spelling error in comments.
|
2016-12-28 14:37:51 -08:00 |
David Rovani
|
5966024d01
|
Fixed minor spelling error in comments.
|
2016-12-23 09:33:39 -06:00 |
Pranav K
|
c8c2dfaad9
|
Updating to 4.4 CoreFx packages
|
2016-12-14 14:47:29 -08:00 |
Ajay Bhargav Baaskaran
|
9bf8486fe5
|
Removed packages list in NuGetPackageVerifier.json
|
2016-12-12 00:42:23 -08:00 |
N. Taylor Mullen
|
5d8be62037
|
Update .travis.yml osx image to xcode7.3.
|
2016-12-08 10:01:52 -08:00 |
N. Taylor Mullen
|
4dea3e7512
|
Pin global.json SDK to 1.0.0-preview2-1-003177.
|
2016-11-23 15:57:04 -08:00 |
Pranav K
|
4faf89030c
|
Pinning versions for 1.1.0 release
|
2016-11-18 12:12:17 -08:00 |
Nate McMaster
|
758f35835c
|
Clean tmp folder after unzipping KoreBuild
|
2016-11-18 10:56:54 -08:00 |
Pranav K
|
6ee6220e06
|
Updating versions to 1.2.0-*
|
2016-11-09 14:18:11 -08:00 |
Pranav K
|
1c5d21e84c
|
Merge branch 'rel/1.1.0' into dev
|
2016-11-09 11:31:29 -08:00 |
Pranav K
|
fd2aec9d34
|
Branching for 1.1.0
|
2016-11-09 11:31:27 -08:00 |
Cyprien Autexier
|
fe2453b93a
|
Escaping support for JSON pointers
|
2016-11-07 22:11:22 -08:00 |
jacalvar
|
373097e0dd
|
Created public API baselines
|
2016-11-04 17:05:30 -07:00 |
Kiran Challa
|
81931e75d4
|
Handle exceptions for invalid operation types
Related to https://github.com/aspnet/Mvc/issues/5463
|
2016-11-03 14:43:35 -07:00 |
Pranav K
|
04c0056c6a
|
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
|
2016-10-17 09:56:12 -07:00 |
Pranav K
|
ad17eb8b56
|
Branching for 1.1.0-preview1
|
2016-10-17 09:49:16 -07:00 |
Pranav K
|
17a4e83bab
|
Updating to netcoreapp1.1
|
2016-10-13 11:19:06 -07:00 |
Pranav K
|
681812d0f4
|
Revert "Updating to netcoreapp1.1"
This reverts commit ddcee4774d.
|
2016-10-12 16:08:53 -07:00 |
Pranav K
|
ddcee4774d
|
Updating to netcoreapp1.1
|
2016-10-12 13:45:39 -07:00 |
Kiran Challa
|
3b7f9b4043
|
Fixed version of System.Reflection.TypeExtensions package
|
2016-10-07 11:28:07 -07:00 |
Kiran Challa
|
393c25988a
|
[Fixes #33] Dictionary operations fail due to contract issues
|
2016-10-06 15:43:42 -07:00 |
Pranav K
|
9e8aee2478
|
Updating partner package versions
|
2016-09-28 11:51:01 -07:00 |
Kevin Dockx
|
c88aa0042a
|
Fix for issue #29 (Honor JsonProperty when serializing a JsonPatchDocument) (#35)
* Fix for issue #29 (Honor JsonProperty when serializing a JsonPatchDocument)
|
2016-09-28 09:37:21 -07:00 |
Doug Bunting
|
e72d4b4876
|
Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
|
2016-09-04 19:54:23 -07:00 |
Pranav K
|
2e53d0e55b
|
Switching to dotnet.myget.org feed
|
2016-08-09 15:04:20 -07:00 |
Pranav K
|
e991ebaa4f
|
Updating to Moq \ Castle.Core that does not require imports
|
2016-08-08 14:29:46 -07:00 |
BrennanConroy
|
c703551772
|
Update .travis.yml
|
2016-08-02 13:14:37 -07:00 |
Doug Bunting
|
6b08efb122
|
One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
|
2016-07-07 12:06:18 -07:00 |
Pranav K
|
24439bc400
|
Updating to RTM builds of xunit and Moq
|
2016-06-30 15:36:11 -07:00 |
Pranav K
|
36e5c0e6fa
|
Updating to dev versions
|
2016-06-16 10:18:08 -07:00 |
jacalvar
|
c35d2c4633
|
Merge branch 'release' into dev
|
2016-06-15 14:41:20 -07:00 |
jacalvar
|
d7d8af57f6
|
Update Json.NET to 9.0.1
|
2016-06-15 14:41:19 -07:00 |
Pranav K
|
1ba759e7aa
|
Merge branch 'release' into dev
|
2016-06-14 16:28:27 -07:00 |
Pranav K
|
288810c95c
|
Updating to release.
|
2016-06-14 16:21:56 -07:00 |
N. Taylor Mullen
|
af8e9fb443
|
Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
|
2016-06-13 15:27:34 -07:00 |
jacalvar
|
4d77dce803
|
Remove unncessary imports
|
2016-06-08 15:07:03 -07:00 |
jacalvar
|
0f1836c6dd
|
Update Json.NET to 9.0.1-beta1
|
2016-06-03 13:08:19 -07:00 |
Cesar Blum Silveira
|
8bd6311703
|
Fix OSX build on Travis.
|
2016-05-27 11:32:14 -07:00 |
John Luo
|
a2e3bdf408
|
React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
|
2016-05-26 18:29:26 -07:00 |
Pranav K
|
47ee8e0cfa
|
Revert "Update minor version of TypeConverter (#22)"
This reverts commit ca1e53bb34.
|
2016-05-18 09:44:47 -07:00 |
Ryan Brandenburg
|
ca1e53bb34
|
Update minor version of TypeConverter (#22)
|
2016-05-17 12:28:18 -07:00 |
Pranav K
|
83ad2b66f0
|
Merge branch 'release' into dev
|
2016-05-02 14:56:27 -07:00 |
Pranav K
|
2cd905dd44
|
Fix build warnings
|
2016-05-02 11:27:18 -07:00 |
Pranav K
|
fc9e2165e5
|
Merge branch 'release' into dev
|
2016-04-19 14:54:04 -07:00 |
Pranav K
|
088d8b291a
|
Use latest build of dotnet-test-xunit
|
2016-04-19 14:54:04 -07:00 |