• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Carbon Copy plugin for VS


Commit MetaInfo

Révision9942bbb96b988121a4a861f56bd35fb3af3426fc (tree)
l'heure2022-03-28 04:44:26
Auteurmelchior <melchior@user...>
Commitermelchior

Message de Log

V0.1.8

Rebuild Update for VS 1.16

Change Summary

Modification

--- a/CarbonCopy/CarbonCopy.csproj
+++ b/CarbonCopy/CarbonCopy.csproj
@@ -33,7 +33,7 @@
3333 <ConsolePause>false</ConsolePause>
3434 <CustomCommands>
3535 <CustomCommands>
36- <Command type="AfterBuild" command="7z -tzip a Carboncopy_${ProjectConfig}.zip" workingdir="${TargetDir}" />
36+ <Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa CarbonCopy_${ProjectConfig}.zip" workingdir="${TargetDir}" />
3737 <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
3838 </CustomCommands>
3939 </CustomCommands>
--- a/CarbonCopy/modinfo.json
+++ b/CarbonCopy/modinfo.json
@@ -3,10 +3,10 @@
33 "name": "Carbon-Copy",
44 "description" : "Replicate builds, and more from SP/MP (clientside!)",
55 "authors": ["Melchior"],
6- "version": "0.1.7",
6+ "version": "0.1.8",
77 "side": "client",
88 "dependencies": {
9- "game": "1.15.0"
9+ "game": "1.16.0"
1010 },
1111 "website": "http://nowebsite.nope"
1212 }
\ No newline at end of file