mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-11 21:37:17 +00:00
Changelog #156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jerone on GitHub (Nov 8, 2017).
Where can I find the changelog / release notes for Markdig?
There is nothing in the Readme, no Changelog file and nothing in Releases.
@xoofx commented on GitHub (Nov 8, 2017):
there is nothing, but versions are tagged, so if you really want to know, you can fetch git commits messages between versions
@xoofx commented on GitHub (Nov 8, 2017):
If you check the history of Markdig.csproj you will find some history... (and from previous versions, previous changelogs)
It is a bit of a pain to maintain actually and this is not ideal. There is a changelog in this file. There is the
releasetabs in github (not used), there could be achangelog.mdfile... (not used) etc.What would be best? A
changelod.mdfile?@jerone commented on GitHub (Nov 8, 2017):
Just noticed a very summier list of changes on the NuGet page.
@xoofx commented on GitHub (Nov 8, 2017):
If Nuget was working like Visual Studio Code extensions, it would be much easier. I would just have to point to a
changelog.mdas part of the repo and everything would be linked@jerone commented on GitHub (Nov 8, 2017):
What about creating and maintaining the
Changelog.mdfile and pointing to it in the<PackageReleaseNotes/>and the projectsReadme.md.Edit: just like Azure Mobile for example: https://github.com/Azure/azure-mobile-apps-net-client/blob/master/src/Microsoft.Azure.Mobile.Client.SQLiteStore/Microsoft.Azure.Mobile.Client.SQLiteStore.csproj#L16
@xoofx commented on GitHub (Nov 8, 2017):
Yeah, but the problem is that when you consult the NuGet package online or via the Package Manager, it would not show up...
@jerone commented on GitHub (Nov 8, 2017):
https://www.nuget.org/packages/Microsoft.Azure.Mobile.Client.SQLiteStore/
@xoofx commented on GitHub (Nov 8, 2017):
oh, right, why not, that would be at least a compromise...
Will try to do this in the future
@xoofx commented on GitHub (Nov 21, 2017):
https://github.com/lunet-io/markdig/blob/master/changelog.md
@jerone commented on GitHub (Nov 21, 2017):
Yes, I noticed it the other day. Thanks.