Skip to content

Commit

Permalink
Fixed C++ projects processing regression. Updated DI 3rd party package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M committed Apr 26, 2020
1 parent 5110816 commit 6b2e392
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DPackRx.Tests/DPackRx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="LightInject, Version=6.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LightInject.6.2.0\lib\net46\LightInject.dll</HintPath>
<Reference Include="LightInject, Version=6.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LightInject.6.3.2\lib\net46\LightInject.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.CoreUtility, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.CoreUtility.15.8.525\lib\net46\Microsoft.VisualStudio.CoreUtility.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion DPackRx.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Castle.Core" version="4.4.0" targetFramework="net461" />
<package id="LightInject" version="6.2.0" targetFramework="net461" />
<package id="LightInject" version="6.3.2" targetFramework="net461" />
<package id="Microsoft.VisualStudio.CoreUtility" version="15.8.525" targetFramework="net461" />
<package id="Microsoft.VisualStudio.ImageCatalog" version="15.9.28307" targetFramework="net461" />
<package id="Microsoft.VisualStudio.Imaging" version="15.9.28307" targetFramework="net461" />
Expand Down
14 changes: 8 additions & 6 deletions DPackRx/DPackRx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@
<Private>False</Private>
</Reference>
<Reference Include="JsParser.Core">
<HintPath>Libraries\JsParser.Core.dll</HintPath>
<HintPath>ThirdParties\JsParser.Core.dll</HintPath>
</Reference>
<Reference Include="LightInject, Version=6.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LightInject.6.2.0\lib\net46\LightInject.dll</HintPath>
<Reference Include="LightInject, Version=6.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LightInject.6.3.2\lib\net46\LightInject.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
Expand Down Expand Up @@ -364,10 +364,12 @@
</Reference>
<Reference Include="Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Validation.15.5.31\lib\netstandard2.0\Microsoft.VisualStudio.Validation.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\VSSDK_VCProjectEngine.14.0.0\lib\Microsoft.VisualStudio.VCProjectEngine.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
<Reference Include="Microsoft.VisualStudio.VCProjectEngine">
<SpecificVersion>False</SpecificVersion>
<HintPath>ThirdParties\Microsoft.VisualStudio.VCProjectEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public class SupportOptionsFirstTimeUse : ISolutionEvents
private const string WELCOME = "Welcome";
private const string WELCOME_TEXT =
"Thank you for choosing {0}! " +
"{0} features are accessible from Tools and editor context menu, and can be customized via Options dialog. " +
"Don't hesitate to contact support if you have any questions or run into any issues.";
"{0} features are accessible from Tools and editor context menu, and can be customized via Options dialog.";

#endregion

Expand Down
2 changes: 1 addition & 1 deletion DPackRx/Package/Beta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace DPackRx.Package
/// </summary>
internal static class Beta
{
public static readonly DateTime ExpirationDate = new DateTime(2020, 5, 25).AddHours(12);
public static readonly DateTime ExpirationDate = new DateTime(2020, 6, 1).AddHours(12);
}
#endif
}
File renamed without changes.
Binary file not shown.
3 changes: 1 addition & 2 deletions DPackRx/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LightInject" version="6.2.0" targetFramework="net461" />
<package id="LightInject" version="6.3.2" targetFramework="net461" />
<package id="Microsoft.VisualStudio.ComponentModelHost" version="15.8.525" targetFramework="net461" />
<package id="Microsoft.VisualStudio.CoreUtility" version="15.8.525" targetFramework="net461" />
<package id="Microsoft.VisualStudio.ImageCatalog" version="15.9.28307" targetFramework="net461" />
Expand Down Expand Up @@ -49,5 +49,4 @@
<package id="VSSDK.IDE.8" version="8.0.4" targetFramework="net461" />
<package id="VSSDK.IDE.9" version="9.0.4" targetFramework="net461" />
<package id="VSSDK.VSLangProj" version="7.0.4" targetFramework="net461" />
<package id="VSSDK_VCProjectEngine" version="14.0.0" targetFramework="net461" />
</packages>
4 changes: 2 additions & 2 deletions DPackRx/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.1,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.9.28307.53,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites" Version="[15.9.28307.53,17.0)" DisplayName=".NET desktop development tools" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites" Version="[15.0,17.0)" DisplayName=".NET desktop development tools" />
</Prerequisites>
</PackageManifest>

0 comments on commit 6b2e392

Please sign in to comment.