Skip to content

Commit 9a278fc

Browse files
committed
Update version numbers.
1 parent a966db7 commit 9a278fc

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed
2.81 MB
Binary file not shown.

ConsoleExamples/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
[assembly: AssemblyConfiguration("")]
3333
[assembly: AssemblyCompany("organization")]
3434
[assembly: AssemblyProduct("ConsoleExamples")]
35-
[assembly: AssemblyCopyright("Copyright © organization 2010")]
35+
[assembly: AssemblyCopyright("Copyright © organization 2017")]
3636
[assembly: AssemblyTrademark("")]
3737
[assembly: AssemblyCulture("")]
3838

encog-core-cs/EncogFramework.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class EncogFramework
4040
/// <summary>
4141
/// The current engog version, this should be read from the properties.
4242
/// </summary>
43-
public static string Version = "3.3.0";
43+
public static string Version = "3.4.0";
4444

4545
/// <summary>
4646
/// The platform.

encog-core-cs/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
// associated with an assembly.
2929

3030
[assembly: AssemblyTitle("Encog")]
31-
[assembly: AssemblyDescription("Encog Artificial Intelligence Framework v3.3")]
31+
[assembly: AssemblyDescription("Encog Artificial Intelligence Framework v3.4.0")]
3232
[assembly: AssemblyConfiguration("")]
3333
[assembly: AssemblyCompany("Heaton Research, Inc.")]
3434
[assembly: AssemblyProduct("Encog")]
35-
[assembly: AssemblyCopyright("Copyright © 2014")]
35+
[assembly: AssemblyCopyright("Copyright © 2017")]
3636
[assembly: AssemblyTrademark("")]
3737
[assembly: AssemblyCulture("")]
3838

encog-core-cs/encog-core-cs.nuspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>encog-dotnet-core</id>
5+
<version>3.4.0</version>
6+
<authors>Jeff Heaton</authors>
7+
<owners>Heaton Research, Inc.</owners>
8+
<licenseUrl>http://www.heatonresearch.com/copyright</licenseUrl>
9+
<projectUrl>http://www.heatonresearch.com/encog</projectUrl>
10+
<iconUrl>http://www.heatonresearch.com/images/encog/logo/encog32.png</iconUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Encog Machine Learning Frameworks</description>
13+
<summary>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.</summary>
14+
<tags>encog neural ai machine learnings</tags>
15+
</metadata>
16+
</package>

0 commit comments

Comments
 (0)