Skip to content

Commit

Permalink
Update application details
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorCraft committed Jan 3, 2021
1 parent ce93adf commit 02b6230
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions FunctionAnalyser/UserInterface/UserInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<ApplicationIcon>command_block.ico</ApplicationIcon>
<Authors>ErrorCraft</Authors>
<Product>Function Analyser</Product>
<Description>A tool that analyses your functions and generates a report that includes details about them.</Description>
<PackageId>Function Analyser</PackageId>
<AssemblyName>Function Analyser</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 02b6230

Please sign in to comment.