Skip to content

Commit 3c22903

Browse files
committed
23.4.5
WebView2.1.0.1518.46
1 parent 41e109e commit 3c22903

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

fix_package.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
rem xcopy /e /i .\packages\Microsoft.Web.WebView2.1.0.2210.55\build\native .\packages\Microsoft.Web.WebView2.1.0.2210.55\build
1+
rem xcopy /e /i .\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native .\packages\Microsoft.Web.WebView2.1.0.1518.46\build
22
mkdir .\x64
33
mkdir .\x64\Debug
44
mkdir .\Debug
5-
copy .\packages\Microsoft.Web.WebView2.1.0.2210.55\build\native\x64\WebView2Loader.dll .\x64\Debug
6-
copy .\packages\Microsoft.Web.WebView2.1.0.2210.55\build\native\x86\WebView2Loader.dll .\Debug
5+
copy .\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native\x64\WebView2Loader.dll .\x64\Debug
6+
copy .\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native\x86\WebView2Loader.dll .\Debug

tewv/Resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#define STRING(str) STRING2(str)
55
#define STRING2(str) #str
66
#define VER_Y 24
7-
#define VER_M 3
8-
#define VER_D 9
7+
#define VER_M 4
8+
#define VER_D 5
99
#define VER_Z 0

tewv/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Web.WebView2" version="1.0.2365.46" targetFramework="native" />
3+
<package id="Microsoft.Web.WebView2" version="1.0.1518.46" targetFramework="native" />
44
</packages>

tewv/tewv.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</ItemGroup>
158158
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
159159
<ImportGroup Label="ExtensionTargets">
160-
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.2365.46\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2365.46\build\native\Microsoft.Web.WebView2.targets')" />
160+
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native\Microsoft.Web.WebView2.targets')" />
161161
</ImportGroup>
162162
<PropertyGroup>
163163
<WebView2LoaderPreference>Static</WebView2LoaderPreference>
@@ -166,6 +166,6 @@
166166
<PropertyGroup>
167167
<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>
168168
</PropertyGroup>
169-
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2365.46\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2365.46\build\native\Microsoft.Web.WebView2.targets'))" />
169+
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.1518.46\build\native\Microsoft.Web.WebView2.targets'))" />
170170
</Target>
171171
</Project>

0 commit comments

Comments
 (0)