Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from StrangeRanger/dev
Browse files Browse the repository at this point in the history
Fix build not being self-contained
  • Loading branch information
StrangeRanger authored Jan 21, 2024
2 parents cd0e0e0 + ed677e1 commit bdeb88b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions FAFB-PowerShell-Tool/FAFB-PowerShell-Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>

<!-- Project Info. -->
<Title>Active Directory Querier</Title>
<Version>0.3.0</Version>
<Version>0.4.1</Version>
<Authors>Hunter T., Pieter Landry Sobtafo, Joseph</Authors>
<RepositoryUrl>https://github.com/StrangeRanger/FAFB-PowerShell-Tool</RepositoryUrl>

<!-- TODO: Possibly change the below configurations... -->
<!-- Project Compile Time Settings. -->
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>false</SelfContained>
<SelfContained>true</SelfContained>
<DebugType>embedded</DebugType>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>
Expand Down

0 comments on commit bdeb88b

Please sign in to comment.