Skip to content

Commit

Permalink
merged pull request #23 from awmcc90 to catch specific reflection inv…
Browse files Browse the repository at this point in the history
…ocation exceptions, not all
  • Loading branch information
Jeremy Tammik committed Feb 6, 2017
1 parent 2e1fd76 commit 81d64da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CS/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
// 2017-02-02 - 2017.0.0.12 - merged pull #21 from @eibre adding UnitType property on the parameter Definition class
// 2017-02-02 - 2017.0.0.13 - whitespace
// 2017-02-06 - 2017.0.0.14 - merged pull request #22 from awmcc90 drastic changes implementing object inspection via reflection and cross-version compatibility
// 2017-02-06 - 2017.0.0.15 - merged pull request #23 from awmcc90 to catch specific reflection invocation exceptions, not all
//
[assembly: AssemblyVersion( "2017.0.0.14" )]
[assembly: AssemblyFileVersion( "2017.0.0.14" )]
[assembly: AssemblyVersion( "2017.0.0.15" )]
[assembly: AssemblyFileVersion( "2017.0.0.15" )]

0 comments on commit 81d64da

Please sign in to comment.