BrunoZockt

updateInfo

Dec 11th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <programName> = { "<pastebinCode>",
  2. "<newestVersion[e.g. 1.33.7]>",
  3. changelog = { "<newestVersion>" = "New features:\n
  4. 1.ThisMethod which does that\n
  5. 2.ThisFeature which does that\n
  6. Bug fixes:\n
  7. 1.ThisBug which did that\n
  8. 2. ThisOtherBug which did that other thing",
  9. "<closeToNewestVersion>" = "New features:\n
  10. 1.ThisMethod which does that\n
  11. 2.ThisFeature which does that\n
  12. Bug fixes:\n
  13. 1.ThisBug which did that\n
  14. 2.ThisOtherBug which did that other thing",
  15. ".................." = "..........................",
  16. "<oldestVersion>" = ".........................."
  17. }
  18. }
  19. <otherProgramName> = { "<pastebinCode>",
  20. "<newestVersion[e.g. 1.33.7]>",
  21. changelog = { "<newestVersion>" = "..........................",
  22. "<closeToNewestVersion>" = "..........................",
  23. ".................." = "..........................",
  24. "<oldestVersion>" = ".........................."
  25. }
  26. }
Add Comment
Please, Sign In to add comment