Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Sharphound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<LangVersion>latest</LangVersion>
<DebugType>full</DebugType>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<Version>2.12.0</Version>
<FileVersion>2.12.0</FileVersion>
<Version>2.13.0-rc1</Version>
<FileVersion>2.13.0-rc1</FileVersion>
Comment thread
mykeelium marked this conversation as resolved.
Outdated
<Company>SpecterOps</Company>
<Product>SharpHound</Product>
<AssemblyName>SharpHound</AssemblyName>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup>
<CommonLibsVersion>4.6.1</CommonLibsVersion>
<CommonLibsVersion>4.6.2-rc1</CommonLibsVersion>
<CommonSource>Dev</CommonSource>
<_CommonSource>$(CommonSource.ToLower())</_CommonSource>
<_CommonLibPath>..\SharpHoundCommon\src\CommonLib\bin\$(Configuration)\net472\SharpHoundCommonLib.dll</_CommonLibPath>
Expand Down
Loading