Skip to content

Commit

Permalink
Maintenance update v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rabanti-github committed Jan 20, 2022
1 parent ede0d45 commit 85de618
Show file tree
Hide file tree
Showing 28 changed files with 89 additions and 63 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v1.7.1

Release Date: **20.01.2022**

- Changed internal software libraries due to licensing issues
- Bumped to .NET 4.6.2
- General code maintenance

---

## v1.7.0

Release Date: **14.10.2020**
Expand Down
12 changes: 12 additions & 0 deletions MediaExtracor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ Global
{595C1814-AA36-4499-A98D-E21D9EC2A57E}.Release|x64.Build.0 = Release|Any CPU
{595C1814-AA36-4499-A98D-E21D9EC2A57E}.Release|x86.ActiveCfg = Release|Any CPU
{595C1814-AA36-4499-A98D-E21D9EC2A57E}.Release|x86.Build.0 = Release|Any CPU
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Debug|Any CPU.ActiveCfg = Debug|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Debug|ARM.ActiveCfg = Debug|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Debug|ARM64.ActiveCfg = Debug|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Debug|x64.ActiveCfg = Debug|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Debug|x86.ActiveCfg = Debug|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Debug|x86.Build.0 = Debug|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Release|Any CPU.ActiveCfg = Release|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Release|ARM.ActiveCfg = Release|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Release|ARM64.ActiveCfg = Release|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Release|x64.ActiveCfg = Release|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Release|x86.ActiveCfg = Release|x86
{219E7B7C-212B-4B8C-83DA-7895CFB0D30B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/About.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
8 changes: 4 additions & 4 deletions MediaExtractor/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<value>False</value>
</setting>
<setting name="Locale" serializeAs="String">
<value />
<value/>
</setting>
<setting name="ExtractSaveAll" serializeAs="String">
<value>False</value>
Expand All @@ -60,7 +60,7 @@
<value>xml,manifest,rels,xhtml,xaml,svg,pom,dtd,xsd,x3d,collada,cdxml,config,nuspec,graphml</value>
</setting>
<setting name="RecentFiles" serializeAs="String">
<value />
<value/>
</setting>
<setting name="DocumentGenericTextPreview" serializeAs="String">
<value>False</value>
Expand All @@ -84,8 +84,8 @@
<value>False</value>
</setting>
<setting name="ScreenName" serializeAs="String">
<value />
<value/>
</setting>
</MediaExtractor.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
2 changes: 1 addition & 1 deletion MediaExtractor/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/ArchiveResolver.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/CommandHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/ExistingFileDialog.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/Extractor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/ExtractorItem.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/I18N.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/ListViewItem.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
38 changes: 19 additions & 19 deletions MediaExtractor/MediaExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>MediaExtractor</RootNamespace>
<AssemblyName>MediaExtractor</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -62,24 +62,23 @@
<StartupObject>MediaExtractor.App</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="AdonisUI, Version=1.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AdonisUI.1.16.0\lib\net45\AdonisUI.dll</HintPath>
<Reference Include="AdonisUI, Version=1.17.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AdonisUI.1.17.1\lib\net45\AdonisUI.dll</HintPath>
</Reference>
<Reference Include="AdonisUI.ClassicTheme, Version=1.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AdonisUI.ClassicTheme.1.16.0\lib\net45\AdonisUI.ClassicTheme.dll</HintPath>
<Reference Include="AdonisUI.ClassicTheme, Version=1.17.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AdonisUI.ClassicTheme.1.17.1\lib\net45\AdonisUI.ClassicTheme.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Reference Include="Ookii.Dialogs.Wpf, Version=5.0.0.0, Culture=neutral, PublicKeyToken=66aa232afad40158, processorArchitecture=MSIL">
<HintPath>..\packages\Ookii.Dialogs.Wpf.5.0.1\lib\net462\Ookii.Dialogs.Wpf.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="SevenZipExtractor, Version=1.0.15.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SevenZipExtractor.1.0.15\lib\net45\SevenZipExtractor.dll</HintPath>
<Reference Include="SevenZipExtractor, Version=1.0.16.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SevenZipExtractor.1.0.16\lib\net45\SevenZipExtractor.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Security" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
Expand Down Expand Up @@ -210,16 +209,17 @@ del *.xml
xcopy "$(SolutionDir)LICENSE" "$(TargetDir)" /Y
ren "$(TargetDir)LICENSE" license.txt
xcopy "$(SolutionDir)Changelog.md" "$(TargetDir)" /Y
ren "$(TargetDir)Changelog.md" changelog.txt</PostBuildEvent>
ren "$(TargetDir)Changelog.md" changelog.txt
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>rd /s /q "$(TargetDir)"</PreBuildEvent>
</PropertyGroup>
<Import Project="..\packages\SevenZipExtractor.1.0.15\build\SevenZipExtractor.targets" Condition="Exists('..\packages\SevenZipExtractor.1.0.15\build\SevenZipExtractor.targets')" />
<Import Project="..\packages\SevenZipExtractor.1.0.16\build\SevenZipExtractor.targets" Condition="Exists('..\packages\SevenZipExtractor.1.0.16\build\SevenZipExtractor.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\SevenZipExtractor.1.0.15\build\SevenZipExtractor.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SevenZipExtractor.1.0.15\build\SevenZipExtractor.targets'))" />
<Error Condition="!Exists('..\packages\SevenZipExtractor.1.0.16\build\SevenZipExtractor.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SevenZipExtractor.1.0.16\build\SevenZipExtractor.targets'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>rd /s /q "$(TargetDir)"</PreBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion MediaExtractor/MenuConverters.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/Preview.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
7 changes: 4 additions & 3 deletions MediaExtractor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Media-Extractor")]
[assembly: AssemblyCopyright("Copyright © 2020 Raphael Stoeckli")]
[assembly: AssemblyCopyright("Copyright © 2022 Raphael Stoeckli")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
Expand All @@ -22,5 +22,6 @@


// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: Guid("691EE0C3-5FD3-42CF-992D-BF7706176E13")]
2 changes: 1 addition & 1 deletion MediaExtractor/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions MediaExtractor/SaveFileHandler.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/

using AdonisUI.Controls;
using Microsoft.Win32;
using Microsoft.WindowsAPICodePack.Dialogs;
using System;
using System.IO;
using System.Linq;
Expand Down Expand Up @@ -149,11 +148,13 @@ private void SaveFileRange(ListViewItem[] items, string dialogMessage)
{
try
{
CommonOpenFileDialog ofd = new CommonOpenFileDialog();
ofd.IsFolderPicker = true;
ofd.Title = dialogMessage;
CommonFileDialogResult res = ofd.ShowDialog();
if (res == CommonFileDialogResult.Ok)
Ookii.Dialogs.Wpf.VistaFolderBrowserDialog ofd = new Ookii.Dialogs.Wpf.VistaFolderBrowserDialog
{
Description = dialogMessage,
UseDescriptionForTitle = true
};
bool? res = ofd.ShowDialog();
if (res.HasValue && res.Value)
{
bool fileExists, check;
int errors = 0;
Expand All @@ -165,7 +166,7 @@ private void SaveFileRange(ListViewItem[] items, string dialogMessage)
ExistingFileDialog.ResetDialog();
foreach (ListViewItem item in items)
{
fileExists = CheckFileExists(ofd.FileName, item.FileReference, CurrentModel.KeepFolderStructure, out var fileName);
fileExists = CheckFileExists(ofd.SelectedPath, item.FileReference, CurrentModel.KeepFolderStructure, out var fileName);
if (fileExists && (ExistingFileDialog.RememberDecision == null || !ExistingFileDialog.RememberDecision.Value))
{
fi = new FileInfo(fileName);
Expand Down Expand Up @@ -246,10 +247,10 @@ private void SaveFileRange(ListViewItem[] items, string dialogMessage)
}
if (CurrentModel.ShowInExplorer)
{
bool open = Utils.ShowInExplorer(ofd.FileName);
bool open = Utils.ShowInExplorer(ofd.SelectedPath);
if (!open)
{
MessageBox.Show(I18n.R(I18n.Key.DialogExplorerError, ofd.FileName), I18n.T(I18n.Key.DialogErrorTitle), MessageBoxButton.OK, MessageBoxImage.Exclamation);
MessageBox.Show(I18n.R(I18n.Key.DialogExplorerError, ofd.SelectedPath), I18n.T(I18n.Key.DialogErrorTitle), MessageBoxButton.OK, MessageBoxImage.Exclamation);
}
}
}
Expand Down
7 changes: 5 additions & 2 deletions MediaExtractor/ScreenHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand All @@ -11,10 +11,13 @@

namespace MediaExtractor
{
/// <summary>
/// Class to deal with monitors and screen resolution
/// </summary>
public class ScreenHandler
{
/// <summary>
/// Border width of the window to compensate window dimensions in full screen node
/// Border width of the window to compensate window dimensions in full screen mode
/// </summary>
private const double BORDER_WIDTH = 8.1d;

Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/Utils.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion MediaExtractor/ViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
9 changes: 4 additions & 5 deletions MediaExtractor/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AdonisUI" version="1.16.0" targetFramework="net45" />
<package id="AdonisUI.ClassicTheme" version="1.16.0" targetFramework="net45" />
<package id="SevenZipExtractor" version="1.0.15" targetFramework="net45" />
<package id="WindowsAPICodePack-Core" version="1.1.2" targetFramework="net45" />
<package id="WindowsAPICodePack-Shell" version="1.1.1" targetFramework="net45" />
<package id="AdonisUI" version="1.17.1" targetFramework="net45" />
<package id="AdonisUI.ClassicTheme" version="1.17.1" targetFramework="net45" />
<package id="Ookii.Dialogs.Wpf" version="5.0.1" targetFramework="net462" />
<package id="SevenZipExtractor" version="1.0.16" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion TranslationHelper/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Media Extractor is an application to preview and extract packed media in Microsoft Office files (e.g. Word, PowerPoint or Excel documents)
* Copyright Raphael Stoeckli © 2020
* Copyright Raphael Stoeckli © 2022
* This program is licensed under the MIT License.
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion TranslationHelper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Media-Extractor")]
[assembly: AssemblyCopyright("Copyright © 2020 Raphael Stoeckli")]
[assembly: AssemblyCopyright("Copyright © 2022 Raphael Stoeckli")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Loading

0 comments on commit 85de618

Please sign in to comment.