diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d7d358a..6aa2c6e 100755 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,5 @@ +#### 0.0.1 - May 2017 +* GA + #### 0.0.1-beta - May 2017 * Initial release diff --git a/appveyor.yml b/appveyor.yml index 3fecf4e..6647347 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,5 +6,5 @@ build_script: test: off version: 0.0.1.{build} artifacts: - - path: bin + - path: build_output name: bin diff --git a/docs/content/tutorial.fsx b/docs/content/tutorial.fsx index 1c468e2..cd715a7 100755 --- a/docs/content/tutorial.fsx +++ b/docs/content/tutorial.fsx @@ -125,7 +125,7 @@ You may want to have your own implementations instead using the official Cassand InMem API ======================== -InMem implmenetation of the interpreter takes a ResizeArray as the source to work agains and can be supplied instead +InMem implemenetation of the interpreter takes a ResizeArray as the source to work agains and can be supplied instead of Cassandra interpreter: *)