Update References to match Graffiti CMS 1.01 (SP1)
Two new methods submitted by Brian Zalk:
- GetNextPostForCategory(string categoryName, Post currentPost)
- GetPreviousPostForCategory(string categoryName, Post currentPost)
Added Four new tests to test the new methods:
- GetNextPostForCategoryShouldReturnValidPost()
- GetNextPostForCategoryShouldReturnNullWhenPostIsLastPostInCategory()
- GetPreviousPostForCategoryShouldReturnValidPost()
- GetPreviousPostForCategoryShouldReturnNullWhenPostIsFirstPostInCategory()
Updated Version Number to 1.0.0.2
Updated ReadMe.txt