From be62f9153dfea86829e5633d691abd8eb4b4461d Mon Sep 17 00:00:00 2001 From: Daishi Nakase Date: Mon, 16 Feb 2026 22:19:00 +0900 Subject: [PATCH 1/2] configures package infos --- Directory.Build.props | 3 --- src/PathBench/PathBench.csproj | 22 +++++++++++++++++++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index dc0401c..fbed143 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,9 +10,6 @@ aka-nse https://github.com/aka-nse/PathBench - readme.md https://github.com/aka-nse/PathBench - LICENSE.txt - icon.png diff --git a/src/PathBench/PathBench.csproj b/src/PathBench/PathBench.csproj index 3564a39..d33b87c 100644 --- a/src/PathBench/PathBench.csproj +++ b/src/PathBench/PathBench.csproj @@ -1,11 +1,27 @@  - 14.0 net10.0 - enable - enable True + + + akanse.$(AssemblyName) + PathBench + 1.0.0 + + PathBench + Code path performance monitoring tool. + readme.md + LICENSE.txt + + + True + + + + + + From 05e319801629577380224c12dbd78f7982cc038b Mon Sep 17 00:00:00 2001 From: Daishi Nakase Date: Mon, 16 Feb 2026 22:19:49 +0900 Subject: [PATCH 2/2] updates readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 44b31d2..c18cac7 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,9 @@ static class SampleClass ``` ![graphviz sample](resources/GraphvizSample.svg) + +## Release Notes + +### v1.0.0 + +- First release