Skip to content

Commit

Permalink
#36 disable UseAppHost due to some OS changed after the update, chang…
Browse files Browse the repository at this point in the history
…e copyright
  • Loading branch information
synthphonic committed May 30, 2022
1 parent 2461289 commit 61a191b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<TargetFramework>net6.0</TargetFramework>
<TargetLatestRuntimePatch>false</TargetLatestRuntimePatch>
<ReleaseVersion>2.1.0</ReleaseVersion>
<Copyright>synthphonic tech 2018-2022</Copyright>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>default</LangVersion>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>default</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>nsmgr</AssemblyName>
<Copyright>Copyright (c) FiftyOneLab Tech 2018-2022</Copyright>
<Copyright>synthphonic tech 2018-2022</Copyright>
<RootNamespace>Nautilus.SolutionExplorerClient</RootNamespace>
<Version>2.1.0</Version>
<Authors>Shah Z. S</Authors>
<Company>FiftyOne Lab Technologies</Company>
<Product>Nautilus Solution Manager CLI</Product>
<UseAppHost>false</UseAppHost>
<!--<_EnableMacOSCodeSign>false</_EnableMacOSCodeSign>-->

<!--<AssemblyVersion>1.1.0.0</AssemblyVersion>-->
<!--<FileVersion>1.0.0.1</FileVersion>-->
<NeutralLanguage>en</NeutralLanguage>
Expand Down

0 comments on commit 61a191b

Please sign in to comment.