Skip to content

Commit

Permalink
v3.0.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jan 25, 2023
1 parent 5dc2e4a commit c4d21b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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).

## [3.0.0-pre3] - 2023-01-26
- Multiply 128Bit in barrett reduction

## [3.0.0-pre2] - 2023-01-25
- AtCoderAnalyzer: Create operator for static abstract
- Rename DynamicModID to DynamicModIntId
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/kzrnm/ac-library-csharp</RepositoryUrl>
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md</PackageReleaseNotes>

<Version>3.0.0-pre2</Version>
<AssemblyVersion>3.0.0.52</AssemblyVersion>
<Version>3.0.0-pre3</Version>
<AssemblyVersion>3.0.0.53</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down

0 comments on commit c4d21b3

Please sign in to comment.