Skip to content

Commit

Permalink
Merge pull request #94 from kzrnm/release/v3.0.0-pre1
Browse files Browse the repository at this point in the history
v3.0.0-pre1
  • Loading branch information
kzrnm authored Jan 24, 2023
2 parents 15ba366 + 697fd29 commit b5cf2ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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-pre1] - 2023-01-24
- Rename assembly from AtCoderLibrary to ac-library-csharp
- Rename some methods/classes to PascalCase

## [3.0.0-atcoder1] - 2023-01-24
- Make SourceExpander.Embedder switchable
- Disable some Contract.Assert

## [2.1.1] - 2023-01-17
- Optimize PrimitiveRoot

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>2.1.1</Version>
<AssemblyVersion>2.1.1.101</AssemblyVersion>
<Version>3.0.0-pre1</Version>
<AssemblyVersion>3.0.0.51</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down

0 comments on commit b5cf2ce

Please sign in to comment.