Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Oct 21, 2023
1 parent 79a8b71 commit 93bdb47
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 6 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
18 changes: 12 additions & 6 deletions VTOL_2.0.0/VTOL.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
Expand All @@ -20,11 +20,13 @@
<RepositoryUrl>https://github.com/BigSpice/VTOL</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>mod;installer;modmanager;northstar-client;titanfall2</PackageTags>
<AssemblyVersion>3.0.1</AssemblyVersion>
<FileVersion>3.0.1</FileVersion>
<Version>3.0.1</Version>
<AssemblyVersion>3.0.2</AssemblyVersion>
<FileVersion>3.0.2</FileVersion>
<Version>3.0.2</Version>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
<ErrorReport>none</ErrorReport>
<Title>VTOL</Title>
<PackageLicenseFile>LICENSE</PackageLicenseFile>

</PropertyGroup>

Expand Down Expand Up @@ -767,9 +769,9 @@
<Resource Include="Resources\Backgrounds\Backgrounds_Home_Page\wallpaper(6).jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Backgrounds\Home_Nav.png">
<Content Include="Resources\Backgrounds\Home_Nav.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</Content>
<Resource Include="Resources\Backgrounds\profiles_bg.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
Expand Down Expand Up @@ -1016,6 +1018,10 @@
</ItemGroup>

<ItemGroup>
<None Update="LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="Pages\Splash.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 93bdb47

Please sign in to comment.