Skip to content

Commit

Permalink
update versions and changelog with all changes to date
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocretes committed Apr 27, 2016
1 parent f94c44d commit 0f16c45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.2.0 [April 27, 2016]
* Modify API for most existing function to match other agents
* Make most Instrumental calls return the value being sent, or the action result for Time()
* Improve behavior on disconnect/reconnect

### 0.1.0 [April 13, 2016]
* Clean up existing build process

Expand Down
2 changes: 1 addition & 1 deletion Instrumental.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Instrumental</id>
<version>0.1.0</version>
<version>0.2.0</version>
<authors>Nathan Acuff</authors>
<owners>Nathan Acuff</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]

0 comments on commit 0f16c45

Please sign in to comment.