mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 13:54:56 +00:00
[PR #600] [MERGED] Version "Unknown" if AssemblyFileVersionAttribute is missing #1133
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?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/600
Author: @gauss-lvs-dev
Created: 3/2/2022
Status: ✅ Merged
Merged: 3/3/2022
Merged by: @xoofx
Base:
master← Head:master📝 Commits (1)
653c9d7Version returns "Unknown" if the AssemblyFileVersionAttribute is not found.📊 Changes
1 file changed (+11 additions, -1 deletions)
View changed files
📝
src/Markdig/Markdown.cs(+11 -1)📄 Description
Hey,
i know it's not markdigs fault, if the AssemblyFileVersionAttribute is missing on Xamarin.iOS. But I thought it is unfortunate that markdig won't work just because it was not able to get the version string. Besides that missing AssemblyFileVersionAttribute markdig works well on Xamarin.iOS. At least with the markdown documents I tested.
Kind regards
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.