Skip to content

Commit

Permalink
1.8.16
Browse files Browse the repository at this point in the history
- fixes: when setup kit run first time, did not load setup sample
correctly
  • Loading branch information
jtorjo committed Mar 23, 2016
1 parent a560307 commit 03c9d3e
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 162 deletions.
4 changes: 2 additions & 2 deletions src/LwFileAssociations/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("1.8.15.0")]
[assembly: AssemblyFileVersion("1.8.15.0")]
[assembly: AssemblyVersion("1.8.16.0")]
[assembly: AssemblyFileVersion("1.8.16.0")]
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,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("1.8.15.0")]
[assembly: AssemblyFileVersion("1.8.15.0")]
[assembly: AssemblyVersion("1.8.16.0")]
[assembly: AssemblyFileVersion("1.8.16.0")]
2 changes: 2 additions & 0 deletions src/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

1.8.16
- fixes: when setup kit run first time, did not load setup sample correctly


1.8.15
Expand Down
Loading

0 comments on commit 03c9d3e

Please sign in to comment.