Skip to content

Commit

Permalink
Updates...
Browse files Browse the repository at this point in the history
  Paket
  Dependencies
  AssemblyInfo
  • Loading branch information
punker76 committed Dec 15, 2016
1 parent 4b1b446 commit 4c9ca1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Binary file modified src/.paket/paket.exe
Binary file not shown.
4 changes: 1 addition & 3 deletions src/SimpleMusicPlayer/Properties/AssemblyInfo.cs
Expand Up @@ -15,13 +15,11 @@
// associated with an assembly.
[assembly: AssemblyTitle("Simple Music Player")]
[assembly: AssemblyDescription("Keeps it simple and plays your music")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("punker76 OSSCreativity")]
[assembly: AssemblyCompany("OSSCreativity https://github.com/punker76")]
[assembly: AssemblyProduct("Simple Music Player")]
[assembly: AssemblyCopyright("Copyright © punker76")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyCompany("OSSCreativity https://github.com/punker76")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down
3 changes: 3 additions & 0 deletions src/SimpleMusicPlayer/SimpleMusicPlayer.csproj
Expand Up @@ -275,6 +275,9 @@
<Target Name="AfterBuild">
</Target>
-->
<Target AfterTargets="AfterBuild;NonWinFodyTarget" Name="CleanReferenceCopyLocalPaths" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' Or '$(Configuration)|$(Platform)' == 'Release|x86' ">
<Delete Files="@(ReferenceCopyLocalPaths-&gt;'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" />
</Target>
<Import Project="..\.paket\paket.targets" />
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5.2'">
Expand Down
4 changes: 2 additions & 2 deletions src/paket.dependencies
@@ -1,15 +1,15 @@
framework: auto-detect
source https://www.nuget.org/api/v2/

nuget Costura.Fody ~> 1.3
nuget Costura.Fody
nuget WindowsAPICodePack-Shell
nuget FontAwesome.WPF
nuget gong-wpf-dragdrop prerelease
nuget MahApps.Metro prerelease
nuget MahApps.Metro.IconPacks
nuget MahApps.Metro.SimpleChildWindow prerelease
nuget MaterialDesignThemes 1.0.1-beta126
nuget Newtonsoft.Json ~> 9.0
nuget Newtonsoft.Json
nuget NLog ~> 4.3
nuget QuickIO.NET
nuget reactiveui ~> 6.5
Expand Down
4 changes: 2 additions & 2 deletions src/paket.lock
Expand Up @@ -6,15 +6,15 @@ NUGET
Fody (1.29.4)
FontAwesome.WPF (4.5.0.8)
gong-wpf-dragdrop (1.0)
MahApps.Metro (1.4.0-ALPHA026)
MahApps.Metro (1.4.0-ALPHA037)
MahApps.Metro.IconPacks (1.6)
MahApps.Metro.SimpleChildWindow (1.3)
MahApps.Metro (>= 1.2.3)
MaterialDesignColors (1.1.3)
MaterialDesignThemes (1.0.1-beta126)
MaterialDesignColors (>= 1.0)
Newtonsoft.Json (9.0.1)
NLog (4.3.10)
NLog (4.4)
QuickIO.NET (2.6.2)
reactiveui (6.5.2)
reactiveui-core (6.5.2)
Expand Down

0 comments on commit 4c9ca1b

Please sign in to comment.