Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds assembly version info for any DLL located in the search path #17

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

timmyteo
Copy link
Collaborator

@timmyteo timmyteo commented Jul 8, 2024

Will pull the version numbers off any DLL files located in the search path and provide in the Dosai output.

@prabhu the response to the existing methods call of Dosai will now contain a section looking like the following:
"AssemblyInformation": [
{
"Name": "ConsoleApp2",
"Version": "1.0.0.0"
},
{
"Name": "Microsoft.CSharp",
"Version": "4.0.0.0"
},
{
"Name": "Newtonsoft.Json",
"Version": "13.0.0.0"
},
{
"Name": "System.Core",
"Version": "4.0.0.0"
},
{
"Name": "System.Data.DataSetExtensions",
"Version": "4.0.0.0"
},
{
"Name": "System.Data",
"Version": "4.0.0.0"
},
{
"Name": "System",
"Version": "4.0.0.0"
},
{
"Name": "System.Net.Http",
"Version": "4.2.0.0"
},
{
"Name": "System.Xml",
"Version": "4.0.0.0"
},
{
"Name": "System.Xml.Linq",
"Version": "4.0.0.0"
}
]

Copy link
Member

@prabhu prabhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@timmyteo timmyteo merged commit 1d8ee01 into main Jul 9, 2024
1 check passed
@timmyteo timmyteo deleted the feature/assembly-version-info branch July 9, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants