Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Felscream committed Sep 9, 2024
1 parent 98a0bd1 commit 0233c53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
2 changes: 1 addition & 1 deletion DragoonMayCry/Audio/AudioService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static AudioService Instance { get {
private static readonly Dictionary<SoundId, string> DmcAnnouncer =
new Dictionary<SoundId, string>
{
{ SoundId.DeadWeight, GetPathToAnnouncerAudio("dead_weight") },
{ SoundId.DeadWeight, GetPathToAnnouncerAudio("dead_weight.wav") },
{ SoundId.Dirty, GetPathToAnnouncerAudio("DmC/dirty.wav") },
{ SoundId.Cruel, GetPathToAnnouncerAudio("DmC/`cruel.wav") },
{ SoundId.Brutal, GetPathToAnnouncerAudio("DmC/brutal.wav") },
Expand Down
38 changes: 2 additions & 36 deletions DragoonMayCry/DragoonMayCry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<PropertyGroup>
<Version>0.7.5</Version>
<Version>0.7.6</Version>
<Description>DragoonMayCry</Description>
<PackageProjectUrl>https://github.com/Felscream/DragoonMayCry</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -27,41 +27,7 @@
<EmbeddedResource Include="Assets\SSS.png" />
<EmbeddedResource Include="Assets\GaugeDefault.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Audio\dead_weight.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\dirty.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\cruel.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\brutal.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\anarchic.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\savage.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\sadistic.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Audio\sensational.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
</ItemGroup>


<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.1" />
<Reference Include="Lumina">
Expand Down
2 changes: 1 addition & 1 deletion DragoonMayCry/DragoonMayCry.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ApplicableVersion": "any",
"LoadPriority": 0,
"InternalName": "DragoonMayCry",
"AssemblyVersion": "0.7.5",
"AssemblyVersion": "0.7.6",
"RepoUrl": "https://github.com/Felscream/DragoonMayCry",
"Tags": [ "dmc", "style", "dragoon", "combo", "cry", "greed" ],
"DalamudApiLevel": 10
Expand Down

0 comments on commit 0233c53

Please sign in to comment.