Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffheaton committed Sep 1, 2017
1 parent a966db7 commit 9a278fc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
Binary file added .vs/encog-core-cs/v15/sqlite3/storage.ide
Binary file not shown.
2 changes: 1 addition & 1 deletion ConsoleExamples/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
2 changes: 1 addition & 1 deletion encog-core-cs/EncogFramework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class EncogFramework
/// <summary>
/// The current engog version, this should be read from the properties.
/// </summary>
public static string Version = "3.3.0";
public static string Version = "3.4.0";

/// <summary>
/// The platform.
Expand Down
4 changes: 2 additions & 2 deletions encog-core-cs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
16 changes: 16 additions & 0 deletions encog-core-cs/encog-core-cs.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>encog-dotnet-core</id>
<version>3.4.0</version>
<authors>Jeff Heaton</authors>
<owners>Heaton Research, Inc.</owners>
<licenseUrl>http://www.heatonresearch.com/copyright</licenseUrl>
<projectUrl>http://www.heatonresearch.com/encog</projectUrl>
<iconUrl>http://www.heatonresearch.com/images/encog/logo/encog32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Encog Machine Learning Frameworks</description>
<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>
<tags>encog neural ai machine learnings</tags>
</metadata>
</package>

0 comments on commit 9a278fc

Please sign in to comment.