diff --git a/Readme.txt b/Readme.txt index dd5c943..90898fb 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,12 +1,13 @@ Release Notes -Version 2.?.?.? +Version 2.1.0 - Enhancements to provide adherence to the HAL spec: - Support array of link objects for any given rel, instead of only allowing a single link object. - Support embedded single resource object for any given rel, instead of only allowing an array of resource objects. - Support multiple rels within embedded, instead of only allowing one rel for an array of resource objects. - Support RFC6570 URI Templates. + - Support array of link objects for any given rel, instead of only allowing a single link object. + - Support embedded single resource object for any given rel, instead of only allowing an array of resource objects. + - Support multiple rels within embedded, instead of only allowing one rel for an array of resource objects. + - Support RFC6570 URI Templates. - Deprecated WebApi.Hal.RepresentationList: use WebApi.Hal.SimpleListRepresentation instead. - A future release will remove WebApi.Hal.RepresentationList. + - A future release will remove WebApi.Hal.RepresentationList. + - SimpleListRepresentation removes the need to manually specify the list hypermedia - Removed WebApi.Hal.Link.RegisterLinkWithWebApi. - Use ordinary MVC/WebApi machinery. HAL UriTemplates must comply with RFC6570, which was in conflict with route generation helpers. + - Use ordinary MVC/WebApi machinery. HAL UriTemplates must comply with RFC6570, which was in conflict with route generation helpers. diff --git a/WebApi.Hal.sln b/WebApi.Hal.sln index 22e6899..a792cb3 100644 --- a/WebApi.Hal.sln +++ b/WebApi.Hal.sln @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Build.cmd = Build.cmd Licence.md = Licence.md README.md = README.md + Readme.txt = Readme.txt EndProjectSection EndProject Global