diff --git a/.gitignore b/.gitignore index 741d71d..a461faf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,12 @@ bin/ *.psess *.rar *.TMP + +# 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 \ No newline at end of file diff --git a/Components/LiveSplit.Skyrim.dll b/Components/LiveSplit.Skyrim.dll index 378f449..589cff6 100644 Binary files a/Components/LiveSplit.Skyrim.dll and b/Components/LiveSplit.Skyrim.dll differ diff --git a/Components/package.sh b/Components/package.sh index b1d98ec..4c7707c 100755 --- a/Components/package.sh +++ b/Components/package.sh @@ -6,4 +6,4 @@ if [ -z "$VERSION" ]; then exit 1 fi -zip LiveSplit.Skyrim_v${VERSION}.zip LiveSplit.Skyrim.dll ../readme.txt +zip -j LiveSplit.Skyrim_v${VERSION}.zip LiveSplit.Skyrim.dll ../README.md diff --git a/Components/update.LiveSplit.Skyrim.xml b/Components/update.LiveSplit.Skyrim.xml index 1053c67..f1a9cc8 100644 --- a/Components/update.LiveSplit.Skyrim.xml +++ b/Components/update.LiveSplit.Skyrim.xml @@ -1,4 +1,14 @@ + + + + + + + Compatibility with LiveSplit 1.6 + + + diff --git a/LiveSplit.Skyrim.csproj b/LiveSplit.Skyrim.csproj index 8b6b416..8d11d9c 100644 --- a/LiveSplit.Skyrim.csproj +++ b/LiveSplit.Skyrim.csproj @@ -16,10 +16,13 @@ true full false - ..\..\..\..\Program Files %28x86%29\LiveSplit\Components\ + ..\..\..\..\Program Files\LiveSplit\Components\ DEBUG;TRACE prompt 4 + + .pdb + none @@ -28,15 +31,17 @@ TRACE prompt 4 + + .pdb + - ..\..\..\..\Program Files (x86)\LiveSplit\LiveSplit.Core.dll + ..\..\..\..\Program Files\LiveSplit\LiveSplit.Core.dll False - - False - ..\..\..\..\Program Files (x86)\LiveSplit\Components\LiveSplit.Sound.dll + + packages\NAudio.1.7.3\lib\net35\NAudio.dll False @@ -46,7 +51,7 @@ - ..\..\..\..\Program Files (x86)\LiveSplit\UpdateManager.dll + ..\..\..\..\Program Files\LiveSplit\UpdateManager.dll False @@ -70,6 +75,7 @@ + @@ -82,33 +88,16 @@ + - - {22D6F304-B0F6-11D0-94AB-0080C74C7E95} - 1 - 0 - 0 - tlbimp - False - True - - - {00020430-0000-0000-C000-000000000046} - 2 - 0 - 0 - primary - False - True - - - - + + Designer +