Skip to content

Commit

Permalink
Add Missing Dependencies For Install & Update Assembly Info
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Sep 3, 2016
1 parent 3e01a05 commit 1239ce7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
Binary file added Dependencies/Microsoft.Data.Edm.dll
Binary file not shown.
Binary file added Dependencies/Microsoft.Data.OData.dll
Binary file not shown.
Binary file added Dependencies/Microsoft.Data.Services.Client.dll
Binary file not shown.
Binary file added Dependencies/System.Spatial.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Installers/JMMDesktop.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{AD24689F-020C-4C53-B649-99BB49ED6238}
AppName=JMM Desktop
AppVersion=3.6.0.2
;AppVerName=JMM Desktop 3.6.0.2
AppVersion=3.6.0.3
;AppVerName=JMM Desktop 3.6.0.3
AppPublisher=JMM
AppPublisherURL=https://github.com/japanesemediamanager
AppSupportURL=https://github.com/japanesemediamanager
Expand Down
16 changes: 16 additions & 0 deletions JMMClient/JMMForWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@
<Reference Include="MahApps.Metro.Resources">
<HintPath>..\Dependencies\MahApps.Metro.Resources.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Microsoft.Data.Edm.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Data.OData, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Microsoft.Data.OData.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Microsoft.Data.Services.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Win32.Primitives.4.0.1\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -194,6 +206,10 @@
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\System.Spatial.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
Expand Down
4 changes: 2 additions & 2 deletions JMMClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
// 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("3.6.0.2")]
[assembly: AssemblyFileVersion("3.6.0.2")]
[assembly: AssemblyVersion("3.6.0.3")]
[assembly: AssemblyFileVersion("3.6.0.3")]
[assembly: AllowPartiallyTrustedCallers]
[assembly: AssemblyKeyFile("JMMDesktop.snk")]
[assembly: SecurityRules(SecurityRuleSet.Level1)]

0 comments on commit 1239ce7

Please sign in to comment.