Skip to content

Commit 48950be

Browse files
committed
v3.0.0-pre7
1 parent 45d278d commit 48950be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0-pre7] - 2023-01-26
9+
### Changed
10+
- Optimize PowMod"
11+
812
## [3.0.0-pre6] - 2023-01-26
913
### Added
1014
- Change accessibility of some Internal* class members public

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<RepositoryUrl>https://github.com/kzrnm/ac-library-csharp</RepositoryUrl>
88
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md</PackageReleaseNotes>
99

10-
<Version>3.0.0-pre6</Version>
11-
<AssemblyVersion>3.0.0.56</AssemblyVersion>
10+
<Version>3.0.0-pre7</Version>
11+
<AssemblyVersion>3.0.0.57</AssemblyVersion>
1212
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>
1313

1414
<SignAssembly>True</SignAssembly>

0 commit comments

Comments
 (0)