Skip to content

Commit

Permalink
chore: add Directory.build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jan 20, 2025
1 parent 263be6d commit aca80e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project>
<PropertyGroup>
<!-- NuGet -->
<PackageVersion>$(Version)</PackageVersion>
<Authors>guitarrapc</Authors>
<Company />
<Copyright>guitarrapc</Copyright>
<Description>.NET CLR Profiler to monitor Thread, GC statistics</Description>
<PackageProjectUrl>https://github.com/guitarrapc/ClrProfiler</PackageProjectUrl>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Profiler, Profiling, Perfomance</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>

0 comments on commit aca80e6

Please sign in to comment.