Skip to content

Commit 7982f93

Browse files
committed
Up'd version
1 parent 7f35652 commit 7982f93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

KdTreeLib/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("KdTreeLib")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("Generic multi-dimensional binary search tree")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("codeandcats@gmail.com")]
1212
[assembly: AssemblyProduct("KdTreeLib")]
1313
[assembly: AssemblyCopyright("Copyright © 2013")]
1414
[assembly: AssemblyTrademark("")]
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

KdTreeTestsLib/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)