Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jan 5, 2021
1 parent 5bb0d5e commit e3466e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## [Unreleased]
### Changed
## [1.0.8] - 2020-01-05
### Added
- Add IShiftOperator interface

### Changed
- Split operator interfaces
- Add IShiftOperator interface

## [1.0.7] - 2020-01-03
### Added

- Regard System.Collections.Generic.IComparer<T> as operator type

## [1.0.6] - 2020-12-26
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.0.8-beta.2</Version>
<AssemblyVersion>1.0.8.2</AssemblyVersion>
<Version>1.0.8</Version>
<AssemblyVersion>1.0.8.100</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down

0 comments on commit e3466e6

Please sign in to comment.