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/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 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 + + + + + +