Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Mar 5, 2021
1 parent c8ba675 commit f7ec37b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.3] - 2021-03-05
### Changed
- Deque<T>.operator[int] returns reference
### Removed
- PriorityQueue<TKey, TValue> is obsolete in .NET 6 or newer

## [1.4.2] - 2021-02-16
### Changed
- Avoid using List<T>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<RepositoryUrl>https://github.com/naminodarie/ac-library-csharp</RepositoryUrl>
<PackageReleaseNotes>https://github.com/naminodarie/ac-library-csharp/blob/master/CHANGELOG.md</PackageReleaseNotes>

<Version>1.4.2</Version>
<AssemblyVersion>1.4.2.100</AssemblyVersion>
<Version>1.4.3</Version>
<AssemblyVersion>1.4.3.100</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down

0 comments on commit f7ec37b

Please sign in to comment.