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 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.