Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
armazac committed May 8, 2016
1 parent ca8e3d9 commit ff87798
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
Binary file added GameData/KSPCasher/Plugins/KSPCasher.dll
Binary file not shown.
36 changes: 36 additions & 0 deletions GameData/KSPCasher/Plugins/KSPCasher.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"NAME":"KSPCasher",
"URL":"https://raw.githubusercontent.com/a-stat/kspcasher/master/KSPCasher.version",
"DOWNLOAD":"https://github.com/a-stat/kspcasher/releases/download/0.1.0/KSPCasher_0.1.0.zip",
"GITHUB":
{
"USERNAME":"a-stat",
"REPOSITORY":"kspcasher",
"ALLOW_PRE_RELEASE":false,
},
"VERSION":
{
"MAJOR":0,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":1,
"PATCH":2
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":1,
"PATCH":2
}
}
Binary file added GameData/KSPCasher/Plugins/MiniAVC.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions GameData/KSPCasher/Plugins/MiniAVC.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<AddonSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AllowCheck>true</AllowCheck>
<FirstRun>false</FirstRun>
</AddonSettings>

0 comments on commit ff87798

Please sign in to comment.