Skip to content

Commit

Permalink
build: Update to latest uplink.NET v2.10.3175 - bump version to Quick…
Browse files Browse the repository at this point in the history
…share 1.1.0
  • Loading branch information
TopperDEL committed Sep 15, 2023
1 parent 65c1c7a commit 44b0c98
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Quickshare/Quickshare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<Title>Quickshare</Title>
<Authors>TopperDEL</Authors>
<Company>TopperDEL</Company>
<Version>1.0.6</Version>
<PackageReleaseNotes>Release v1.0.6
Fixes bug on linux regarding Clipboard-sharing</PackageReleaseNotes>
<Version>1.1.0</Version>
<PackageReleaseNotes>Release v1.1.0
Uses latest uplink-c (v1.8.0) with refactored upload code path for faster and more resilient uploads</PackageReleaseNotes>
<Description>This package lets you share files quickly by leveraging Storj DCS.</Description>
<Copyright>2023 TopperDEL</Copyright>
<PackageProjectUrl>https://github.com/TopperDEL/Quickshare</PackageProjectUrl>
Expand All @@ -34,13 +34,13 @@ Fixes bug on linux regarding Clipboard-sharing</PackageReleaseNotes>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="TextCopy" Version="6.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="TextCopy" Version="6.2.1" />
<PackageReference Include="TimeSpanParserUtil" Version="1.2.0" />
<PackageReference Include="uplink.NET" Version="2.9.2858" />
<PackageReference Include="uplink.NET.Linux" Version="2.9.2896" />
<PackageReference Include="uplink.NET.Mac" Version="2.9.2896" />
<PackageReference Include="uplink.NET.Win" Version="2.9.2858" />
<PackageReference Include="uplink.NET" Version="2.10.3175" />
<PackageReference Include="uplink.NET.Linux" Version="2.10.3175" />
<PackageReference Include="uplink.NET.Mac" Version="2.10.3175" />
<PackageReference Include="uplink.NET.Win" Version="2.10.3175" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 44b0c98

Please sign in to comment.