We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7fceb commit f476177Copy full SHA for f476177
src/Directory.Build.props
@@ -1,4 +1,8 @@
1
<Project>
2
+ <PropertyGroup>
3
+ <Version>2.5.0</Version>
4
+ </PropertyGroup>
5
+
6
<PropertyGroup>
7
<LangVersion>14.0</LangVersion>
8
<AnalysisLevel>10.0</AnalysisLevel>
@@ -17,7 +21,6 @@
17
21
</PropertyGroup>
18
22
19
23
20
- <Version>2.4.0</Version>
24
<Description>A high-performance, zero-allocation logging library.</Description>
25
<Authors>Reda Bouallou;Mendel Monteiro-Beckerman;Romain Verdier;Lucas Trzesniewski;Serge Farny</Authors>
26
<PackageProjectUrl>https://github.com/Abc-Arbitrage/ZeroLog</PackageProjectUrl>
0 commit comments