Skip to content

Commit

Permalink
bump up VeriSol version to 0.1.5-alpha; last merge '69a51b1 3c39efb'
Browse files Browse the repository at this point in the history
  • Loading branch information
ellab123 committed May 27, 2020
1 parent 3c39efb commit 09fdc48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following are dynamically installed at VeriSol runtime (the first time only)
### Install from nuget.org
Install to the **global** dotnet CLI tools cache so that you can run command `VeriSol` from anywhere:
```
dotnet tool install VeriSol --version 0.1.3-alpha --global
dotnet tool install VeriSol --version 0.1.5-alpha --global
```

### Install from sources
Expand All @@ -27,7 +27,7 @@ dotnet build Sources\VeriSol.sln

Install to the **global** dotnet CLI tools cache so that you can run command `VeriSol` from anywhere:
```
dotnet tool install VeriSol --version 0.1.3-alpha --global --add-source %VERISOL_PATH%/nupkg/
dotnet tool install VeriSol --version 0.1.5-alpha --global --add-source %VERISOL_PATH%/nupkg/
```
You may need to uninstall a previous version first. Use `dotnet tool uninstall --global VeriSol` first then.

Expand Down
2 changes: 1 addition & 1 deletion Sources/VeriSol.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>0.1.3-alpha</VersionPrefix>
<VersionPrefix>0.1.5-alpha</VersionPrefix>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
inputs:
command: custom
custom: 'tool'
arguments: 'install --tool-path $(Build.SourcesDirectory)/Tools/ VeriSol --version 0.1.3-alpha --add-source $(Build.SourcesDirectory)/nupkg/'
arguments: 'install --tool-path $(Build.SourcesDirectory)/Tools/ VeriSol --version 0.1.5-alpha --add-source $(Build.SourcesDirectory)/nupkg/'

- pwsh: |
$(Build.SourcesDirectory)/Tools/VeriSol $(Build.SourcesDirectory)/Test/regressions/DAO-Sim-Buggy.sol Mallory /tryProof /tryRefutation:10 /printTransactionSequence
Expand All @@ -44,7 +44,7 @@ steps:
inputs:
command: custom
custom: 'tool'
arguments: 'install --tool-path $(Build.SourcesDirectory)/Tools/ SolToBoogieTest --version 0.1.3-alpha --add-source $(Build.SourcesDirectory)/nupkg/'
arguments: 'install --tool-path $(Build.SourcesDirectory)/Tools/ SolToBoogieTest --version 0.1.5-alpha --add-source $(Build.SourcesDirectory)/nupkg/'

- pwsh: '$(Build.SourcesDirectory)/Tools/VeriSolRegressionRunner $(Build.SourcesDirectory)/Test/'
displayName: 'Run regression tests'

0 comments on commit 09fdc48

Please sign in to comment.