Skip to content

Commit

Permalink
Clean up version file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 9, 2024
1 parent a348846 commit e499b09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
13 changes: 0 additions & 13 deletions Shabby.version

This file was deleted.

5 changes: 4 additions & 1 deletion Source/Shabby.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">

<!-- MSBuild Dependencies -->
<ItemGroup>
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.1" />
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.2" />
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down Expand Up @@ -36,6 +37,8 @@
<ItemGroup>
<KSPVersionFile Include=".">
<Destination>$(RepoRootPath)GameData/Shabby/Shabby.version</Destination>
<URL>https://github.com/KSPModdingLibs/Shabby/releases/latest/download/Shabby.version</URL>
<Download>https://github.com/KSPModdingLibs/Shabby/releases/latest</Download>
</KSPVersionFile>
</ItemGroup>
</Project>

0 comments on commit e499b09

Please sign in to comment.