Skip to content

Commit df0ed0c

Browse files
author
ADNinja
committed
Bump up version number and add package details
1 parent 8e68df7 commit df0ed0c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/ImproHound.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>resources\images\improsec_icon.ico</ApplicationIcon>
8+
<Version>1.0.1</Version>
9+
<Company>Improsec A/S</Company>
10+
<Authors>Jonas Bülow Knudsen</Authors>
11+
<PackageLicenseExpression>Apache-2.0 License</PackageLicenseExpression>
12+
<Description>Identify the attack paths in BloodHound breaking your AD tiering</Description>
13+
<PackageTags>activedirectory, bloodhound, security</PackageTags>
14+
<NeutralLanguage>en</NeutralLanguage>
15+
<RepositoryType>git</RepositoryType>
16+
<Copyright>Copyright (c) Improsec 2021</Copyright>
17+
<RepositoryUrl>https://github.com/improsec/ImproHound</RepositoryUrl>
18+
<PackageProjectUrl>https://github.com/improsec/ImproHound</PackageProjectUrl>
819
</PropertyGroup>
920

1021
<ItemGroup>

0 commit comments

Comments
 (0)