Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update to strong name signed pre-release version
  • Loading branch information
vbreuss committed Feb 1, 2025
commit c5499f4cef9ee4fb4ef2dd2e70590d56a8e3bd51
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageIcon>icon_256x256.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="0.2.0-pre.1" />
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="9.0.0-pre.2" />
<ProjectReference Include="../TestableIO.System.IO.Abstractions.Wrappers/TestableIO.System.IO.Abstractions.Wrappers.csproj" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<None Include="..\..\images\icon_256x256.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="0.2.0-pre.1" />
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="9.0.0-pre.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="0.2.0-pre.1" />
<PackageReference Include="Testably.Abstractions.FileSystem.Interface" Version="9.0.0-pre.2" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon_256x256.png" Pack="true" PackagePath="\" />
Expand Down