Skip to content

Commit

Permalink
update MaxVersionTested
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaKremer committed Oct 31, 2023
1 parent a80c2a4 commit 830c86b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 3.16.5
## 3.16.6

- add support for older versions of windows [#243](https://github.com/YehudaKremer/msix/pull/243)
- update MaxVersionTested

## 3.16.4

Expand Down
1 change: 0 additions & 1 deletion lib/src/appx_manifest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class AppxManifest {
${_config.languages!.map((language) => '<Resource Language="$language" />').join('')}
</Resources>
<Dependencies>
<TargetDeviceFamily Name="MSIXCore.Desktop" MinVersion="${_config.osMinVersion}" MaxVersionTested="10.0.22621.2506" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="${_config.osMinVersion}" MaxVersionTested="10.0.22621.2506" />
</Dependencies>
<Capabilities>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: msix
description: A command-line tool that create Msix installer from your flutter windows-build files.
version: 3.16.5
version: 3.16.6
maintainer: Yehuda Kremer ([email protected])
homepage: https://github.com/YehudaKremer/msix
issue_tracker: https://github.com/YehudaKremer/msix/issues
Expand Down

0 comments on commit 830c86b

Please sign in to comment.