diff --git a/MailComponent/Mail/InternetMailAttachment.cs b/MailComponent/Mail/InternetMailAttachment.cs
index 0c1aefe..223a23f 100755
--- a/MailComponent/Mail/InternetMailAttachment.cs
+++ b/MailComponent/Mail/InternetMailAttachment.cs
@@ -7,7 +7,7 @@ This Source Code Form is subject to the terms of the
using System;
using ScriptEngine.Machine.Contexts;
using ScriptEngine.Machine;
-using ScriptEngine.HostedScript.Library;
+using ScriptEngine.HostedScript.Library.Binary;
namespace OneScript.InternetMail
{
diff --git a/MailComponent/Mail/InternetMailAttachments.cs b/MailComponent/Mail/InternetMailAttachments.cs
index 0d9cd6a..29218b9 100755
--- a/MailComponent/Mail/InternetMailAttachments.cs
+++ b/MailComponent/Mail/InternetMailAttachments.cs
@@ -9,7 +9,7 @@ This Source Code Form is subject to the terms of the
using ScriptEngine.Machine;
using System.Collections.Generic;
using System.Collections;
-using ScriptEngine.HostedScript.Library;
+using ScriptEngine.HostedScript.Library.Binary;
namespace OneScript.InternetMail
{
diff --git a/MailComponent/Mail/InternetMailMessage.cs b/MailComponent/Mail/InternetMailMessage.cs
index 8f204ea..3f30b43 100755
--- a/MailComponent/Mail/InternetMailMessage.cs
+++ b/MailComponent/Mail/InternetMailMessage.cs
@@ -8,6 +8,7 @@ This Source Code Form is subject to the terms of the
using ScriptEngine.Machine.Contexts;
using ScriptEngine.Machine;
using ScriptEngine.HostedScript.Library;
+using ScriptEngine.HostedScript.Library.Binary;
using System.IO;
using MimeKit;
diff --git a/MailComponent/Mail/InternetMailText.cs b/MailComponent/Mail/InternetMailText.cs
index 0d93686..db40a52 100755
--- a/MailComponent/Mail/InternetMailText.cs
+++ b/MailComponent/Mail/InternetMailText.cs
@@ -6,7 +6,7 @@ This Source Code Form is subject to the terms of the
----------------------------------------------------------*/
using System;
using ScriptEngine.Machine.Contexts;
-using ScriptEngine.HostedScript.Library;
+using ScriptEngine.HostedScript.Library.Binary;
using MimeKit;
namespace OneScript.InternetMail
diff --git a/MailComponent/MailComponent.csproj b/MailComponent/MailComponent.csproj
index bca205d..a79ddc2 100755
--- a/MailComponent/MailComponent.csproj
+++ b/MailComponent/MailComponent.csproj
@@ -32,12 +32,6 @@
..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll
-
- ..\packages\ScriptEngine.dll
-
-
- ..\packages\ScriptEngine.HostedScript.dll
-
..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll
@@ -47,8 +41,17 @@
..\packages\MimeKit.1.10.0\lib\net45\MimeKit.dll
+
+ ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll
+
+
+ ..\packages\OneScript.StandardLibrary.1.0.15\lib\net40\ScriptEngine.HostedScript.dll
+
+
+ ..\packages\OneScript.1.0.15\lib\net40\ScriptEngine.dll
+
- ..\packages\MailKit.1.10.0\lib\net45\MailKit.dll
+ ..\packages\MailKit.1.10.1\lib\net45\MailKit.dll
diff --git a/MailComponent/Properties/AssemblyInfo.cs b/MailComponent/Properties/AssemblyInfo.cs
index 5ac6049..2ce6d5c 100755
--- a/MailComponent/Properties/AssemblyInfo.cs
+++ b/MailComponent/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion("1.0.2.*")]
+[assembly: AssemblyVersion("1.0.3.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
diff --git a/MailComponent/packages.config b/MailComponent/packages.config
index fad7efa..84b4a4f 100755
--- a/MailComponent/packages.config
+++ b/MailComponent/packages.config
@@ -2,6 +2,9 @@
-
+
+
+
+
\ No newline at end of file
diff --git a/NUnitTests/NUnitTests.csproj b/NUnitTests/NUnitTests.csproj
index c34c110..eaf4bce 100755
--- a/NUnitTests/NUnitTests.csproj
+++ b/NUnitTests/NUnitTests.csproj
@@ -32,11 +32,14 @@
..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll
-
- ..\packages\ScriptEngine.dll
+
+ ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll
- ..\packages\ScriptEngine.HostedScript.dll
+ ..\packages\OneScript.StandardLibrary.1.0.15\lib\net40\ScriptEngine.HostedScript.dll
+
+
+ ..\packages\OneScript.1.0.15\lib\net40\ScriptEngine.dll
diff --git a/NUnitTests/packages.config b/NUnitTests/packages.config
index 4af9cac..6532a1b 100755
--- a/NUnitTests/packages.config
+++ b/NUnitTests/packages.config
@@ -1,5 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/TestApp/TestApp.csproj b/TestApp/TestApp.csproj
index d7f4dac..43e4663 100755
--- a/TestApp/TestApp.csproj
+++ b/TestApp/TestApp.csproj
@@ -31,13 +31,16 @@
..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll
+
+
+ ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll
+
- ..\packages\ScriptEngine.HostedScript.dll
+ ..\packages\OneScript.StandardLibrary.1.0.15\lib\net40\ScriptEngine.HostedScript.dll
- ..\packages\ScriptEngine.dll
+ ..\packages\OneScript.1.0.15\lib\net40\ScriptEngine.dll
-
diff --git a/TestApp/packages.config b/TestApp/packages.config
index 884f48a..82fed5f 100755
--- a/TestApp/packages.config
+++ b/TestApp/packages.config
@@ -1,4 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/lib/packagedef b/lib/packagedef
index 3ff361a..0218e58 100755
--- a/lib/packagedef
+++ b/lib/packagedef
@@ -4,7 +4,7 @@
//
Описание.Имя("InternetMail")
- .Версия("1.0.2")
+ .Версия("1.0.3")
.Автор("Батанов Сергей")
.АдресАвтора("sergey.batanov@dmpas.ru")
.Описание("Реализация стандартных объектов из раздела ИнтернетПочта")