|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net8.0</TargetFramework> |
| 5 | + <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <Nullable>enable</Nullable> |
8 | 8 | <PackAsTool>true</PackAsTool> |
|
12 | 12 | <Title>Quickshare</Title> |
13 | 13 | <Authors>TopperDEL</Authors> |
14 | 14 | <Company>TopperDEL</Company> |
15 | | - <Version>1.3.1</Version> |
16 | | - <PackageReleaseNotes>Release v1.3.0 |
17 | | -- Support uploading of subfolders (using 'sharefolder -s') |
18 | | -- Support uploading of folder-content without explicit sharing (using 'sharefolder -u') |
19 | | -Hotfix v1.3.1 |
20 | | -- Do not create index-html if without explicit sharing</PackageReleaseNotes> |
| 15 | + <Version>1.3.2</Version> |
| 16 | + <PackageReleaseNotes>Release v1.3.2 |
| 17 | +- Support net9.0 explicitly</PackageReleaseNotes> |
21 | 18 | <Description>This package lets you share files quickly by leveraging Storj DCS.</Description> |
22 | | - <Copyright>2024 TopperDEL</Copyright> |
| 19 | + <Copyright>2024-2025 TopperDEL</Copyright> |
23 | 20 | <PackageProjectUrl>https://github.com/TopperDEL/Quickshare</PackageProjectUrl> |
24 | 21 | <PackageIcon>StoreLogo.png</PackageIcon> |
25 | 22 | <RepositoryUrl>https://github.com/TopperDEL/Quickshare</RepositoryUrl> |
@@ -50,7 +47,7 @@ Hotfix v1.3.1 |
50 | 47 | <None Update="libstorj_uplink.dylib"> |
51 | 48 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
52 | 49 | </None> |
53 | | - <None Update="StoreLogo.png"> |
| 50 | + <None Include="StoreLogo.png"> |
54 | 51 | <Pack>True</Pack> |
55 | 52 | <PackagePath>\</PackagePath> |
56 | 53 | </None> |
|
0 commit comments