Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeEvs committed Apr 8, 2022
1 parent c2ef46c commit fcaa741
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion FrostyEditor/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
v1.0.6 (Beta 1)
v1.0.6 (Beta 2)
--------
- Modified Mod Manager loading process so mods no longer get removed from packs when the file cannot be found
- Improved option descriptions (#42)
- Fixed crashing issue when loading Garden Warfare 1 and 2 (#41)

Technical Changes
- Added missing PVZDeobfuscator to FrostySdk project (#41)
- Improved version logic

v1.0.6 (Beta 1)
--------
- Added caching for type info loading process (#31)
- Added caching to MeshVariationDataBase loading process (#22)
Expand Down
4 changes: 4 additions & 0 deletions Plugins/MeshSetPlugin/MeshSetPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release - Beta|net48|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy /Y $(TargetPath) $(SolutionDir)$(OutDir)Plugins\" />
<Exec Command="xcopy /Y $(TargetPath) $(SolutionDir)..\FrostyModManager\$(OutDir)Plugins\" />
Expand Down

0 comments on commit fcaa741

Please sign in to comment.