Skip to content

Commit

Permalink
main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Dec 23, 2022
1 parent f8f2349 commit 2be5f1d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build-Release-Publish
on:
push:
branches:
- master
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-toc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches-ignore:
- "master"
- main
name: TOC Generator
jobs:
generateTOC:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/kzrnm/ac-library-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/kzrnm/ac-library-csharp</RepositoryUrl>
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/kzrnm/ac-library-csharp/blob/main/CHANGELOG.md</PackageReleaseNotes>

<Version>2.0.1</Version>
<AssemblyVersion>2.0.1.101</AssemblyVersion>
Expand Down
23 changes: 12 additions & 11 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ README languages: [English](README.md), [日本語](README.ja.md)
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Packages](#packages)
- [ac-library-csharp](#ac-library-csharp)
- [AtCoderAnalyzer](#atcoderanalyzer)
- [利用例](#%E5%88%A9%E7%94%A8%E4%BE%8B)
- [Status](#status)
- [Getting started](#getting-started)
- [Installation](#installation)
- [Install analyzer(optional)](#install-analyzeroptional)
- [output combinded source code](#output-combinded-source-code)
- [License](#license)
- [ac-library-csharp](#ac-library-csharp)
- [Packages](#packages)
- [ac-library-csharp](#ac-library-csharp-1)
- [AtCoderAnalyzer](#atcoderanalyzer)
- [利用例](#利用例)
- [Status](#status)
- [Getting started](#getting-started)
- [Installation](#installation)
- [Install analyzer(optional)](#install-analyzeroptional)
- [output combinded source code](#output-combinded-source-code)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -71,7 +72,7 @@ struct Op : ISegtreeOperator<int>
## Status

[![NuGet version (ac-library-csharp)](https://img.shields.io/nuget/v/ac-library-csharp.svg?style=flat-square)](https://www.nuget.org/packages/ac-library-csharp/)
![test](https://github.com/kzrnm/ac-library-csharp/workflows/test/badge.svg?branch=master)
![build](https://github.com/kzrnm/ac-library-csharp/workflows/Build-Release-Publish/badge.svg?branch=main)

## Getting started

Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ README languages: [English](README.md), [日本語](README.ja.md)
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Packages](#packages)
- [ac-library-csharp](#ac-library-csharp)
- [AtCoderAnalyzer](#atcoderanalyzer)
- [For example](#for-example)
- [Status](#status)
- [Getting started](#getting-started)
- [Installation](#installation)
- [Install analyzer(optional)](#install-analyzeroptional)
- [output combinded source code](#output-combinded-source-code)
- [License](#license)
- [ac-library-csharp](#ac-library-csharp)
- [Packages](#packages)
- [ac-library-csharp](#ac-library-csharp-1)
- [AtCoderAnalyzer](#atcoderanalyzer)
- [For example](#for-example)
- [Status](#status)
- [Getting started](#getting-started)
- [Installation](#installation)
- [Install analyzer(optional)](#install-analyzeroptional)
- [output combinded source code](#output-combinded-source-code)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -70,7 +71,7 @@ struct Op : ISegtreeOperator<int>
## Status

[![NuGet version (ac-library-csharp)](https://img.shields.io/nuget/v/ac-library-csharp.svg?style=flat-square)](https://www.nuget.org/packages/ac-library-csharp/)
![build](https://github.com/kzrnm/ac-library-csharp/workflows/Build-Release-Publish/badge.svg?branch=master)
![build](https://github.com/kzrnm/ac-library-csharp/workflows/Build-Release-Publish/badge.svg?branch=main)

## Getting started

Expand Down

0 comments on commit 2be5f1d

Please sign in to comment.