Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit 2979009

Browse files
committed
bumping the version of tests
1 parent 0620c13 commit 2979009

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

tests/OpenMcdf.PerfTest/MemoryTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using NBench;
55
using HelpersFromTests = OpenMcdf.Test.Helpers;
66

7-
// This project is used for profiling memory and performances of OpenMCDF .
7+
// This project is used for profiling memory and performances of OpenMCDF.
88

99
namespace OpenMcdf.PerfTest
1010
{

tests/OpenMcdf.PerfTest/Properties/AssemblyInfo.cs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1+
using System.Resources;
12
using System.Reflection;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following
56
// set of attributes. Change these attribute values to modify the information
67
// associated with an assembly.
7-
[assembly: AssemblyTitle("OpenMcdfMemTest")]
8-
[assembly: AssemblyDescription("")]
9-
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("Federico Blaseotto")]
11-
[assembly: AssemblyProduct("OpenMcdfMemTest")]
12-
[assembly: AssemblyCopyright("Copyright © 2010-2011, Federico Blaseotto")]
13-
[assembly: AssemblyTrademark("")]
14-
[assembly: AssemblyCulture("")]
8+
[assembly: AssemblyTitle("OpenMcdf.PerfTest")]
9+
[assembly: AssemblyDescription("This project is used for profiling memory and performances of OpenMCDF")]
10+
[assembly: AssemblyCompany("Federico Blaseotto, Zhmayev Yaroslav")]
11+
[assembly: AssemblyProduct("OpenMcdf.PerfTest")]
12+
[assembly: AssemblyCopyright("Copyright © 2010-2017, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav")]
1513

1614
// Setting ComVisible to false makes the types in this assembly not visible
1715
// to COM components. If you need to access a type in this assembly from
@@ -31,4 +29,7 @@
3129
// You can specify all the values or you can default the Build and Revision Numbers
3230
// by using the '*' as shown below:
3331
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.5.0.*")]
32+
[assembly: AssemblyVersion("2.1.1.*")]
33+
34+
[assembly: NeutralResourcesLanguage("en")]
35+

tests/OpenMcdf.Test/Properties/AssemblyInfo.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1+
using System.Resources;
12
using System.Reflection;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following
56
// set of attributes. Change these attribute values to modify the information
67
// associated with an assembly.
7-
[assembly: AssemblyTitle("OpenMcdfTest")]
8-
[assembly: AssemblyDescription("")]
9-
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("-")]
11-
[assembly: AssemblyProduct("OpenMcdfTest")]
12-
[assembly: AssemblyCopyright("Copyright © 2010-2011, Federico Blaseotto")]
13-
[assembly: AssemblyTrademark("")]
14-
[assembly: AssemblyCulture("")]
8+
[assembly: AssemblyTitle("OpenMcdf.Test")]
9+
[assembly: AssemblyDescription("This project is used for profiling memory and performances of OpenMCDF")]
10+
[assembly: AssemblyCompany("Federico Blaseotto, Zhmayev Yaroslav")]
11+
[assembly: AssemblyProduct("OpenMcdf.Test")]
12+
[assembly: AssemblyCopyright("Copyright © 2010-2017, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav")]
1513

1614
// Setting ComVisible to false makes the types in this assembly not visible
1715
// to COM componenets. If you need to access a type in this assembly from
@@ -30,4 +28,6 @@
3028
//
3129
// You can specify all the values or you can default the Revision and Build Numbers
3230
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("1.5.1.*")]
31+
[assembly: AssemblyVersion("2.1.1.*")]
32+
33+
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)