-
Notifications
You must be signed in to change notification settings - Fork 747
Generate NuGet package during build #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for filling the gaps!
src/runtime/Python.Runtime.15.csproj
Outdated
<PackageLicenseUrl>https://github.com/pythonnet/pythonnet/blob/master/LICENSE</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/pythonnet/pythonnet</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageReleaseNotes>https://github.com/pythonnet/pythonnet/releases/tag/v2.4.0</PackageReleaseNotes> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please comment this line for master, I'll activate it as part of the release process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
You'r welcome! |
* Generate NuGet package during build * Comment out PackageReleaseNotes field * Update CHANGELOG and AUTHORS
What does this implement/fix? Explain your changes.
Automatically generate NuGet package during appveyor and local builds.
Does this close any currently open issues?
#165
#568
Also all bugs related to x86/x64 incorrect Python.Runtime.dll reference selection will be eliminated by providing separate package for each platform.
Any other comments?
...
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG