Skip to content

Commit 201773f

Browse files
committed
remove garbage
1 parent fe545b8 commit 201773f

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

CSharpAPI.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<PackageId>Integrative.IbApi</PackageId>
55
<Version>0.8.1</Version>
66
<RepositoryUrl>https://github.com/integrativesoft/ibapi-unofficial</RepositoryUrl>
7-
<TargetFrameworks>netstandard2.0;net48;netcoreapp3.1;</TargetFrameworks>
7+
<TargetFrameworks>netstandard2.0;net10.0;</TargetFrameworks>
8+
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
89
<ApplicationIcon />
910
<OutputType>Library</OutputType>
1011
<StartupObject />

Properties/AssemblyInfo.cs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@
22
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
33

44
using System.Reflection;
5-
using System.Runtime.InteropServices;
65

76
// General Information about an assembly is controlled through the following
87
// set of attributes. Change these attribute values to modify the information
98
// associated with an assembly.
10-
[assembly: AssemblyTitle("CSharpAPI")]
9+
// [assembly: AssemblyTitle("CSharpAPI")]
1110
[assembly: AssemblyDescription("CSharpAPI")]
12-
[assembly: AssemblyConfiguration("")]
13-
[assembly: AssemblyCompany("Timber Hill (Europe) AG")]
14-
[assembly: AssemblyProduct("CSharpAPI")]
11+
// [assembly: AssemblyConfiguration("")]
12+
// [assembly: AssemblyCompany("Timber Hill (Europe) AG")]
13+
// [assembly: AssemblyProduct("CSharpAPI")]
1514
[assembly: AssemblyCopyright("Copyright (C) Timber Hill (Europe) AG 2013")]
1615
[assembly: AssemblyTrademark("")]
1716
[assembly: AssemblyCulture("")]
1817

1918
// Setting ComVisible to false makes the types in this assembly not visible
2019
// to COM components. If you need to access a type in this assembly from
2120
// COM, set the ComVisible attribute to true on that type.
22-
[assembly: ComVisible(false)]
21+
// [assembly: ComVisible(false)]
2322

2423
// The following GUID is for the ID of the typelib if this project is exposed to COM
25-
[assembly: Guid("074D7616-B13E-4351-A35F-0B673E3213BD")]
24+
// [assembly: Guid("074D7616-B13E-4351-A35F-0B673E3213BD")]
2625

2726
// Version information for an assembly consists of the following four values:
2827
//
@@ -34,5 +33,5 @@
3433
// You can specify all the values or you can default the Build and Revision Numbers
3534
// by using the '*' as shown below:
3635
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("10.37.02.0")]
38-
[assembly: AssemblyFileVersion("10.37.02.0")]
36+
// [assembly: AssemblyVersion("10.37.02.0")]
37+
// [assembly: AssemblyFileVersion("10.37.02.0")]
325 KB
Binary file not shown.

0 commit comments

Comments
 (0)