diff --git a/.vs/encog-core-cs/v15/sqlite3/storage.ide b/.vs/encog-core-cs/v15/sqlite3/storage.ide
new file mode 100644
index 00000000..b94f304a
Binary files /dev/null and b/.vs/encog-core-cs/v15/sqlite3/storage.ide differ
diff --git a/ConsoleExamples/Properties/AssemblyInfo.cs b/ConsoleExamples/Properties/AssemblyInfo.cs
index d2b4afa2..e2298e98 100644
--- a/ConsoleExamples/Properties/AssemblyInfo.cs
+++ b/ConsoleExamples/Properties/AssemblyInfo.cs
@@ -32,7 +32,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("organization")]
[assembly: AssemblyProduct("ConsoleExamples")]
-[assembly: AssemblyCopyright("Copyright © organization 2010")]
+[assembly: AssemblyCopyright("Copyright © organization 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/encog-core-cs/EncogFramework.cs b/encog-core-cs/EncogFramework.cs
index 24b24c59..b8e7ef80 100644
--- a/encog-core-cs/EncogFramework.cs
+++ b/encog-core-cs/EncogFramework.cs
@@ -40,7 +40,7 @@ public class EncogFramework
///
/// The current engog version, this should be read from the properties.
///
- public static string Version = "3.3.0";
+ public static string Version = "3.4.0";
///
/// The platform.
diff --git a/encog-core-cs/Properties/AssemblyInfo.cs b/encog-core-cs/Properties/AssemblyInfo.cs
index f5a07dc8..d05ce8f7 100644
--- a/encog-core-cs/Properties/AssemblyInfo.cs
+++ b/encog-core-cs/Properties/AssemblyInfo.cs
@@ -28,11 +28,11 @@
// associated with an assembly.
[assembly: AssemblyTitle("Encog")]
-[assembly: AssemblyDescription("Encog Artificial Intelligence Framework v3.3")]
+[assembly: AssemblyDescription("Encog Artificial Intelligence Framework v3.4.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Heaton Research, Inc.")]
[assembly: AssemblyProduct("Encog")]
-[assembly: AssemblyCopyright("Copyright © 2014")]
+[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/encog-core-cs/encog-core-cs.nuspec b/encog-core-cs/encog-core-cs.nuspec
new file mode 100644
index 00000000..db4c3b61
--- /dev/null
+++ b/encog-core-cs/encog-core-cs.nuspec
@@ -0,0 +1,16 @@
+
+
+
+ encog-dotnet-core
+ 3.4.0
+ Jeff Heaton
+ Heaton Research, Inc.
+ http://www.heatonresearch.com/copyright
+ http://www.heatonresearch.com/encog
+ http://www.heatonresearch.com/images/encog/logo/encog32.png
+ false
+ Encog Machine Learning Frameworks
+ Encog is an advanced machine learning framework that supports a variety of advanced algorithms, as well as support classes to normalize and process data. Machine learning algorithms such as Support Vector Machines, Artificial Neural Networks, Genetic Programming, Bayesian Networks, Hidden Markov Models and Genetic Algorithms are supported. Most Encog training algoritms are multi-threaded and scale well to multicore hardware. Encog can also make use of a GPU to further speed processing time. A GUI based workbench is also provided to help model and train machine learning algorithms. Encog has been in active development since 2008.
+ encog neural ai machine learnings
+
+