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
Copy file name to clipboardExpand all lines: docs/guides/cpp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!-- mslearn: true -->
2
2
# Using winapp CLI with C++ and CMake
3
3
4
-
This guide demonstrates how to use `winappcli` with a C++ application to debug with package identity and package your application as an MSIX.
4
+
This guide demonstrates how to use the `winapp` CLI with a C++ application to debug with package identity and package your application as an MSIX.
5
5
6
6
Package identity is a core concept in the Windows app model. It allows your application to access specific Windows APIs (like Notifications, Security, AI APIs, etc), have a clean install/uninstall experience, and more.
Copy file name to clipboardExpand all lines: docs/guides/dotnet.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
<!-- mslearn: true -->
2
2
# Using winapp CLI with .NET
3
3
4
-
> This guide should work for most .NET projects types. The steps have been tested with both console and UI-based projects like WPF. For working examples, check out the [dotnet-app](../../samples/dotnet-app) (console) and [wpf-app](../../samples/wpf-app) (WPF) samples in the samples folder.
4
+
> This guide should work for most .NET project types. The steps have been tested with both console and UI-based projects like WPF. For working examples, check out the [dotnet-app](../../samples/dotnet-app) (console) and [wpf-app](../../samples/wpf-app) (WPF) samples in the samples folder.
5
5
6
-
This guide demonstrates how to use `winappcli` with a .NET application to debug with package identity and package your application as an MSIX.
6
+
This guide demonstrates how to use the `winapp` CLI with a .NET application to debug with package identity and package your application as an MSIX.
7
7
8
8
Package identity is a core concept in the Windows app model. It allows your application to access specific Windows APIs (like Notifications, Security, AI APIs, etc), have a clean install/uninstall experience, and more.
Copy file name to clipboardExpand all lines: docs/guides/flutter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
For a complete working example, check out the [Flutter sample](../../samples/flutter-app) in this repository.
5
5
6
-
This guide demonstrates how to use `winappcli` with a Flutter application to add package identity and package your app as an MSIX.
6
+
This guide demonstrates how to use the `winapp` CLI with a Flutter application to add package identity and package your app as an MSIX.
7
7
8
8
Package identity is a core concept in the Windows app model. It allows your application to access specific Windows APIs (like Notifications, Security, AI APIs, etc), have a clean install/uninstall experience, and more.
Copy file name to clipboardExpand all lines: docs/guides/tauri.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!-- mslearn: true -->
2
2
# Using winapp CLI with Tauri
3
3
4
-
This guide demonstrates how to use `winappcli` with a Tauri application to debug with package identity and package your application as an MSIX.
4
+
This guide demonstrates how to use the `winapp` CLI with a Tauri application to debug with package identity and package your application as an MSIX.
5
5
6
6
Package identity is a core concept in the Windows app model. It allows your application to access specific Windows APIs (like Notifications, Security, AI APIs, etc), have a clean install/uninstall experience, and more.
0 commit comments