Skip to content

Commit

Permalink
Updated to latest Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Mar 14, 2019
1 parent c8b3748 commit 88bf9d0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 30 deletions.
4 changes: 1 addition & 3 deletions Source/Deployer.Lumia.Console/CompositionRoot.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Deployer.Console;
using Deployer.Lumia.NetFx;
using Deployer.Tasks;
using Grace.DependencyInjection;

namespace Deployer.Lumia.Console
Expand All @@ -14,8 +13,7 @@ public static DependencyInjectionContainer CreateContainer(WindowsDeploymentOpti
container.Configure(x =>
{
x.Configure(op);
x.Export<ConsoleMarkdownDialog>().As<IMarkdownDialog>();
x.Export<ConsoleMarkdownDisplayer>().As<IMarkdownDisplayer>();
x.Export<ConsolePrompt>().As<IPrompt>();
x.ExportInstance(progress).As<IDownloadProgress>();
});

Expand Down
1 change: 0 additions & 1 deletion Source/Deployer.Lumia.Gui/CompositionRoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public static DependencyInjectionContainer CreateContainer()
container.Configure(x =>
{
x.Configure(optionsProvider);
x.Export<WpfMarkdownDisplayer>().As<IMarkdownDisplayer>();
x.ExportFactory(() => new DownloadProgress())
.As<IDownloadProgress>()
.Lifestyle.Singleton();
Expand Down
1 change: 0 additions & 1 deletion Source/Deployer.Lumia.Gui/Deployer.Lumia.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Specifics\SettingsService.cs" />
<Compile Include="Specifics\WpfMarkdownDisplayer.cs" />
<Page Include="Views\MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
23 changes: 0 additions & 23 deletions Source/Deployer.Lumia.Gui/Specifics/WpfMarkdownDisplayer.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Source/DeployerPlatform

0 comments on commit 88bf9d0

Please sign in to comment.