Browse Source

Update CEF native files.

Justin 3 years ago
parent
commit
fdaaef12d2

+ 1 - 1
CefGlue.Common/Assets/osx-x64/Cef.Native.osx-x64.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
   <metadata>
     <id>Cef.Native.osx-x64</id>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
     <authors>IUS, VINNO</authors>
     <projectUrl>http://git.ius.plus:88/Project-Wing/CefGlue</projectUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>

+ 1 - 1
CefGlue.Common/Assets/win-x64/Cef.Native.win-x64.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
   <metadata>
     <id>Cef.Native.win-x64</id>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
     <authors>IUS, VINNO</authors>
     <projectUrl>http://git.ius.plus:88/Project-Wing/CefGlue</projectUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>

+ 1 - 1
CefGlue.Common/Assets/win-x86/Cef.Native.win-x86.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
   <metadata>
     <id>Cef.Native.win-x86</id>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
     <authors>IUS, VINNO</authors>
     <projectUrl>http://git.ius.plus:88/Project-Wing/CefGlue</projectUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>

+ 1 - 1
CefGlue.Common/CefGlue.Common.csproj

@@ -39,7 +39,7 @@
       <Folder Include="Assets\win-x86\CEF\" />
     </ItemGroup>
 
-    <Target Name="PublishAppWin" AfterTargets="AfterBuild" Condition="$(TargetFramework.StartsWith('net5')) and '$(IsPublishing)' != 'True' and $([MSBuild]::IsOSPlatform('Windows'))">
+    <Target Name="PublishAppWin" AfterTargets="AfterBuild" Condition="$(TargetFramework.StartsWith('net6')) and '$(IsPublishing)' != 'True' and $([MSBuild]::IsOSPlatform('Windows'))">
       <!--Generate nuget packages-->
       <Exec Command="$(ProjectDir)Assets\nuget.exe pack $(ProjectDir)Assets\win-x86\Cef.Native.win-x86.nuspec -OutputDirectory $(ProjectDir)bin" />
       <Exec Command="$(ProjectDir)Assets\nuget.exe pack $(ProjectDir)Assets\win-x64\Cef.Native.win-x64.nuspec -OutputDirectory $(ProjectDir)bin" />