FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet/src/SharedAssemblyInfo.cs at drop-python2 · filmor/pythonnet · GitHub
filmor
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet
/
src
/
SharedAssemblyInfo.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (23 loc) · 1.12 KB
Breadcrumbs
pythonnet
/
src
/
SharedAssemblyInfo.cs
Copy path
File metadata and controls
28 lines (23 loc) · 1.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
using
System
;
using
System
.
Reflection
;
using
System
.
Resources
;
using
System
.
Runtime
.
InteropServices
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[
assembly
:
AssemblyConfiguration
(
""
)
]
[
assembly
:
AssemblyCompany
(
"pythonnet"
)
]
[
assembly
:
AssemblyProduct
(
"Python.NET"
)
]
[
assembly
:
AssemblyCopyright
(
"Copyright (c) 2006-2020 the contributors of the Python.NET project"
)
]
[
assembly
:
AssemblyTrademark
(
""
)
]
[
assembly
:
AssemblyCulture
(
""
)
]
[
assembly
:
NeutralResourcesLanguage
(
""
)
]
[
assembly
:
CLSCompliant
(
true
)
]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[
assembly
:
ComVisible
(
false
)
]
// Version Information. Keeping it simple. May need to revisit for Nuget
// See: https://codingforsmarties.wordpress.com/2016/01/21/how-to-version-assemblies-destined-for-nuget/
// AssemblyVersion can only be numeric
[
assembly
:
AssemblyVersion
(
"3.0.0"
)
]
Back
|
FazBrowse Home
|
New Git URL