66
77[ ![ Nuget] ( https://img.shields.io/nuget/v/PackScan.Defaults?label=PackScan.Defaults )] ( https://www.nuget.org/packages/PackScan.Defaults )
88
9+ 1 . [ Overview] ( #package-data-retrieval--license-analyzer )
10+ - [ PackScan.Tool] ( #packscantool )
11+ - [ PackScan.Analyzer] ( #packscananalyzer )
12+ 2 . [ Installation] ( #installation )
13+ - [ Analyzer] ( #analyzer )
14+ - [ .NET Tool] ( #net-tool )
15+ 3 . [ Generated Result] ( #generated-result )
16+ 4 . [ Configuration] ( #configuration )
17+ - [ Samples] ( #samples )
18+ - [ Analyzer] ( #analyzer-1 )
19+ - [ .NET Tool] ( #net-tool-1 )
20+ - [ Enums] ( #enums )
21+ 5 . [ Future?] ( #future )
22+ 6 . [ Contributing] ( #contributing )
23+ 7 . [ ChangeLog] ( #changelog )
24+ 8 . [ License] ( #license )
25+
926# Package Data Retrieval & License Analyzer
1027
1128This project provides tools for retrieving information about installed packages and their dependencies within your code.
@@ -17,6 +34,7 @@ You can include these additional resources based on your specific needs.
1734
1835Currently, the project only supports C#, but it is designed in a way that allows for future support of VB.NET or F#.
1936
37+
2038### Key Features
2139
22401 . ** Generate Package Data:** </br >
@@ -332,6 +350,16 @@ Contributions are welcome! If you have any suggestions, ideas, or bug reports, p
332350
333351If you would like to contribute code, please fork the repository and create a pull request with your changes.
334352
353+ # ChangeLog
354+
355+ ## [ v0.2.0 - 2023-11-01] ( https://github.com/loop8ack/PackScan/releases/tag/v0.2.0 )
356+ ### Added
357+ - New configuration option allowing content to be loaded from files only if no URL is provided and vice versa.
358+
359+ ## [ v0.1.1 - 2023-10-31] ( https://github.com/loop8ack/PackScan/releases/tag/v0.1.1 )
360+ ### Added
361+ - Initial release of PackScan.
362+
335363# License
336364
337365This project is licensed under the [ MIT License] ( LICENSE ) .
0 commit comments