mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-07-16 07:27:50 +00:00
Compare commits
No commits in common. "0b4f4c15d9bdf3c7d54ecbd70e38e8ce7797ce31" and "24bce824075afe2e74156d9132739029ac5652cd" have entirely different histories.
0b4f4c15d9
...
24bce82407
4 changed files with 2 additions and 3 deletions
AutoTrackR2
|
@ -10,7 +10,7 @@
|
|||
<Configurations>Debug;Release;Test</Configurations>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<ApplicationIcon>AutoTrackR2.ico</ApplicationIcon>
|
||||
<Version>2.12</Version>
|
||||
<Version>2.0</Version>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<Deterministic>true</Deterministic>
|
||||
|
|
|
@ -2,5 +2,5 @@ namespace AutoTrackR2.Constants;
|
|||
|
||||
public static class AppConstants
|
||||
{
|
||||
public static string Version => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString(2) ?? "2.0";
|
||||
public static string Version => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString() ?? "2.0";
|
||||
}
|
|
@ -38,7 +38,6 @@ public class KillStreakManager : IDisposable
|
|||
// Handle multi-kill announcements
|
||||
string? multiKillSound = _currentKills switch
|
||||
{
|
||||
1 => "dog_bowl.wav",
|
||||
2 => "double_kill.wav",
|
||||
3 => "triple_kill.wav",
|
||||
4 => "overkill.wav",
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue