Skip to content

Commit

Permalink
Changed name of DLL for CKAN compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Sep 17, 2021
1 parent 310e098 commit c939eb6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ ChangeLog
Fixed button icon when enabling & disabling mod
Added AssemblyFileVersion
Updated version file for 1.12

1.2.4.1
Changed name of DLL for CKAN compatibility
2 changes: 1 addition & 1 deletion GameData/ProbeControlRoom/ProbeControlRoom.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 3,
"PATCH": 4,
"BUILD": 1
},
"KSP_VERSION": {
Expand Down
2 changes: 1 addition & 1 deletion ProbeControlRoom.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 1,
"MINOR": 2,
"PATCH": 4,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
4 changes: 2 additions & 2 deletions ProbeControlRoom/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

using System.Reflection;

[assembly: AssemblyVersion("1.2.3.1")]
[assembly: AssemblyFileVersion("1.2.3.1")]
[assembly: AssemblyVersion("1.2.4.1")]
[assembly: AssemblyFileVersion("1.2.4.1")]
2 changes: 1 addition & 1 deletion ProbeControlRoom/ProbeControlRoom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{6BB6BF04-C58F-47EE-A4BB-3CADA7850606}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ProbeControlRoom</RootNamespace>
<AssemblyName>ProbeControlRoom</AssemblyName>
<AssemblyName>ProbeControlRoomRecontrolled</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit c939eb6

Please sign in to comment.