Skip to content

Commit

Permalink
Updated version of the outlook/interface to 0.3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FFMG committed Jun 1, 2016
1 parent 7b6af32 commit 8472424
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Classifier.Interfaces/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.3.0.4")]
[assembly: AssemblyFileVersion("0.3.0.4")]
[assembly: AssemblyVersion("0.3.0.5")]
[assembly: AssemblyFileVersion("0.3.0.5")]
4 changes: 2 additions & 2 deletions Classifier.Outlook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// 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.3.0.4")]
[assembly: AssemblyFileVersion("0.3.0.4")]
[assembly: AssemblyVersion("0.3.0.5")]
[assembly: AssemblyFileVersion("0.3.0.5")]

7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ But it does not take that long, really, invest a couple of day creating good Mag
- You can either debug and/or simply run outlook.

## Versions
#### 0.3.0.4 (01/06/2016)
#### 0.3.0.5 (01/06/2016)
- Fixed a couple of EventSource issues.
- Changed the output name of the setup.exe so it includes the version number.

#### 0.3.0.4 (17/02/2016)
- Updated to new Classifier engine 1.1.0, (bug fixes)
- New setting to remove very common words, ("Option.CommonWordsMinPercent").
- Added ***GetEngineVersion()*** to use the new engine version.
- Added possibility to change the common word percentage.
- Changed the output name of the setup.exe so it includes the version number.

#### 0.3.0.3 (01/02/2016)
- Updated to new Classifier engine, (bug fixes)
Expand Down

0 comments on commit 8472424

Please sign in to comment.