Skip to content

Commit

Permalink
Prepare for 1.0 release (continued 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDeadman committed Aug 9, 2016
1 parent 73cb944 commit 284bf33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions KSPPartRemover.Tests/KSPPartRemover.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<RootNamespace>KSPPartRemover.Tests</RootNamespace>
<AssemblyName>KSPPartRemover.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
8 changes: 8 additions & 0 deletions KSPPartRemover.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Global
{50E890F7-94B7-41BD-BD76-6FE68E108161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50E890F7-94B7-41BD-BD76-6FE68E108161}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
description = Removes parts from Kerbal Space Program crafts
version = 1.0
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down
2 changes: 2 additions & 0 deletions KSPPartRemover/KSPPartRemover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<ReleaseVersion>1.0</ReleaseVersion>
<Description>Removes parts from Kerbal Space Program crafts</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down

0 comments on commit 284bf33

Please sign in to comment.