Skip to content

Commit

Permalink
Merge pull request #59 from CodingWonders/dt_pre_new_dismapi
Browse files Browse the repository at this point in the history
Update DISM API to version 3.0
  • Loading branch information
CodingWonders committed Nov 4, 2023
2 parents 7aac0a7 + 18846f6 commit 279dcb4
Show file tree
Hide file tree
Showing 11 changed files with 208 additions and 218 deletions.
6 changes: 4 additions & 2 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<HintPath>packages\DarkUI.2.0.2\lib\DarkUI.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Dism, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5bba90053b345501, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Dism.2.5.2\lib\net40\Microsoft.Dism.dll</HintPath>
<HintPath>packages\Microsoft.Dism.3.0.0\lib\net40\Microsoft.Dism.dll</HintPath>
</Reference>
<Reference Include="ScintillaNET, Version=3.6.3.0, Culture=neutral, PublicKeyToken=d42c48f11a620156, processorArchitecture=MSIL">
<HintPath>packages\jacobslusser.ScintillaNET.Signed.3.6.3\lib\net40\ScintillaNET.dll</HintPath>
Expand Down Expand Up @@ -935,7 +935,9 @@
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="settings.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
Binary file modified Installer/Output/dt_setup.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="DockPanelSuite" version="3.1.0" targetFramework="net48" />
<package id="DockPanelSuite.ThemeVS2012" version="3.1.0" targetFramework="net48" />
<package id="jacobslusser.ScintillaNET.Signed" version="3.6.3" targetFramework="net48" />
<package id="Microsoft.Dism" version="2.5.2" targetFramework="net48" />
<package id="Microsoft.Dism" version="3.0.0" targetFramework="net48" />
</packages>
Binary file removed pkgsrc/Microsoft.Dism.2.5.2/.signature.p7s
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pkgsrc/Microsoft.Dism.3.0.0/.signature.p7s
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 279dcb4

Please sign in to comment.