3 Commits

Author SHA1 Message Date
estrogen elf
47d02a61fb feat: update README.md 2025-07-05 14:25:43 -05:00
estrogen elf
fd57aad4dd chore: increment version 2025-07-05 14:16:43 -05:00
estrogen elf
560a9622ef fix: missing params bug 2025-07-05 14:16:31 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<AvaloniaXamlIlDebuggerLaunch>False</AvaloniaXamlIlDebuggerLaunch>
<ApplicationIcon>app.ico</ApplicationIcon>
<AssemblyName>NeedleworkDotNet</AssemblyName>
<AssemblyVersion>0.13.0.0</AssemblyVersion>
<AssemblyVersion>0.13.1.0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<AvaloniaXamlVerboseExceptions>False</AvaloniaXamlVerboseExceptions>
</PropertyGroup>
@@ -29,7 +29,7 @@
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.8" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.8" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.3.0" />
<PackageReference Include="BlossomiShymae.Briar" Version="0.2.2" />
<PackageReference Include="BlossomiShymae.Briar" Version="0.2.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="DebounceThrottle" Version="3.0.1" />
<PackageReference Include="FastCache.Cached" Version="1.8.2" />

View File

@@ -27,10 +27,10 @@ Needlework.Net is an open-source helper tool for the LCU and Game Client that pr
## Credits
### GrrrLCU
### Briar
A simple wrapper for the LCU.
- [Repository](https://github.com/BlossomiShymae/GrrrLCU)
A simple wrapper for the League Client and Game Client APIs.
- [Repository](https://github.com/BlossomiShymae/Briar)
### LCU Explorer