From 7cef3971b264a663685e2fb283682b6f405e99f2 Mon Sep 17 00:00:00 2001 From: kzrnm Date: Sat, 18 Jun 2022 22:30:03 +0900 Subject: [PATCH] v1.20.0 --- CHANGELOG.md | 2 +- Directory.Build.props | 4 ++-- Source/AtCoderLibrary/AtCoderLibrary.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ea738f..edef0b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, DynamicModInt - add Zero and One to StaticModInt, DynamicModInt diff --git a/Directory.Build.props b/Directory.Build.props index 680035b5..6baee62a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ https://github.com/kzrnm/ac-library-csharp https://github.com/kzrnm/ac-library-csharp/blob/master/CHANGELOG.md - 1.19.0 - 1.19.0.100 + 1.20.0 + 1.20.0.100 $(GIT_COMMIT) True diff --git a/Source/AtCoderLibrary/AtCoderLibrary.csproj b/Source/AtCoderLibrary/AtCoderLibrary.csproj index bf78494d..324eca34 100644 --- a/Source/AtCoderLibrary/AtCoderLibrary.csproj +++ b/Source/AtCoderLibrary/AtCoderLibrary.csproj @@ -1,7 +1,7 @@  - netstandard2.1;netcoreapp3.1 + netcoreapp3.1;netstandard2.1 AtCoder Library