Skip to content

Commit

Permalink
Publish v1.14
Browse files Browse the repository at this point in the history
Ensure .Net Framework 4.8 is required and fetched during install.
  • Loading branch information
coldino committed Jan 19, 2022
1 parent fcb7a5a commit a06a445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LarkatorGUI/LarkatorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PublisherName>coldino</PublisherName>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.13.0.0</ApplicationVersion>
<ApplicationVersion>1.14.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -228,9 +228,9 @@
<Resource Include="compass.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7">
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7 %28x86 and x64%29</ProductName>
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
Expand Down

0 comments on commit a06a445

Please sign in to comment.