Skip to content

Commit d6f554f

Browse files
committed
Merge pull request #93 from WebApiContrib/92
Make WriteDocument setter public, fix for #92. Also a README update
2 parents fc79ee6 + 42dcb31 commit d6f554f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CollectionJson.NET
22

3-
This library provides support for ASP.NET Web API using the [Collection+JSON] (http://amundsen.com/media-types/collection/) hypermedia mediatype authored by [Mike Amundsen] (http://twitter.com/mamund).
3+
This library provides support for using the [Collection+JSON] (http://amundsen.com/media-types/collection/) hypermedia mediatype authored by [Mike Amundsen] (http://twitter.com/mamund).
44

55
## Features
66

src/CollectionJson/WriteDocument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ namespace CollectionJson
1010
public class WriteDocument : IWriteDocument
1111
{
1212
[DataMember(Name = "template")]
13-
public Template Template { get; private set; }
13+
public Template Template { get; set; }
1414
}
1515
}

0 commit comments

Comments
 (0)