Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jun 18, 2022
1 parent 78b44ba commit 7cef397
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [1.20.0] - 2022-06-18
### Added
- StaticModInt<T>, DynamicModInt<T>
- add Zero and One to StaticModInt<T>, DynamicModInt<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/kzrnm/ac-library-csharp</RepositoryUrl>
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/master/CHANGELOG.md</PackageReleaseNotes>

<Version>1.19.0</Version>
<AssemblyVersion>1.19.0.100</AssemblyVersion>
<Version>1.20.0</Version>
<AssemblyVersion>1.20.0.100</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Source/AtCoderLibrary/AtCoderLibrary.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;netstandard2.1</TargetFrameworks>
<RootNamespace>AtCoder</RootNamespace>
<OutputType>Library</OutputType>

Expand Down

0 comments on commit 7cef397

Please sign in to comment.