Skip to content

Commit

Permalink
Merged PR 1590: move to 1.0.2
Browse files Browse the repository at this point in the history
update version so we can publish new nuget.
  • Loading branch information
lovettchris authored and pdeligia committed Mar 24, 2020
1 parent 4e941ed commit 33bc4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/version.props
@@ -1,7 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.0.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion History.md
@@ -1,5 +1,6 @@
## v1.0.2*
## v1.0.2
- Make ActorRuntimeLogGraphBuilder public.
- Add CreateStateMachine to IActorRuntimeLog.

## v1.0.1
- Fixes an issue in the runtime (there should always be a default task runtime instance).
Expand Down

0 comments on commit 33bc4b2

Please sign in to comment.