Skip to content

Commit

Permalink
Preparations for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roemer committed Apr 8, 2021
1 parent 93ea360 commit 1204350
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.3.0 (2021-04-08)

### Enhancements
* Show ControlType.Custom if the controltype is not supported
* Added capture selected item
* Added Text Pattern with some properties
* Added a global Refresh (F5)
* Added various exception handlers

## 1.2.0 (2017-05-24)

### Enhancements
Expand Down
6 changes: 3 additions & 3 deletions src/FlaUInspect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]

0 comments on commit 1204350

Please sign in to comment.