File tree Expand file tree Collapse file tree 7 files changed +12
-13
lines changed Expand file tree Collapse file tree 7 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- All notable changes to Python for .NET will be documented in this file.
4
- This project adheres to [ Semantic Versioning] [ ] .
3
+ All notable changes to Python.NET will be documented in this file. This
4
+ project adheres to [ Semantic Versioning] [ ] .
5
5
6
6
This document follows the conventions laid out in [ Keep a CHANGELOG] [ ] .
7
7
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2006-2019 the contributors of the " Python for .NET" project
3
+ Copyright (c) 2006-2020 the contributors of the Python.NET project
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a
6
6
copy of this software and associated documentation files (the "Software"),
Original file line number Diff line number Diff line change 1
- pythonnet - Python for .NET
1
+ pythonnet - Python.NET
2
2
===========================
3
3
4
4
|Join the chat at https://gitter.im/pythonnet/pythonnet |
@@ -8,7 +8,7 @@ pythonnet - Python for .NET
8
8
|license shield | |pypi package version | |conda-forge version | |python supported shield |
9
9
|stackexchange shield |
10
10
11
- Python for .NET is a package that gives Python programmers nearly
11
+ Python.NET is a package that gives Python programmers nearly
12
12
seamless integration with the .NET Common Language Runtime (CLR) and
13
13
provides a powerful application scripting tool for .NET developers. It
14
14
allows Python code to interact with the CLR, and may also be used to
@@ -17,8 +17,7 @@ embed Python into a .NET application.
17
17
Calling .NET code from Python
18
18
-----------------------------
19
19
20
- Python for .NET allows CLR namespaces to be treated essentially as
21
- Python packages.
20
+ Python.NET allows CLR namespaces to be treated essentially as Python packages.
22
21
23
22
.. code-block ::
24
23
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ def InitializeComponent(self):
382
382
self .label1 .Size = System .Drawing .Size (296 , 140 )
383
383
self .label1 .TabIndex = 2
384
384
self .label1 .Text = "Python Wordpad - an example winforms " \
385
- "application using Python for .NET"
385
+ "application using Python.NET"
386
386
387
387
self .AutoScaleBaseSize = System .Drawing .Size (5 , 13 )
388
388
self .ClientSize = System .Drawing .Size (300 , 150 )
Original file line number Diff line number Diff line change 8
8
// associated with an assembly.
9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "pythonnet" ) ]
11
- [ assembly: AssemblyProduct ( "Python for .NET" ) ]
12
- [ assembly: AssemblyCopyright ( "Copyright (c) 2006-2019 the contributors of the ' Python for .NET' project" ) ]
11
+ [ assembly: AssemblyProduct ( "Python.NET" ) ]
12
+ [ assembly: AssemblyCopyright ( "Copyright (c) 2006-2020 the contributors of the Python.NET project" ) ]
13
13
[ assembly: AssemblyTrademark ( "" ) ]
14
14
15
15
[ assembly: AssemblyCulture ( "" ) ]
Original file line number Diff line number Diff line change 4
4
// General Information about an assembly is controlled through the following
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
- [ assembly: AssemblyTitle ( "Python for .NET" ) ]
7
+ [ assembly: AssemblyTitle ( "Python.NET" ) ]
8
8
[ assembly: AssemblyDescription ( "" ) ]
9
9
[ assembly: AssemblyDefaultAlias ( "Python.Runtime.dll" ) ]
10
10
Original file line number Diff line number Diff line change 11
11
<VersionPrefix >2.4.1</VersionPrefix >
12
12
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
- <Title >Python for .NET</Title >
15
- <Copyright >Copyright (c) 2006-2019 the contributors of the ' Python for .NET' project</Copyright >
14
+ <Title >Python.NET</Title >
15
+ <Copyright >Copyright (c) 2006-2020 the contributors of the Python.NET project</Copyright >
16
16
<Description >Python and CLR (.NET and Mono) cross-platform language interop</Description >
17
17
<Authors >pythonnet</Authors >
18
18
<PackageLicenseUrl >https://github.com/pythonnet/pythonnet/blob/master/LICENSE</PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments