From 3db43cfd04aa7974d571e4325acfb0e9e5d4072e Mon Sep 17 00:00:00 2001 From: Daishi Nakase Date: Wed, 17 Jun 2026 00:55:21 +0900 Subject: [PATCH 1/2] increments version number --- src/PathBench/PathBench.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PathBench/PathBench.csproj b/src/PathBench/PathBench.csproj index ada4ef4..d2eecea 100644 --- a/src/PathBench/PathBench.csproj +++ b/src/PathBench/PathBench.csproj @@ -10,7 +10,7 @@ akanse.$(AssemblyName) PathBench - 1.0.0 + 1.1.0 PathBench Code path performance monitoring tool. From 79c1d0e91fed8c16060dfa069085382dd29159c1 Mon Sep 17 00:00:00 2001 From: Daishi Nakase Date: Wed, 17 Jun 2026 00:56:27 +0900 Subject: [PATCH 2/2] updates readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index caeda52..093521f 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,7 @@ static class SampleClass ### v1.0.0 - First release + +### v1.1.0 + +- Adds support for net standard 2.0