Skip to content

Commit 23d1c31

Browse files
Updated namespace
1 parent 0894013 commit 23d1c31

File tree

4 files changed

+7
-114
lines changed

4 files changed

+7
-114
lines changed

GameData/CrewRandR/CrewRandR.version

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
"MAJOR": 1,
1111
"MINOR": 1,
1212
"PATCH": 11,
13-
"BUILD": 1
13+
"BUILD": 2
14+
},
15+
"KSP_VERSION": {
16+
"MAJOR": 1,
17+
"MINOR": 12,
18+
"PATCH": 1
1419
},
1520
"KSP_VERSION_MIN": {
1621
"MAJOR": 1,

Source/.CrewRandR.csproj.swp

16 KB
Binary file not shown.

Source/CrewRandR.csproj.orig

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

Source/FingerboxLib/Utilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace FingerboxLib
6+
namespace CrewRandR
77
{
88
public class Utilities
99
{

0 commit comments

Comments
 (0)