Skip to content

Commit

Permalink
update install instructions to 710
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh Bomma committed May 12, 2023
1 parent 6b553dd commit e1f6501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ Currently, the following issues are known:

- Version 6.1.2 - Failing Change Plan and Change Quantity will not work due to the race condition of patching and returning 200 in the same call. This will be fixed in the next release. [Upgrade to 7.0.0 to fix]

- Importannt Security updates in Version 7.1.0. Please upgrade to >= 7.1.0

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Expand Down
2 changes: 1 addition & 1 deletion docs/Advanced-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please note: the SaaS Accelerator is community-supported. If you need help or ha
1. Copy the following section to an editor and update it to match your company preference. Replace SOME-UNIQUE-STRING with your Team name or some other random string.
``` powershell
dotnet tool install --global dotnet-ef; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.0.0 --depth 1; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.1.0 --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Deploy.ps1 `
-WebAppNamePrefix "marketplace-SOME-UNIQUE-STRING" `
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Copy the following section to an editor and update it to match your company pref

``` powershell
dotnet tool install --global dotnet-ef; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.0.0 --depth 1; `
git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.1.0 --depth 1; `
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; `
.\Deploy.ps1 `
-WebAppNamePrefix "SOME-UNIQUE-STRING" `
Expand Down

0 comments on commit e1f6501

Please sign in to comment.