Skip to content

Commit 09d8933

Browse files
committed
add versioning support, update changelog
1 parent a3d8564 commit 09d8933

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

ChangeLog.md renamed to CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased
22

33
- Recompiled for KSP 1.12.5
4+
- Improved performance
45

56

67
## v1.9.1.1 16 October 2018

DistantObject.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C89FCA5E-043B-4207-A574-59748AF92577}"
99
ProjectSection(SolutionItems) = preProject
1010
.gitignore = .gitignore
11-
ChangeLog.md = ChangeLog.md
11+
CHANGELOG.md = CHANGELOG.md
1212
README.txt = README.txt
1313
todo.txt = todo.txt
1414
EndProjectSection

Source-Code/DistantObject.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="DistantObject.version.props" />
23
<PropertyGroup>
34
<TargetFramework>net481</TargetFramework>
45
<OutputType>Library</OutputType>
@@ -10,10 +11,6 @@
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<PackageReference Include="KSPBuildTools" Version="0.0.5" />
13-
<PackageReference Include="MinVer" Version="6.0.0">
14-
<PrivateAssets>all</PrivateAssets>
15-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16-
</PackageReference>
1714
</ItemGroup>
1815
<ItemGroup>
1916
<KSPVersionFile Include=".">
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Version>3.1</Version>
5+
</PropertyGroup>
6+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Version>@VERSION_FULL@</Version>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)