Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Version upgrade, fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Denikson committed Jul 23, 2016
1 parent 2e4cc56 commit 74b9cd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CM3D2.MaidFiddler.Plugin/MaidFiddler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace CM3D2.MaidFiddler.Plugin
public class MaidFiddler : PluginBase
{
public const string CONTRIBUTORS = "denikson";
public const string VERSION = "BETA 0.9d";
public const string VERSION = "BETA 0.10";
public const string PROJECT_PAGE = "https://github.com/denikson/CM3D2.MaidFiddler";
public const string RESOURCE_URL = "https://raw.githubusercontent.com/denikson/CM3D2.MaidFiddler/master";
public const int SUPPORTED_CM3D2_VERSION = 133;
Expand Down
6 changes: 6 additions & 0 deletions build_distribution.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ if not exist "%msbuildpath%\msbuild.exe" (
exit /b 1
)

echo PHASE 0: Cleaning up
rmdir /Q /S %cd%\CM3D2.MaidFiddler.Hook\bin\%buildconf%
rmdir /Q /S %cd%\CM3D2.MaidFiddler.Patch\bin\%buildconf%
rmdir /Q /S %cd%\CM3D2.MaidFiddler.Plugin\bin\%buildconf%
rmdir /Q /S %cd%\CM3D2.MaidFiddler.Sybaris.Patch\bin\%buildconf%

echo PHASE 1: Building Hook and Patch

"%msbuildpath%\msbuild.exe" %cd%\CM3D2.MaidFiddler.Patch\CM3D2.MaidFiddler.Patch.csproj /p:Configuration=%buildconf%
Expand Down

0 comments on commit 74b9cd2

Please sign in to comment.