Skip to content

Commit 98e1295

Browse files
committed
Merge pull request #314 from jornh/prepare-to-pack-31.0.0-pre1
For #137: Set the stage to pack and push 31.0.0-pre1 CefSharp NuGets
2 parents d332b14 + bcfcbc1 commit 98e1295

File tree

5 files changed

+7
-25
lines changed

5 files changed

+7
-25
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright � 2010-2013 The CefSharp Project
1+
// Copyright � 2010-2014 The CefSharp Project
22
//
33
// Redistribution and use in source and binary forms, with or without
44
// modification, are permitted provided that the following conditions are

NuGet/CefSharp.Common.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<authors>The CefSharp Authors</authors>
77
<owners>The CefSharp Authors</owners>
88
<projectUrl>https://github.com/cefsharp/CefSharp</projectUrl>
9+
<licenseUrl>https://raw.github.com/cefsharp/CefSharp/master/LICENSE</licenseUrl>
910
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1011
<description>The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF and WinForms).</description>
1112
<tags>chrome browser</tags>
1213
<copyright>Copyright © 2010-2014 The CefSharp Authors</copyright>
1314
<dependencies>
14-
<dependency id="cef.redist" version="3.1650.1562-pre1" />
15+
<dependency id="cef.redist" version="[3.1650.1562-pre3,3.1651)" />
1516
</dependencies>
1617
</metadata>
1718
<files>

NuGet/CefSharp.Common.targets

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Target Name="AfterBuild">
3+
<Target Name="CefSharpCommonCopyBinaries" BeforeTargets="AfterBuild">
44
<ItemGroup>
5-
<!-- <CefBinaries Include="$(MSBuildThisFileDirectory)..\packages\CEF\$(Platform)\*.*" />
6-
<Locales Include="$(MSBuildThisFileDirectory)..\packages\CEF\locales\*.*" />
7-
<CefSharpBinaries Include="$(MSBuildThisFileDirectory)..\CefSharp\$(Platform)\*.*" /> -->
8-
9-
10-
<!-- TODO FIGURE out pro/con of $(SolutionDir) or $(MSBuildThisFileDirectory) ...
11-
guess difference is if everything is not flat - and SolutionDir is is not ROOT for everything?? -->
12-
<CefBinaries Include="$(SolutionDir)packages\cef.redist.3.1650.1562-pre0\CEF\$(Platform)\*.*" />
13-
<ResourceFiles Include="$(SolutionDir)packages\cef.redist.3.1650.1562-pre0\CEF\*.*" />
14-
<LocaleFiles Include="$(SolutionDir)packages\cef.redist.3.1650.1562-pre0\CEF\locales\*.*" />
15-
165
<CefSharpBinaries Include="$(MSBuildThisFileDirectory)..\CefSharp\$(Platform)\*.*" />
17-
186
</ItemGroup>
19-
<Message Importance="high" Text="Copying source files from $(MSBuildThisFileDirectory)..\CEF\$(Platform) to $(TargetDir)" />
20-
<Copy SourceFiles="@(CefBinaries)" DestinationFolder="$(TargetDir)" />
21-
22-
<Message Importance="high" Text="Copying .pak files from $(MSBuildThisFileDirectory)..\CEF to $(TargetDir)" />
23-
<Copy SourceFiles="@(Locales)" DestinationFolder="$(TargetDir)\locales" />
24-
<Message Importance="high" Text="Copying locales from $(MSBuildThisFileDirectory)..\CEF\locales to $(TargetDir)\locales" />
25-
<Copy SourceFiles="@(Locales)" DestinationFolder="$(TargetDir)\locales" />
26-
27-
<Message Importance="high" Text="Copying source files from $(MSBuildThisFileDirectory)..\CefSharp\$(Platform) to $(TargetDir)" />
7+
<Message Importance="high" Text="-- CefSharp.Common.targets: Copying files from $(MSBuildThisFileDirectory)..\CefSharp\$(Platform) to $(TargetDir)" />
288
<Copy SourceFiles="@(CefSharpBinaries)" DestinationFolder="$(TargetDir)" />
299
</Target>
3010
</Project>

NuGet/CefSharp.Wpf.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<authors>The CefSharp Authors</authors>
77
<owners>The CefSharp Authors</owners>
88
<projectUrl>https://github.com/cefsharp/cefsharp</projectUrl>
9+
<licenseUrl>https://raw.github.com/cefsharp/CefSharp/master/LICENSE</licenseUrl>
910
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1011
<description>The CefSharp Chromium-based browser component (WPF control).</description>
1112
<tags>wpf chrome browser</tags>

NuGet/pack.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set version=3.31.0-pre1
1+
set version=31.0.0-pre1
22
NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version%
33
NuGet pack CefSharp.Wpf.nuspec -NoPackageAnalysis -Version %version%
44
NuGet pack CefSharp.WinForms.nuspec -NoPackageAnalysis -Version %version%

0 commit comments

Comments
 (0)