Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41744: Package python.props with correct name in NuGet package (GH-22154) | Václav Slavík | 2020-09-14 | 1 | -1/+1 |
| | | | | | | | | NuGet automatically includes .props file from the build directory in the target using the package, but only if the .props file has the correct name: it must be $(id).props Rename python.props correspondingly in all the nuspec variants. Also keep python.props as it were for backward compatibility. | ||||
* | bpo-36174: Update nuget authoring for new license field. (GH-12300) | Steve Dower | 2019-03-12 | 1 | -2/+1 |
| | |||||
* | Add props file for nuget packages (#3410) | Steve Dower | 2017-09-07 | 1 | -1/+2 |
| | |||||
* | Adds scripts for producing Nuget packages. | Steve Dower | 2016-06-24 | 1 | -0/+18 |