Skip to content

Commit

Permalink
Update ReadMe.md: ChangeLog, Multi-process lock for download cache ac…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
loop8ack committed Apr 21, 2024
1 parent d079643 commit 3a07254
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,14 @@ Default value: `true`
Specifies the folder path where the downloaded contents should be cached.</br>
Default value: `%temp%/PackScan.PackagesProvider.Writer/DownloadCache`

- **PackagesProviderDownloadCacheAccessTimeout**</br>
Specifies the maximum timeout for accessing the download cache.</br>
Default value: `00:00:01` (1 Second)

- **PackagesProviderDownloadCacheAccessRetryDelay**</br>
Sets the delay between retry attempts when accessing the download cache.</br>
Default value: `00:00:00.01` (10 Milliseconds)

### CLI Parameters

- **-f, --target-framework** | Specifies the target framework for the project. Default value: The current target framework of the project.
Expand All @@ -315,6 +323,8 @@ Default value: `%temp%/PackScan.PackagesProvider.Writer/DownloadCache`
- **--readme-load-mode** | Overrides the project property **PackagesProviderReadMeContentLoadMode**.
- **--release-notes-load-mode** | Overrides the project property **PackagesProviderReleaseNotesContentLoadMode**.
- **--download-cache-folder** | Overrides the project property **PackagesProviderDownloadCacheFolder**.
- **--release-notes-load-mode** | Overrides the project property **PackagesProviderDownloadCacheAccessTimeout**.
- **--download-cache-folder** | Overrides the project property **PackagesProviderDownloadCacheAccessRetryDelay**.

## Enums

Expand Down Expand Up @@ -359,6 +369,20 @@ If you would like to contribute code, please fork the repository and create a pu

# ChangeLog

## [v0.3.2 - 2024-04-21](https://github.com/loop8ack/PackScan/releases/tag/v0.3.2)
### Security
- 🔒 **Security Update**: SixLabors.ImageSharp vulnerability patch

### Added
- Lock access to download cache

## [v0.3.1 - 2024-04-14](https://github.com/loop8ack/PackScan/releases/tag/v0.3.1)
### Security
- 🔒 **Security Update**: SixLabors.ImageSharp vulnerability patch

### Changed
- Generate namespaces with "global::"

## [v0.3.0 - 2023-11-13](https://github.com/loop8ack/PackScan/releases/tag/v0.3.0)
### Added
- PackScan.Tool parameter to specify the target framework for the project.
Expand Down

0 comments on commit 3a07254

Please sign in to comment.