Skip to content

Commit

Permalink
Update version to 3.0.1 to include CharLS v.2.4.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaderks authored Jan 2, 2023
1 parent bfbe9aa commit 86050b4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.1 - 2023-1-2]

### Changed

- CharLS Windows DLLs updated to v2.4.1

## [3.0.0 - 2022-12-31]

### Added
Expand Down
9 changes: 5 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

| Version | Supported |
| ------- | ------------------ |
| 3.0.0 | :white_check_mark: |
| 3.0.1 | :white_check_mark: |
| 3.0.0 | :x: |
| 2.0.0 | :x: |
| 1.2.0 | :x: |
| 1.1.0 | :x: |
| 1.0.0 | :x: |

## Reporting a Vulnerability

Security issues and bugs should be reported privately, via email, to vbaderks@gmail.com. You should receive a response within 48 hours.
If for some reason you do not, please follow up via email to ensure that your original message has been received.
Security issues should be reported privately by creating a security advisory on GitHub.

Please do not open issues for anything you think might have a security implication.
Please do not open a public issue for anything you think might have a security implication.
4 changes: 2 additions & 2 deletions src/CharLS.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<FileVersion>3.0.1.0</FileVersion>
<Copyright>Copyright 2022 Team CharLS</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
5 changes: 2 additions & 3 deletions src/nuget-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
3.0.0
- Added support for .NET 7.0
- Latest version of CharLS Windows DLLs v2.4.0 (c781c3).
3.0.1
- Latest version of CharLS Windows DLLs v2.4.1.

0 comments on commit 86050b4

Please sign in to comment.