Skip to content

Commit

Permalink
Bump version due to hotfix recompile for Resonite 2024.7.11.1293 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Jul 12, 2024
1 parent 5766458 commit 9fb4799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resonance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Authors>Cyro</Authors>
<Product>Resonance FFT</Product>
Expand Down Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(OutDir)$(TargetFileName)" DestinationFolder="$(ResonitePath)rml_mods" ContinueOnError="true" />
<!--Copy SourceFiles="$(OutDir)$(TargetFileName)" DestinationFolder="$(ResonitePath)rml_mods" ContinueOnError="true" /-->
<Copy SourceFiles="$(OutDir)$(TargetFileName)" DestinationFolder="$(OutDir)Result" ContinueOnError="true" />
</Target>

Expand Down

0 comments on commit 9fb4799

Please sign in to comment.