Skip to content

Commit 7a4ff39

Browse files
committed
Update to WebView2 version 1.0.2739.15
1 parent f6a7359 commit 7a4ff39

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

src/Application/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="LovettSoftware.XmlDiff" version="1.1.0" targetFramework="net472" requireReinstallation="true" />
4-
<package id="Microsoft.Web.WebView2" version="1.0.2478.35" targetFramework="net48" />
4+
<package id="Microsoft.Web.WebView2" version="1.0.2739.15" targetFramework="net48" />
55
<package id="Microsoft.Win32.Registry" version="5.0.0" targetFramework="net472" />
66
<package id="Microsoft.Xml.SgmlReader" version="1.8.30" targetFramework="net472" requireReinstallation="true" />
77
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />

src/Updates/Updates.xml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<feature>Issue 324: Generate xml from schema, see ttps://youtu.be/5I_q1oXz02I.</feature>
1414
<feature>Issue 385:: "XML Reload" removes loaded XSLT. You can now get auto-reload when xml file changes on disk
1515
and you can turn off the prompt in options dialog and it will reapply the XSLT automatically.</feature>
16+
<feature>update to WebView2 version 1.0.2739.15</feature>
1617
<bug>Also preserve the selection in the XML tree view across file reloads.</bug>
1718
</version>
1819
<version number="2.9.0.11">

src/Version/Version.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PackageProjectUrl>https://microsoft.github.io/XmlNotepad/</PackageProjectUrl>
1111
<Company>Microsoft Corporation</Company>
1212
<Copyright>Copyright © 2024 Microsoft Corporation</Copyright>
13-
<WebView2Version>1.0.2478.35</WebView2Version>
13+
<WebView2Version>1.0.2739.15</WebView2Version>
1414
</PropertyGroup>
15-
</Project>
15+
</Project>

src/XmlNotepad/XmlNotepad.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@
248248
</ItemGroup>
249249
<ItemGroup>
250250
<Reference Include="Accessibility" />
251-
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.2478.35, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
252-
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2478.35\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
251+
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.2739.15, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
252+
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2739.15\lib\net462\Microsoft.Web.WebView2.Core.dll</HintPath>
253253
</Reference>
254-
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.2478.35, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
255-
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2478.35\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
254+
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.2739.15, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
255+
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2739.15\lib\net462\Microsoft.Web.WebView2.WinForms.dll</HintPath>
256256
</Reference>
257-
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.2478.35, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
258-
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2478.35\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
257+
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.2739.15, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
258+
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2739.15\lib\net462\Microsoft.Web.WebView2.Wpf.dll</HintPath>
259259
</Reference>
260260
<Reference Include="System" />
261261
<Reference Include="System.Data" />
@@ -316,11 +316,11 @@
316316
<PostBuildEvent>
317317
</PostBuildEvent>
318318
</PropertyGroup>
319-
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets')" />
319+
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.2739.15\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2739.15\build\Microsoft.Web.WebView2.targets')" />
320320
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
321321
<PropertyGroup>
322322
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
323323
</PropertyGroup>
324-
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets'))" />
324+
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2739.15\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2739.15\build\Microsoft.Web.WebView2.targets'))" />
325325
</Target>
326326
</Project>

src/XmlNotepad/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="LovettSoftware.XmlDiff" version="1.1.0" targetFramework="net472" requireReinstallation="true" />
4-
<package id="Microsoft.Web.WebView2" version="1.0.2478.35" targetFramework="net48" />
4+
<package id="Microsoft.Web.WebView2" version="1.0.2739.15" targetFramework="net48" />
55
</packages>

0 commit comments

Comments
 (0)