Skip to content

Commit 56e443b

Browse files
Updated .gitignore
1 parent bcae6f9 commit 56e443b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $RECYCLE.BIN/
237237
# =========================
238238

239239
*.zip
240-
B9PartSwitch/Properties/AssemblyInfo.cs
240+
#B9PartSwitch/Properties/AssemblyInfo.cs
241241
GameData/B9PartSwitch/B9PartSwitch.version
242242
Gemfile.lock
243243
.vs/*
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
[assembly: AssemblyTitle("B9PartSwitch")]
6+
[assembly: AssemblyDescription("A part switching module for KSP")]
7+
[assembly: AssemblyConfiguration("")]
8+
[assembly: AssemblyCompany("blowfish")]
9+
[assembly: AssemblyProduct("B9PartSwitch")]
10+
[assembly: AssemblyCopyright("Copyright © 2015")]
11+
[assembly: AssemblyTrademark("")]
12+
[assembly: AssemblyCulture("")]
13+
14+
[assembly: ComVisible(false)]
15+
16+
[assembly: Guid("011a01e9-0074-47d5-82f8-4259d3d927b7")]
17+
18+
[assembly: AssemblyInformationalVersionAttribute("v2.7.0-dirty")]
19+
//[assembly: AssemblyVersion("2.7.0.0")]
20+
//[assembly: AssemblyFileVersion("2.7.0.0")]
21+
22+
[assembly: KSPAssembly("B9PartSwitch", 2, 7, 0)]

0 commit comments

Comments
 (0)