Skip to content

Commit

Permalink
Commit to go with the release
Browse files Browse the repository at this point in the history
  • Loading branch information
FFMG committed Jan 9, 2019
1 parent 59eec91 commit 1865d2b
Show file tree
Hide file tree
Showing 17 changed files with 3,025 additions and 143 deletions.
2 changes: 1 addition & 1 deletion Classifier.Interfaces/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Classifier.Interfaces")]
[assembly: AssemblyCopyright("Copyright © 2015-2017")]
[assembly: AssemblyCopyright("Copyright © 2015-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions Classifier.Outlook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("http://www.myoddweb.com")]
[assembly: AssemblyProduct("Myoddweb.Classifier")]
[assembly: AssemblyCopyright("Copyright (c) 2015-2017")]
[assembly: AssemblyCopyright("Copyright (c) 2015-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -24,6 +24,6 @@
[assembly: Guid("0dea111e-f282-4cdc-b265-cd9b85be1eea")]

// 0.8.0.1 - Some performance fixes.
// NewtonSoft 11.0.2
// NewtonSoft 12.0.1
[assembly: AssemblyVersion("0.8.0.1")]
[assembly: AssemblyFileVersion("0.8.0.1")]
4 changes: 2 additions & 2 deletions Classifier.Outlook/myoddweb.classifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
-->
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
2 changes: 1 addition & 1 deletion Classifier.Outlook/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion Classifier.viewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("myoddweb.viewer")]
[assembly: AssemblyCopyright("Copyright (c) 2017")]
[assembly: AssemblyCopyright("Copyright (c) 2015-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Binary file modified bin/Newtonsoft.Json.dll
Binary file not shown.
615 changes: 488 additions & 127 deletions bin/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file added bin/System.Threading.Tasks.Extensions.dll
Binary file not shown.
253 changes: 253 additions & 0 deletions bin/System.Threading.Tasks.Extensions.xml

Large diffs are not rendered by default.

Binary file added bin/System.ValueTuple.dll
Binary file not shown.
2,269 changes: 2,269 additions & 0 deletions bin/System.ValueTuple.xml

Large diffs are not rendered by default.

Binary file modified bin/x64/Classifier.Engine.dll
Binary file not shown.
Binary file modified bin/x86/Classifier.Engine.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<Reference Include="Moq, Version=4.10.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\..\packages\Moq.4.10.0\lib\net45\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
<Reference Include="Moq, Version=4.10.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\..\packages\Moq.4.10.0\lib\net45\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion common/myoddweb.classifierUnitTest/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Castle.Core" version="4.3.1" targetFramework="net45" />
<package id="Moq" version="4.10.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net45" />
<package id="NUnit" version="3.11.0" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.10.0" targetFramework="net45" />
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net45" />
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MyOddWeb.Classifier [![Release](https://img.shields.io/badge/release-v0.7.0.5-brightgreen.png?style=flat)](https://github.com/FFMG/myoddweb.classifier/releases/latest)
# MyOddWeb.Classifier [![Release](https://img.shields.io/badge/release-v0.8.0.1-brightgreen.png?style=flat)](https://github.com/FFMG/myoddweb.classifier/releases/latest)

<!---
Mono does not work currently...
Expand Down Expand Up @@ -52,10 +52,10 @@ MyOddWeb Classifier works with POP3, SMTP, NNTP proxies IMAP and exchanges.
- You can either debug and/or simply run outlook.

## Versions
#### 0.8.0.1 (xx/10/2018)
#### 0.8.0.1 (09/01/2019)
- Some code cleanup
- Updated to engine 1.7.0
- Sqlite 3.25.2
- Sqlite 3.26.0

#### 0.7.0.5 (09/11/2017)

Expand Down

0 comments on commit 1865d2b

Please sign in to comment.