File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 id : version
2424 shell : pwsh
2525 run : |
26- $base_version = dotnet msbuild .\src\CommonLib\SharpHoundCommonLib.csproj --getProperty:Version
26+ $base_version = dotnet msbuild Directory.Build.props --getProperty:Version
2727 $date_stamp = Get-Date -Format 'yyyyMMddHHmm'
2828 "dev_version=$base_version-dev.$date_stamp" >> $env:GITHUB_OUTPUT
2929
Original file line number Diff line number Diff line change 11<Project >
2+ <PropertyGroup >
3+ <Version >4.6.0</Version >
4+ </PropertyGroup >
25 <ItemGroup >
36 <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
47 <_Parameter1 >CommonLibTest</_Parameter1 >
Original file line number Diff line number Diff line change 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.6.0</Version >
1312 <AssemblyName >SharpHoundCommonLib</AssemblyName >
1413 <RootNamespace >SharpHoundCommonLib</RootNamespace >
1514 </PropertyGroup >
Original file line number Diff line number Diff line change 88 <Company >SpecterOps</Company >
99 <PackageDescription >SAM/LSA Wrapper for C# BloodHound tasks</PackageDescription >
1010 <PackageLicenseExpression >GPL-3.0-only</PackageLicenseExpression >
11- <Version >4.6.0</Version >
1211 <AssemblyName >SharpHoundRPC</AssemblyName >
1312 <RootNamespace >SharpHoundRPC</RootNamespace >
1413 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments