-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIANXSVC-1203: Ensure library_version has correct value
Several things had to get fixed in order for the library version to appear in the metadata. First and foremost, the GitHub Actions workflow was setting the PackageVersion (which is used for the NuGet package), but not the AssemblyVersion. This is now fixed by passing the tag via /p:Version. Second, the current retrieved version included the commit hash, which would have ended up to conflict with the database constraints of E5E which limit the version to 20 characters. In order to circumvent this problem, the hash is trimmed from the version. Because I had the time to work on this part of the code, I took the opportunity and made the E5ERuntimeMetadata sealed. Technically, this is a breaking change, however I don't expect that anyone is affected by it, so it's fine to put it in a patch release. Closes SIANXSVC-1203
- Loading branch information
1 parent
1d955c9
commit a9a0baa
Showing
6 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters