Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Dependencies Installer 2.1.1.4
# Dependencies Installer 2.1.1.5

# Stack Upgrades
- **EAC Core (v. January 2026, v2601.1).**
- **EAC Core (v. February 2026, v2602).**

# New Features
[97cb308] Added icons into the Context Menu.
- dotNET `10.0.3`
- [New in 10.0.3](https://github.com/dotnet/dotnet/releases/tag/v10.0.3)

# Bug Fixes
[90e9ce3] Removed "Info" context menu and moved into "Help" section.
[d85d403] Fixed ContextMenu into "About" section.
[62b27e1] Fixed minor bugs with text on the Home screen and the overlapping of the dropdown menu and icon in Settings.
4 changes: 2 additions & 2 deletions Configurator/Configurator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.ConfigurationManager, Version=10.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Configuration.ConfigurationManager.10.0.2\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
<Reference Include="System.Configuration.ConfigurationManager, Version=10.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Configuration.ConfigurationManager.10.0.3\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
4 changes: 2 additions & 2 deletions Configurator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

[assembly: Guid("e8b39fab-c858-4a69-88bc-cfe8005069b7")]

[assembly: AssemblyVersion("2.1.1.4")]
[assembly: AssemblyFileVersion("2.1.1.4")]
[assembly: AssemblyVersion("2.1.1.5")]
[assembly: AssemblyFileVersion("2.1.1.5")]
2 changes: 1 addition & 1 deletion Configurator/forms/AboutDialog.Designer.cs

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

22 changes: 11 additions & 11 deletions Configurator/forms/Config.Designer.cs

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

Loading