Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8299148

Browse files
committed
updated assembly info
1 parent bc2e9aa commit 8299148

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pythonnet.15.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F
2121
CHANGELOG.md = CHANGELOG.md
2222
LICENSE = LICENSE
2323
README.rst = README.rst
24+
src\SharedAssemblyInfo.cs = src\SharedAssemblyInfo.cs
2425
EndProjectSection
2526
EndProject
2627
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-4534-B280-B858D651B2E5}"

src/SharedAssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("pythonnet")]
11-
[assembly: AssemblyProduct("Python.NET")]
12-
[assembly: AssemblyCopyright("Copyright (c) 2006-2020 the contributors of the Python.NET project")]
10+
[assembly: AssemblyCompany("Lost Tech LLC")]
11+
[assembly: AssemblyProduct("LostTech.Python.Runtime")]
12+
[assembly: AssemblyCopyright("Copyright (c) 2006-2020 Lost Tech and the contributors of the Python.NET project")]
1313
[assembly: AssemblyTrademark("")]
1414

1515
[assembly: AssemblyCulture("")]
@@ -25,4 +25,4 @@
2525
// Version Information. Keeping it simple. May need to revisit for Nuget
2626
// See: https://codingforsmarties.wordpress.com/2016/01/21/how-to-version-assemblies-destined-for-nuget/
2727
// AssemblyVersion can only be numeric
28-
[assembly: AssemblyVersion("2.5.0")]
28+
[assembly: AssemblyVersion("3.0.0")]

0 commit comments

Comments
 (0)