Conversation
…e text into built-in DescriptionBody suffix.
| <CopyrightYear Condition="'$(CopyrightYear)' == ''">20XX</CopyrightYear> | ||
| <Copyright Condition="'$(Copyright)' == ''">Copyright © $(CopyrightYear), Lombiq Technologies Ltd.</Copyright> | ||
| <Description Condition="'$(Description)' == ''">$(Title): $(DescriptionBody)</Description> | ||
| <Description Condition="'$(Description)' == ''">$(Title): $(DescriptionBody) See the project website for detailed documentation.</Description> |
There was a problem hiding this comment.
This is great, however, a bunch of instances of this remain in OSOCE. And I assume https://lombiq.atlassian.net/wiki/spaces/DEV/pages/2609840133/Preparing+a+.NET+project+to+be+published+on+NuGet can be updated too.
There was a problem hiding this comment.
This is great, however, a bunch of instances of this remain in OSOCE.
I've replaced it in modules, themes and tests. Didn't do it in libraries and untilities, as they are out of coverage for the SDKs I've made and out of scope for the original issue. Should I add a further library SDK for those as well?
And I assume Preparing a .NET project to be published on NuGet can be updated too.
Nope, it's already mentioned it here. (also formatted the prefix & suffix for the original non-SDK nuget description here so this is clear).
There was a problem hiding this comment.
Yes please, so all NuGet-published projects are covered.
OSOE-1208