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
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

- name: Install .NET Core
uses: actions/setup-dotnet@v4.3.1
uses: actions/setup-dotnet@v5.2.0
with:
dotnet-version: 8.0.x

Expand All @@ -45,7 +45,7 @@ jobs:
Configuration: ${{ matrix.configuration }}

- name: Upload build artifacts
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v7.0.0
with:
name: ${{ env.Asset_Name }}.zip
path: ./UOFiddler/bin/Release/
Expand All @@ -65,7 +65,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v4.3.0
uses: actions/download-artifact@v8.0.1
with:
name: ${{ env.Asset_Name }}.zip
path: ./${{ env.Asset_Name }}/
Expand All @@ -74,7 +74,7 @@ jobs:
run: 7z a -tzip ${{ env.Asset_Name }}.zip './${{ env.Asset_Name }}'

- name: Create release
uses: softprops/action-gh-release@v2.2.2
uses: softprops/action-gh-release@v2.6.1
with:
name: UOFiddler ${{ github.ref_name }}
generate_release_notes: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v6.0.2
with:
fetch-depth: 1

- name: Install .NET Core
uses: actions/setup-dotnet@v4.3.1
uses: actions/setup-dotnet@v5.2.0
with:
dotnet-version: 8.0.x

Expand Down
8 changes: 4 additions & 4 deletions UoFiddler.Controls/UoFiddler.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>Controls</AssemblyTitle>
<Product>Controls</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>4.4.0</AssemblyVersion>
<FileVersion>4.4.0</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down Expand Up @@ -427,9 +427,9 @@
<None Include="Resources\staticPlayButton.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="System.Drawing.Common" Version="9.0.5" />
<PackageReference Include="System.Resources.Extensions" Version="9.0.5" />
<PackageReference Include="Serilog" Version="4.3.1" />
<PackageReference Include="System.Drawing.Common" Version="10.0.5" />
<PackageReference Include="System.Resources.Extensions" Version="10.0.5" />
<PackageReference Include="AnimatedGif" Version="1.0.5" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions UoFiddler.Plugin.Compare/UoFiddler.Plugin.Compare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>ComparePlugin</AssemblyTitle>
<Product>ComparePlugin</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -24,7 +24,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="UserControls\CompareCliLocControl.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>FiddlerPlugin</AssemblyTitle>
<Product>FiddlerPlugin</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
</PropertyGroup>
<PropertyGroup>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand All @@ -21,7 +21,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Forms\ExampleForm.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>MassImportPlugin</AssemblyTitle>
<Product>MassImportPlugin</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Forms\MassImportForm.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>MultiEditor</AssemblyTitle>
<Product>MultiEditor</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down Expand Up @@ -62,7 +62,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="System.Resources.Extensions" Version="9.0.5" />
<PackageReference Include="Serilog" Version="4.3.1" />
<PackageReference Include="System.Resources.Extensions" Version="10.0.5" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions UoFiddler.Plugin.SendItem/UoFiddler.Plugin.SendItem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>SendItem</AssemblyTitle>
<Product>SendItem</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>
Expand All @@ -23,7 +23,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Forms\SendItemOptionsForm.cs">
Expand Down
4 changes: 2 additions & 2 deletions UoFiddler.Plugin.UopPacker/UoFiddler.Plugin.UopPacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>UOP Packer</AssemblyTitle>
<Product>LegacyMUL Converter</Product>
<Copyright>Copyright © 2025</Copyright>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>1.1.1</AssemblyVersion>
<FileVersion>1.1.1</FileVersion>
</PropertyGroup>
Expand All @@ -23,7 +23,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ultima\Ultima.csproj">
Expand Down
5 changes: 4 additions & 1 deletion UoFiddler/Forms/AboutBoxForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBox1.Text" xml:space="preserve">
<value>Version 4.17.8
<value>Version 4.17.9
- Added the option to display the hue index as it is ingame in every client and server (author Lichtblitz)

Version 4.17.8
- Fix for reading older artidx.mul files that were probably edited with mulpatcher or some other tool.

Version 4.17.7
Expand Down
12 changes: 6 additions & 6 deletions UoFiddler/UoFiddler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>UoFiddler</AssemblyTitle>
<Product>UoFiddler</Product>
<Copyright>Copyright © 2025</Copyright>
<AssemblyVersion>4.17.8</AssemblyVersion>
<FileVersion>4.17.8</FileVersion>
<Version>4.17.8</Version>
<Copyright>Copyright © 2026</Copyright>
<AssemblyVersion>4.17.9</AssemblyVersion>
<FileVersion>4.17.9</FileVersion>
<Version>4.17.9</Version>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup>
Expand Down Expand Up @@ -151,9 +151,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="14.0.0" />
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog" Version="4.3.1" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="9.0.5" />
<PackageReference Include="System.Resources.Extensions" Version="10.0.5" />
</ItemGroup>
<ItemGroup>
<None Update="old-changelog.txt">
Expand Down