File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.2 - 06-29-2024
4
+
5
+ - Removes unused testing dependencies from ` Storage.csproj ` that may have caused build errors for projects.
6
+
3
7
## 2.0.1 - 05-16-2024
4
8
5
9
- Re: [ #15 ] ( https://github.com/supabase-community/storage-csharp/issues/15 )
Original file line number Diff line number Diff line change 16
16
<Title >Supabase Storage</Title >
17
17
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
18
18
<PackageTags >supabase, storage</PackageTags >
19
- <ReleaseVersion >2.0.1 </ReleaseVersion >
20
- <PackageVersion >2.0.1 </PackageVersion >
19
+ <ReleaseVersion >2.0.2 </ReleaseVersion >
20
+ <PackageVersion >2.0.2 </PackageVersion >
21
21
<RepositoryUrl >https://github.com/supabase-community/storage-csharp</RepositoryUrl >
22
22
<RepositoryType >git</RepositoryType >
23
23
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
33
33
</PropertyGroup >
34
34
35
35
<PropertyGroup Condition =" '$(Version)' == '' " >
36
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.0.1 </VersionPrefix >
36
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >2.0.2 </VersionPrefix >
37
37
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
38
38
</PropertyGroup >
39
39
40
40
<ItemGroup >
41
- <PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
42
- <PrivateAssets >all</PrivateAssets >
43
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
44
- </PackageReference >
45
- <PackageReference Include =" Microsoft.CodeCoverage" Version =" 17.9.0" />
46
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
47
41
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
48
42
<PackageReference Include =" MimeMapping" Version =" 3.0.1" />
49
43
<PackageReference Include =" Supabase.Core" Version =" 1.0.0" />
You can’t perform that action at this time.
0 commit comments