Page 1 of 1

Trying to create new version of Powershell GUI script

Posted: Thu Oct 12, 2017 8:36 am
by bembree
Here is my issue:

I just finished a big Powershell GUI script for work, but I want to work on adding some features I didn't include in the first release, but I'm not understanding how to make a new version of the script without changing the existing version. I've been using PS Studio for a while, but I've never figured out how to use that feature.


To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: Powershell Studio 2015 build 1.0.26
32 or 64 bit version of product: 64 bit
Operating system: Windows 10 Enterprise
32 or 64 bit OS: 64 bit

*** Please add details and screenshots as needed below. ***

DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM

Re: Trying to create new version of Powershell GUI script

Posted: Thu Oct 12, 2017 9:05 am
by davidc
I'm not sure which feature you are referring to.

If you need to keep the old version, I would recommend making a copy and renaming the new version of the script or project. That way you distribute multiple versions.

Re: Trying to create new version of Powershell GUI script

Posted: Thu Oct 12, 2017 9:46 am
by Alexander Riedel
Generally you would employ a version control system. That would always allow you to go back to a previous version, if needed.

Re: Trying to create new version of Powershell GUI script

Posted: Thu Oct 12, 2017 9:54 am
by bembree
How do I employ a Version Control System in PS Studio 2015?