Skip to content

Commit

Permalink
updated DHash version
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Feb 18, 2024
1 parent 66c4f4c commit 003b409
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions SFI.Hashes/All/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.2
-----

- Updated `SFI.Hashes.AllPortable` to 1.0.2.


1.0.1
-----

Expand Down
3 changes: 1 addition & 2 deletions SFI.Hashes/All/SFI.Hashes.All.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>IS4.SFI.Hashes.All</AssemblyName>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.0.2</VersionPrefix>
<Product>Semantic File Inspector</Product>
<Authors>IS4</Authors>
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>
Expand Down Expand Up @@ -39,7 +39,6 @@
<ProjectReference Include="..\..\SFI.ComponentImportGenerator\SFI.ComponentImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\AllPortable\SFI.Hashes.AllPortable.csproj" />
<ProjectReference Include="..\Blake3\SFI.Hashes.Blake3.csproj" />
<ProjectReference Include="..\DHash\SFI.Hashes.DHash.csproj" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions SFI.Hashes/AllPortable/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.2
-----

- Added `SFI.Hashes.DHash` back since the implementation is now portable.


1.0.1
-----

Expand Down
3 changes: 2 additions & 1 deletion SFI.Hashes/AllPortable/SFI.Hashes.AllPortable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>IS4.SFI.Hashes.AllPortable</AssemblyName>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>1.0.2</VersionPrefix>
<Product>Semantic File Inspector</Product>
<Authors>IS4</Authors>
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>
Expand Down Expand Up @@ -38,6 +38,7 @@
<ItemGroup>
<ProjectReference Include="..\..\SFI.ComponentImportGenerator\SFI.ComponentImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\BitTorrent\SFI.Hashes.BitTorrent.csproj" />
<ProjectReference Include="..\DHash\SFI.Hashes.DHash.csproj" />
<ProjectReference Include="..\Murmur\SFI.Hashes.Murmur.csproj" />
<ProjectReference Include="..\NonCryptographic\SFI.Hashes.NonCryptographic.csproj" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions SFI.Hashes/DHash/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.0.1
-----

- Portable bitmap reading.
2 changes: 2 additions & 0 deletions SFI.Hashes/DHash/SFI.Hashes.DHash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>IS4.SFI.Hashes.DHash</AssemblyName>
<VersionPrefix>1.0.1</VersionPrefix>
<Product>Semantic File Inspector</Product>
<Authors>IS4</Authors>
<Copyright>Copyright (c) $(Authors) $([System.DateTime]::UtcNow.ToString('yyyy'))</Copyright>
Expand All @@ -22,6 +23,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageTags>linked-data;sparql;rdf;semantic-search;metadata-extraction;hash-algorithm;dhash</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/CHANGELOG.txt"))</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 003b409

Please sign in to comment.