Compare commits
No commits in common. "ec04756989ca5558002a01542c7fd4d03996a7f9" and "0b3d33e10c6c87b9ed6f30902694f136a5428dd7" have entirely different histories.
ec04756989
...
0b3d33e10c
@ -434,7 +434,7 @@ namespace RandomFileRunner
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(filename))
|
||||
{
|
||||
_currentProcess = RyzStudio.Diagnostics.Process.Execute(filename);
|
||||
RyzStudio.Diagnostics.Process.Execute(filename);
|
||||
}
|
||||
|
||||
//this.IsBusy = false;
|
||||
|
@ -51,7 +51,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="RyzStudio" Version="8.1.0.720" />
|
||||
<PackageReference Include="RyzStudio" Version="8.1.0.719" />
|
||||
<PackageReference Include="RyzStudio.Windows.Forms" Version="8.1.0.719" />
|
||||
</ItemGroup>
|
||||
|
||||
|
BIN
References/RyzStudio.8.1.0.719.nupkg
Normal file
BIN
References/RyzStudio.8.1.0.719.nupkg
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user