From 66c4f4c01d2db1d811d510a6c72d23d3a477e5a8 Mon Sep 17 00:00:00 2001 From: IS4 Date: Sun, 18 Feb 2024 14:45:45 +0100 Subject: [PATCH] move Images to AllPortable --- SFI.Formats/All/SFI.Formats.All.csproj | 1 - SFI.Formats/AllPortable/CHANGELOG.txt | 6 ++++++ SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/SFI.Formats/All/SFI.Formats.All.csproj b/SFI.Formats/All/SFI.Formats.All.csproj index 6b369df5..31927935 100644 --- a/SFI.Formats/All/SFI.Formats.All.csproj +++ b/SFI.Formats/All/SFI.Formats.All.csproj @@ -40,7 +40,6 @@ - diff --git a/SFI.Formats/AllPortable/CHANGELOG.txt b/SFI.Formats/AllPortable/CHANGELOG.txt index 625109e3..3ec705c6 100644 --- a/SFI.Formats/AllPortable/CHANGELOG.txt +++ b/SFI.Formats/AllPortable/CHANGELOG.txt @@ -1,3 +1,9 @@ +1.2.1 +----- + +- Correctly references `SFI.Formats.Images`. + + 1.2 ----- diff --git a/SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj b/SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj index c5235c3f..dbad2fda 100644 --- a/SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj +++ b/SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj @@ -3,7 +3,7 @@ netstandard2.0;net6.0 IS4.SFI.Formats.AllPortable - 1.2 + 1.2.1 Semantic File Inspector IS4 Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy')) @@ -47,6 +47,7 @@ +