Skip to content

Commit 79b0b93

Browse files
committed
ReadMe: Added Table of Contents and ChangeLog
1 parent 4a22633 commit 79b0b93

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

ReadMe.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
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

1128
This 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

1835
Currently, 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

2240
1. **Generate Package Data:**</br>
@@ -332,6 +350,16 @@ Contributions are welcome! If you have any suggestions, ideas, or bug reports, p
332350

333351
If 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

337365
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)