-
-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (19 loc) · 848 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (19 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<AssemblyVersion>$(DashboardVersion)</AssemblyVersion>
<Authors>OrleansContrib</Authors>
<Company>OrleansContrib</Company>
<Copyright>Copyright © 2022</Copyright>
<Description>A developer dashboard for Microsoft Orleans</Description>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageIcon>OrleansLogo.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/OrleansContrib/OrleansDashboard</PackageProjectUrl>
<PackageTags>orleans dashboard metrics monitor</PackageTags>
<RepositoryUrl>https://github.com/OrleansContrib/OrleansDashboard</RepositoryUrl>
<Version>8.2.0</Version>
</PropertyGroup>
<PropertyGroup>
<OrleansPackageVersion>9.2.1</OrleansPackageVersion>
</PropertyGroup>
</Project>