You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/Docusaurus/docs/about.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,45 @@ To use WiX as a .NET tool or as an MSBuild SDK via `dotnet build`, you must have
44
44
To use WiX as an MSBuild SDK via `msbuild`, you must have [.NET Framework 4.7.2 or later installed](https://learn.microsoft.com/en-us/dotnet/framework/get-started/system-requirements). WiX runs on ARM64 systems as ARM64
45
45
46
46
47
+
## Lifecycle
48
+
49
+
The WiX Toolset lifecycle is composed of two release processes: major versions and servicing updates. (Given the velocity of major version releases, the WiX Toolset eschews the use of minor versions.)
50
+
51
+
Note that [FireGiant customers have major version and servicing update lifecycles determined by their support contract](https://www.firegiant.com/services/wix-extended-support/?utm_source=wixtoolset.org&utm_medium=Display&utm_campaign=lifecycle&utm_term=note&utm_content=about_page). Consumers of the open source WiX Toolset project have lifecycles with dates and durations detailed below.
52
+
53
+
### Major versions
54
+
55
+
The WiX Toolset follows an annual release cadence for new major versions. The targeted release date is every April 5th, the anniversary of WiX's release as Open Source.
56
+
In each of the two months before a new major version, a release candidate build is produced. That means WiX users should circle the following dates on their calendars:
57
+
58
+
| Date | Release |
59
+
| ---- | --- |
60
+
| February 5th | v#.0-rc.1 |
61
+
| March 5th | v#.0-rc.2 |
62
+
| April 5th | v#.0 |
63
+
64
+
### Servicing updates
65
+
66
+
There are two categories of servicing updates: bug fixes and security updates.
67
+
68
+
Bugs we fix for FireGiant customers can be released as bug fix updates. Other fixes and features ship in the next major version release.
69
+
70
+
We strongly encourage consumers of the open source project to adopt release candidates quickly, testing them with their existing projects to help catch regressions in time to fix them before the major version release. Otherwise, it could take up to a year to get the fix.
71
+
72
+
To keep both customers and consumers safe, security updates are released more widely. Specifically, security updates are provided for the current major version *and* the previous major version up to 10 months after the current version's release. The following table should make it clear.
73
+
74
+
| WiX Version | Release Date | Consumer Security Fixes End Date |
This provides consumers with security updates for 22 months and ensures they are protected while updating to the latest major version.
82
+
83
+
Of course, FireGiant customers get [security fixes just like bug fixes as per their support contract](https://www.firegiant.com/services/wix-extended-support/?utm_source=wixtoolset.org&utm_medium=Display&utm_campaign=lifecycle&utm_term=of_course&utm_content=about_page).
84
+
85
+
47
86
## License
48
87
49
88
The WiX toolset is released under the [Microsoft Reciprocal License (MS-RL)](http://opensource.org/licenses/ms-rl). A reciprocal license is used to ensure that others who build on the effort of the WiX community give back to the WiX community. Specifically the license requires that fixes and improvements to the WiX toolset must be published using the same license.
0 commit comments