Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
.version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed May 2, 2015
1 parent cc03e4f commit 5c73c97
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 27 deletions.
60 changes: 35 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,32 @@
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/

# Roslyn cache directories
*.ide/
# Visual Studo 2015 cache/options directory
.vs/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

#NUNIT
# NUNIT
*.VisualState.xml
TestResult.xml

Expand Down Expand Up @@ -123,22 +129,19 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
#*.pubxml

# NuGet Packages Directory
packages/*
## TODO: If the tool you use requires repositories.config
## uncomment the next line
#!packages/repositories.config

# Enable "build/" folder in the NuGet Packages folder since
# NuGet packages use it for MSBuild targets.
# This line needs to be after the ignore of the build folder
# (and the packages folder if the line above has been uncommented)
!packages/build/
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config

# Windows Azure Build Output
csx/
Expand All @@ -148,8 +151,7 @@ csx/
AppPackages/

# Others
sql/
*.Cache
*.[Cc]ache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
Expand All @@ -159,6 +161,7 @@ ClientBin/
*.pfx
*.publishsettings
node_modules/
bower_components/

# RIA/Silverlight projects
Generated_Code/
Expand All @@ -183,7 +186,14 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/

# LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

PartDatabase.cfg
Physics.cfg
Binary file modified GameData/RW Saturatable/SaturatableRW.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/RW Saturatable/SaturatableRW.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"Saturatable RW","URL":"","DOWNLOAD":"","VERSION":{"MAJOR":1,"MINOR":0,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":0}}
{"NAME":"Saturatable RW","URL":"https://github.com/Crzyrndm/RW-Saturatable/blob/master/GameData/RW%20Saturatable/SaturatableRW.version","DOWNLOAD":"","VERSION":{"MAJOR":1,"MINOR":9,"PATCH":2,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":2}}
Binary file removed RW Saturatable v1.9.zip
Binary file not shown.
Binary file added Saturatable RW v1.9.02.zip
Binary file not shown.
1 change: 0 additions & 1 deletion SaturatableRW/RWSaturatable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public void OnDestroy()
}
catch (Exception ex)
{
Debug.Log(ex.InnerException);
Debug.Log(ex.StackTrace);
}
}
Expand Down

0 comments on commit 5c73c97

Please sign in to comment.