Skip to content

Commit 4b79d87

Browse files
committed
Centralized Assembly information to AssemblyVersion.cs
1 parent eb7f22b commit 4b79d87

File tree

29 files changed

+9
-137
lines changed

29 files changed

+9
-137
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Build/
33
BuildTest/
44
packages/
5+
nupkgs/
56
bin/
67
obj/
78
out/

src/SharpLearning.AdaBoost.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.AdaBoost.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.AdaBoost.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.AdaBoost/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.AdaBoost")]
99
[assembly: AssemblyDescription("SharpLearning.AdaBoost, provides learning algorithms and models for AdaBoost regression and classification.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.AdaBoost")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Common.Interfaces/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Common.Interfaces")]
99
[assembly: AssemblyDescription("SharpLearning.Common.Interfaces, provides common interfaces for SharpLearning.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Common.Interfaces")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Containers.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Containers.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Containers.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Containers/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Containers")]
99
[assembly: AssemblyDescription("SharpLearning.Containers, provides containers and base extension methods for SharpLearning.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Containers")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Containers/Properties/AssemblyVersion.cs

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
//
1010
// You can specify all the values or you can default the Build and Revision Numbers
1111
// by using the '*' as shown below:
12-
[assembly: AssemblyVersion("0.23.*")]
13-
[assembly: AssemblyFileVersion("0.23.8.8")]
12+
[assembly: AssemblyVersion("0.23.0.0")]
13+
[assembly: AssemblyFileVersion("0.23.9.0")]
14+
[assembly: AssemblyInformationalVersion("0.23.9.0")]
1415
// SharpLearning
16+
[assembly: AssemblyConfiguration("")]
17+
[assembly: AssemblyCompany("@mdabros")]
18+
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
19+
[assembly: AssemblyTrademark("")]
20+
[assembly: AssemblyCulture("")]

src/SharpLearning.CrossValidation.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Containers.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Containers.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.CrossValidation/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Containers.Test")]
99
[assembly: AssemblyDescription("SharpLearning.CrossValidation, provides cross-validation, training/test set samplers and learning curves for SharpLearning.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Containers.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.DecisionTrees.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.DecisionTrees.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.DecisionTrees.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.DecisionTrees/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.DecisionTrees")]
99
[assembly: AssemblyDescription("SharpLearning.DecisionTrees, provides learning algorithms and models for DecisionTree regression and classification.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.DecisionTrees")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Ensemble.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Ensemble.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Ensemble.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2016")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Ensemble/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Ensemble")]
99
[assembly: AssemblyDescription("SharpLearning.Ensemble, provides ensemble learning for regression and classification.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Ensemble")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2016")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.FeatureTransformations.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.FeatureTransformations.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.FeatureTransformations.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2015")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.FeatureTransformations/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.FeatureTransformations")]
99
[assembly: AssemblyDescription("SharpLearning.FeatureTransformations, provides matrix and CsvRow transforms.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.FeatureTransformations")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2015")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.GradientBoost.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.GradientBoost.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.GradientBoost.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.GradientBoost/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.GradientBoost")]
99
[assembly: AssemblyDescription("SharpLearning.GradientBoost, provides learning algorithms and models for GradientBoost regression and classification.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.GradientBoost")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.InputOutput.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.InputOutput.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.InputOutput.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.InputOutput/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.InputOutput")]
99
[assembly: AssemblyDescription("SharpLearning.InputOutput, provides CsvParser and serialization for SharpLearning.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.InputOutput")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Metrics.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Metrics.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Metrics.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Metrics/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Metrics")]
99
[assembly: AssemblyDescription("SharpLearning.Metrics, provides classification, regression, impurity and ranking metrics.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Metrics")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Neural.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Neural.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Neural.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2016")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Neural/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Neural")]
99
[assembly: AssemblyDescription("SharpLearning.Neural, provides learning algorithms and models for neural net regression and classification")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Neural")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2016")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Optimization.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Optimization.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Optimization.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2015")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Optimization/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Optimization")]
99
[assembly: AssemblyDescription("SharpLearning.Optimization, provides optimization algorithms.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Optimization")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2015")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.RandomForest.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.RandomForest.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.RandomForest.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.RandomForest/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.RandomForest")]
99
[assembly: AssemblyDescription("SharpLearning.RandomForest, provides learning algorithms and models for RandomForest and ExtraTrees regression and classification.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.RandomForest")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Threading.Test/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Threading.Test")]
99
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Threading.Test")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

src/SharpLearning.Threading/Properties/AssemblyInfo.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SharpLearning.Threading")]
99
[assembly: AssemblyDescription("SharpLearning.Threading, provides basic threading for SharpLearning")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
1210
[assembly: AssemblyProduct("SharpLearning.Threading")]
13-
[assembly: AssemblyCopyright("Copyright © Mads Dabros 2014")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
1611

1712
// Setting ComVisible to false makes the types in this assembly not visible
1813
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)