Skip to content

Commit e499b09

Browse files
committed
Clean up version file generation
1 parent a348846 commit e499b09

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

Shabby.version

Lines changed: 0 additions & 13 deletions
This file was deleted.

Source/Shabby.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33

4+
<!-- MSBuild Dependencies -->
45
<ItemGroup>
5-
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.1" />
6+
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.2" />
67
<PackageReference Include="MinVer" Version="5.0.0">
78
<PrivateAssets>all</PrivateAssets>
89
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
@@ -36,6 +37,8 @@
3637
<ItemGroup>
3738
<KSPVersionFile Include=".">
3839
<Destination>$(RepoRootPath)GameData/Shabby/Shabby.version</Destination>
40+
<URL>https://github.com/KSPModdingLibs/Shabby/releases/latest/download/Shabby.version</URL>
41+
<Download>https://github.com/KSPModdingLibs/Shabby/releases/latest</Download>
3942
</KSPVersionFile>
4043
</ItemGroup>
4144
</Project>

0 commit comments

Comments
 (0)