Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

[PackageManager] Support nuget 'release notes' in project.json #1853

Closed
karldodd opened this issue May 13, 2015 · 8 comments
Closed

[PackageManager] Support nuget 'release notes' in project.json #1853

karldodd opened this issue May 13, 2015 · 8 comments

Comments

@karldodd
Copy link

Hello,

I am creating a 'Class Library (Package)' project in VS2015RC. In project.json, we can find most fields that used to be in the nuspec file. But 'release notes' and 'requireLicenseAcceptance' are not supported yet. If I manually add them there they don't seem to be recognized and inserted into the nuget package built.

Thanks,
P.S. the type for 'release notes' probably should be array of strings as usually people have multi-line release notes.

@davidfowl
Copy link
Member

It's supported in beta5 and it's a single string. If you want to change how it's represented in NuGet please file an issue over there. github/NuGet/Home

@karldodd
Copy link
Author

Great. Thanks for the updates!

Btw, where can I see the release notes for dnx beta5?

@davidfowl
Copy link
Member

beta5 isn't released, it's in development.

@karldodd
Copy link
Author

I misunderstood 'It's supported in beta5' and the closing of the issue. So acutally it 'will be' supported in beta5. Right?

In that case, probably this issue should still be open with a tag 'beta5' until beta5 is released. Just my two cents.

@davidfowl davidfowl self-assigned this May 13, 2015
@davidfowl davidfowl added this to the 1.0.0-beta5 milestone May 13, 2015
@davidfowl
Copy link
Member

God no if we did that then we'd never close anything. We don't keep bugs open because there's no official release. I marked it with the appropriate tags to show this was fixed in beta5.

@davidfowl
Copy link
Member

Fixed in 70010d2

@karldodd
Copy link
Author

Well understood. Thank you for your sub-second reponse! :-)

@tsvetomir
Copy link

Can we get an updated schema for project.json?

The one on schemastore.org does not list the new properties.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants