Skip to content

Commit

Permalink
fix update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Jul 24, 2024
1 parent f40b3b7 commit 661a22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VideoJaNai/Services/UpdateManagerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UpdateManagerService : IUpdateManagerService

public UpdateManagerService()
{
_um = new UpdateManager(new GithubSource("https://github.com/the-database/AnimeJaNaiConverterGui", null, false));
_um = new UpdateManager(new GithubSource("https://github.com/the-database/VideoJaNai", null, false));
}

public string AppVersion { get => _um?.CurrentVersion?.ToString() ?? ""; }
Expand Down
4 changes: 2 additions & 2 deletions VideoJaNai/VideoJaNai.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0-preview6" />
<PackageReference Include="HyperText.Avalonia" Version="11.0.0-rc1" />
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.10" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.3" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Salaros.ConfigParser" Version="0.3.8" />
<PackageReference Include="SevenZipExtractor" Version="1.0.17" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Splat.Autofac" Version="15.1.1" />
<PackageReference Include="System.Management.Automation" Version="7.4.3" />
<PackageReference Include="System.Management.Automation" Version="7.4.4" />
<PackageReference Include="Velopack" Version="0.0.571-gc0a9476" />
</ItemGroup>

Expand Down

0 comments on commit 661a22d

Please sign in to comment.