Skip to content

Commit

Permalink
Updated NyaFs nuget reference to 1.0.1 (bugfix in squashfs builder)
Browse files Browse the repository at this point in the history
  • Loading branch information
teplofizik committed Apr 8, 2024
1 parent a32a8d1 commit 6ee7605
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NyaFsTest/NyaFsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion NyaImageTool/NyaImageTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Plugins/NyaFsEncrypt/NyaFsEncrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Target>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Plugins/NyaFsFiles/NyaFsFiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Target>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Plugins/NyaFsLinux/NyaFsLinux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Target>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Plugins/NyaFsSftp/NyaFsSftp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Target>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Plugins/NyaFsTftp/NyaFsTftp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NyaFs" Version="1.0.0" />
<PackageReference Include="NyaFs" Version="1.0.1" />
<PackageReference Include="Tftp.Net" Version="1.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 6ee7605

Please sign in to comment.