Skip to content

Commit

Permalink
Bump version & update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blueskythlikesclouds committed Aug 21, 2020
1 parent e90e243 commit ce11be5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MikuMikuLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
#if DEBUG
[assembly: AssemblyVersion( "2.0.*" )]
#else
[assembly: AssemblyVersion( "2.0.2" )]
[assembly: AssemblyVersion( "2.0.3" )]
#endif
2 changes: 1 addition & 1 deletion MikuMikuModel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
#if DEBUG
[assembly: AssemblyVersion( "2.0.*" )]
#else
[assembly: AssemblyVersion( "2.0.2" )]
[assembly: AssemblyVersion( "2.0.3" )]
#endif
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ build:
project: MikuMikuLibrary.sln

after_build:
- rmdir "./MikuMikuModel/bin/Release/runtimes/linux-x64" /S /Q
- rmdir "./MikuMikuModel/bin/Release/runtimes/osx-x64" /S /Q
- 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=1024m -ms=on MikuMikuModel.7z ./MikuMikuModel/bin/Release/*
- 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=1024m -ms=on DatabaseConverter.7z ./CliTools/DatabaseConverter/bin/Release/*
- 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=1024m -ms=on FarcPack.7z ./CliTools/FarcPack/bin/Release/*
Expand Down

0 comments on commit ce11be5

Please sign in to comment.