Skip to content

Commit b50c7f0

Browse files
authored
DYN-7393 Align WebView 2 version with Revit GL (#15492)
1 parent f1b9cc7 commit b50c7f0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Xceed Extended WPF Toolkit v.5.0.103:
586586
Microsoft Public License
587587
https://github.com/xceedsoftware/wpftoolkit/blob/0ed4ed84152d6a3e2a627f2ef05f82627fdaf3fc/license.md
588588

589-
Microsoft.Web.WebView2 v.1.0.2045.28
589+
Microsoft.Web.WebView2 v.1.0.2478.35
590590
Copyright (C) Microsoft Corporation. All rights reserved.
591591

592592
Redistribution and use in source and binary forms, with or without

doc/distrib/License.rtf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ HYPERLINK https://github.com/xceedsoftware/wpftoolkit/blob/0ed4ed84152d6a3e2a627
14321432
48af2c825dc485276300000000a5ab0003004f}}}{\fldrslt {\rtlch\fcs1 \af4\afs22 \ltrch\fcs0 \fs22\lang1036\langfe1033\langnp1036\insrsid16677021 \hich\af4\dbch\af31505\loch\f4
14331433
https://github.com/xceedsoftware/wpftoolkit/blob/0ed4ed84152d6a3e2a627f2ef05f82627fdaf3fc/license.md}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \ab\af4\afs22 \ltrch\fcs0 \b\fs22\cf21\kerning1\insrsid16677021
14341434
\par }\pard \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\faauto\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af40\afs20 \ltrch\fcs0 \b\f40\fs20\kerning1\insrsid16677021
1435-
\par }\pard \ltrpar\ql \li0\ri0\sl288\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af4\afs22 \ltrch\fcs0 \b\fs22\cf21\kerning1\insrsid16677021 \hich\af4\dbch\af31505\loch\f4 Microsoft.Web.WebView2 v.1.0.2045.28
1435+
\par }\pard \ltrpar\ql \li0\ri0\sl288\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 {\rtlch\fcs1 \ab\af4\afs22 \ltrch\fcs0 \b\fs22\cf21\kerning1\insrsid16677021 \hich\af4\dbch\af31505\loch\f4 Microsoft.Web.WebView2 v.1.0.2478.35
14361436
\par }\pard \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\faauto\rin0\lin0\itap0 {\rtlch\fcs1 \af4\afs22 \ltrch\fcs0 \fs22\cf21\insrsid16677021 \hich\af4\dbch\af31505\loch\f4 Copyright (C) Microsoft Corporation. All rights reserved.
14371437
\par
14381438
\par \hich\af4\dbch\af31505\loch\f4 Redistribution and use in source and binary forms, with or without

src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<EmbeddedResource Include="Docs\syntaxHighlight.html" />
101101
</ItemGroup>
102102
<ItemGroup>
103-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2045.28" />
103+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35" />
104104
</ItemGroup>
105105
<ItemGroup>
106106
<Compile Update="Properties\Resources.Designer.cs">

src/DynamoCoreWpf/DynamoCoreWpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<PackageReference Include="FontAwesome5" Version="2.1.11" />
191191
<PackageReference Include="AvalonEdit" Version="6.3.0.90" CopyXML="true" />
192192
<PackageReference Include="Greg" Version="3.0.2.5756" />
193-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2045.28" />
193+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35" />
194194
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
195195
<PackageReference Include="RestSharp" Version="108.0.1" />
196196
<PackageReference Include="Cyotek.Drawing.BitmapFont" Version="2.0.0" />

src/LibraryViewExtensionWebView2/LibraryViewExtensionWebView2.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<EmbeddedResource Include="Packages\LibrarieJS\resources\Tessellation.Voronoi.png" />
212212
</ItemGroup>
213213
<ItemGroup>
214-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2045.28" GeneratePathProperty="true" />
214+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35" GeneratePathProperty="true" />
215215
</ItemGroup>
216216
<ItemGroup>
217217
<Reference Include="Dynamo.Microsoft.Xaml.Behaviors">

src/Notifications/Notifications.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</ItemGroup>
6464
<ItemGroup>
6565
<PackageReference Include="FontAwesome5" Version="2.1.11" />
66-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2045.28" />
66+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35" />
6767
</ItemGroup>
6868
<ItemGroup>
6969
<ProjectReference Include="..\DynamoCoreWpf\DynamoCoreWpf.csproj">

0 commit comments

Comments
 (0)