How to upgrade to a newer version of SpecSync
Last updated
Was this helpful?
Last updated
Was this helpful?
If you are using an older version of SpecSync it is recommended to upgrade it to a more recent version. If your version is older than 365 days, SpecSync will even remind you for upgrading.
Before upgrade we recommend checking the page and choose the version you would like to upgrade to. Upgrading to a newer update version (only the third number is different, e.g. 3.2.9
to 3.2.12
) can be done without planning and consideration, but for upgrading to a newer main version you should check the for compatibility notes. You can find more details about the release types in the page.
The upgrade procedure depends on how you have . In this list we provide the upgrade procedure for the most common installation options. In the examples we assume you want to upgrade to v3.2.12, but you need to replace this with the version you have chosen.
If you have installed SpecSync as a (you use it with the dotnet specsync
command), you need to invoke dotnet tool update SpecSync.Jira --version 3.2.12
from your local repository. Make sure you commit the changes to the dotnet-tools.json
file and ask your team mates to perform a dotnet tool restore
command after they pulled your change.
If you have installed as a (you invoke SpecSync4Jira.cmd
or you invoke SpecSync4Jira.exe
from the tools
folder of the NuGet package), you need to update the NuGet package with dotnet add package SpecSync.Jira --version 3.2.12
or from the Package Manager in Visual Studio.
If you use the downloaded (you invoke SpecSync4Jira
or SpecSync4Jira.exe
from an arbitrary folder), you need to download a newer version from the page.
If you use the SpecSync official (you invoke a docker run
command for the specsolutions/specsync4jira
, specsolutions/specsync4jira:3.2
or specsolutions/specsync4jira:3.2.9
image), you need to either use a specific tag (e.g. specsolutions/specsync4jira:3.2.12
) or make sure you have the latest version of the image using the docker pull specsolutions/specsync4jira:3.2
command.
If you have problems or questions related to upgrading SpecSync, please contact .