Skip to content

Commit 1ec7cba

Browse files
authored
chore: version bump to 4.4.0 (#250)
1 parent ca8b552 commit 1ec7cba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/CommonLib/SharpHoundCommonLib.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageDescription>Common library for C# BloodHound enumeration tasks</PackageDescription>
1010
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1111
<RepositoryUrl>https://github.com/BloodHoundAD/SharpHoundCommon</RepositoryUrl>
12-
<Version>4.3.2</Version>
12+
<Version>4.4.0</Version>
1313
<AssemblyName>SharpHoundCommonLib</AssemblyName>
1414
<RootNamespace>SharpHoundCommonLib</RootNamespace>
1515
</PropertyGroup>
@@ -35,7 +35,8 @@
3535
<ProjectReference Include="..\SharpHoundRPC\SharpHoundRPC.csproj" PrivateAssets="All" />
3636
</ItemGroup>
3737
<PropertyGroup>
38-
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
38+
<TargetsForTfmSpecificBuildOutput>
39+
$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
3940
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
4041
</PropertyGroup>
4142
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="BuildOnlySettings;ResolveReferences">

src/SharpHoundRPC/SharpHoundRPC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Company>SpecterOps</Company>
99
<PackageDescription>SAM/LSA Wrapper for C# BloodHound tasks</PackageDescription>
1010
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
11-
<Version>4.3.2</Version>
11+
<Version>4.4.0</Version>
1212
<AssemblyName>SharpHoundRPC</AssemblyName>
1313
<RootNamespace>SharpHoundRPC</RootNamespace>
1414
</PropertyGroup>
@@ -23,6 +23,6 @@
2323
<Folder Include="Properties"/>
2424
</ItemGroup>
2525
<ItemGroup>
26-
<Reference Include="System.Management" />
26+
<Reference Include="System.Management" />
2727
</ItemGroup>
2828
</Project>

0 commit comments

Comments
 (0)