Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Nsis version 3.08. #16

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified nsis/nsis.zip
Binary file not shown.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Nsis build extension for VSTS

This extension can be used to build nsis script or to make nsis available for other tasks (as an environment variable).

[Nsis](http://nsis.sourceforge.net/Main_Page) version used is version 3.03
[Nsis](http://nsis.sourceforge.net/Main_Page) version used is version 3.08

# Usage

Expand Down Expand Up @@ -121,4 +121,8 @@ All plugins file in this path will be copied to nsis\plugins\x86-ansi

## [2.0.0] - 2020-11-11
### Added
- Provide x86-unicode plugins along with x86-ansi [Issue #7](https://github.com/development-bizeta-mestre/nsis-extension/issues/7). to make this work, please select `version 2` of the task
- Provide x86-unicode plugins along with x86-ansi [Issue #7](https://github.com/development-bizeta-mestre/nsis-extension/issues/7). to make this work, please select `version 2` of the task

## [2.0.3] - 2021-10-21
### Added
- Nsis version supported is version 3.08
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "nsis-task",
"name": "Nsis Build Task",
"version": "2.0.2",
"version": "2.0.3",
"publisher": "bizeta",
"public": true,
"icons": {
Expand Down