Skip to content

Commit

Permalink
move Images to AllPortable
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Feb 18, 2024
1 parent 08da658 commit 66c4f4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion SFI.Formats/All/SFI.Formats.All.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<ProjectReference Include="..\..\SFI.ComponentImportGenerator\SFI.ComponentImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\AllPortable\SFI.Formats.AllPortable.csproj" />
<ProjectReference Include="..\Audio\SFI.Formats.Audio.csproj" />
<ProjectReference Include="..\Images\SFI.Formats.Images.csproj" />
<ProjectReference Include="..\Windows\SFI.Formats.Windows.csproj" />
</ItemGroup>

Expand Down
6 changes: 6 additions & 0 deletions SFI.Formats/AllPortable/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.1
-----

- Correctly references `SFI.Formats.Images`.


1.2
-----

Expand Down
3 changes: 2 additions & 1 deletion SFI.Formats/AllPortable/SFI.Formats.AllPortable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<AssemblyName>IS4.SFI.Formats.AllPortable</AssemblyName>
<VersionPrefix>1.2</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
<Product>Semantic File Inspector</Product>
<Authors>IS4</Authors>
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>
Expand Down Expand Up @@ -47,6 +47,7 @@
<ProjectReference Include="..\DOS\SFI.Formats.DOS.csproj" />
<ProjectReference Include="..\Flash\SFI.Formats.Flash.csproj" />
<ProjectReference Include="..\HTML\SFI.Formats.HTML.csproj" />
<ProjectReference Include="..\Images\SFI.Formats.Images.csproj" />
<ProjectReference Include="..\Metadata\SFI.Formats.Metadata.csproj" />
<ProjectReference Include="..\Modules\SFI.Formats.Modules.csproj" />
<ProjectReference Include="..\Office\SFI.Formats.Office.csproj" />
Expand Down

0 comments on commit 66c4f4c

Please sign in to comment.