Skip to content

Commit

Permalink
Ready for release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesst20 committed Oct 22, 2019
1 parent 9103b42 commit ee9f68f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
.idea

ZeldaWindWakerTrainer/bin

ZeldaWindWakerTrainer/obj
ZeldaWindWakerTrainer/obj
ZeldaWindWakerTrainer/FodyWeavers.xsd
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ A simple trainer built for fun for The Legend Of Zelda Wind Waker HD running on

Tested on Cemu 1.15.15b
Title : Zelda Wind Waker HD (US v0) [0005000-10143500]

Demo https://www.youtube.com/watch?v=o43d2z9tSaU
3 changes: 3 additions & 0 deletions ZeldaWindWakerTrainer/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura IncludeDebugSymbols='false' />
</Weavers>
2 changes: 1 addition & 1 deletion ZeldaWindWakerTrainer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:ZeldaWindWakerTrainer"
mc:Ignorable="d"
Title="Zelda WindWaker Trainer - Jamesst20" Height="450" Width="950" ResizeMode="CanMinimize"
Title="Zelda WindWaker Trainer v1.0 - Jamesst20" Height="450" Width="950" ResizeMode="CanMinimize"
Closing="Window_Closing">
<Grid>
<TabControl SelectedIndex="0">
Expand Down
2 changes: 2 additions & 0 deletions ZeldaWindWakerTrainer/ZeldaWindWakerTrainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Costura.Fody" Version="4.1.0" />
<PackageReference Include="Fody" Version="6.0.2" />
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
<PackageReference Include="Vanara.PInvoke.Kernel32" Version="3.1.0" />
</ItemGroup>
Expand Down

0 comments on commit ee9f68f

Please sign in to comment.