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

Updating version number to preview 3 on upgrade instructions #3636

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Changes from all commits
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
7 changes: 3 additions & 4 deletions docs/preview_upgrade_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
2. Use the NuGet package manager (right-click on the project and select “Manage NuGet Packages…” from the context menu)
3. Run the following command in your NuGet package manager console:

`install-package Microsoft.WinUI -Version 3.0.0-preview2.200713.0`

(TODO: update with final Preview 3 package version)
`install-package Microsoft.WinUI -Version 3.0.0-preview3.201113.0`

4. If your project is a C# “Blank App (UWP)”, C# “Class Library (UWP)”, C# “Windows Runtime Component (UWP)”, C++ “Blank App (UWP)”, or C++ “Windows Runtime Component (UWP)” project, then **no further changes are necessary.**
5. If your project is a C# “Class Library (WinUI in Desktop)” project:
- Open the .csproj
Expand Down Expand Up @@ -66,4 +65,4 @@
</ProjectConfiguration>
```

- Create a new C++ “Blank App, Packaged (WinUI in Desktop)” project, locate the folder containing the associated Windows Application Packaging Project, and copy the contents of the `“build\”` subdirectory (`Microsoft.WinUI.AppX.targets`) into the corresponding `“build\”` subdirectory of your app’s associated Windows Application Packaging Project, overwriting any existing files when prompted. Delete the existing `LiftedWinRTClassRegistrations.xml` file in the `"build\"` subdirectory.
- Create a new C++ “Blank App, Packaged (WinUI in Desktop)” project, locate the folder containing the associated Windows Application Packaging Project, and copy the contents of the `“build\”` subdirectory (`Microsoft.WinUI.AppX.targets`) into the corresponding `“build\”` subdirectory of your app’s associated Windows Application Packaging Project, overwriting any existing files when prompted. Delete the existing `LiftedWinRTClassRegistrations.xml` file in the `"build\"` subdirectory.