Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
migajek committed Jan 5, 2024
1 parent 7626808 commit 051c2d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ private static async Task PlainSample()

## Chanelog

* 0.2.0 first public release
* 0.2.1 first public release
2 changes: 1 addition & 1 deletion src/PicoProfiler.Logging/PicoProfiler.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>PicoProfiler;Profiler;Pico;Logging;Micro;Profiling;Lightweight;Performance</PackageTags>
<PackageProjectUrl>https://github.com/migajek/PicoProfiler</PackageProjectUrl>
<Description>Integrates PicoProfiler with Microsoft.Extensions.Logging</Description>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/PicoProfiler/PicoProfiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>PicoProfiler;Profiler;Pico;Micro;Profiling;Lightweight;Peformance</PackageTags>
<PackageProjectUrl>https://github.com/migajek/PicoProfiler</PackageProjectUrl>
<Description>Tiny abstraction layer over Stopwatch, leveraging IDisposable and enabling using pattern usage</Description>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
</PropertyGroup>

</Project>

0 comments on commit 051c2d1

Please sign in to comment.