Skip to content

Commit a66944f

Browse files
committed
Removes unused testing dependencies from Storage.csproj that may have caused build errors for projects.
1 parent afa819c commit a66944f

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 2.0.1 - 05-16-2024
48

59
- Re: [#15](https://github.com/supabase-community/storage-csharp/issues/15)

Diff for: Storage/Storage.csproj

+3-9
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<Title>Supabase Storage</Title>
1717
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1818
<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>
2121
<RepositoryUrl>https://github.com/supabase-community/storage-csharp</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -33,17 +33,11 @@
3333
</PropertyGroup>
3434

3535
<PropertyGroup Condition=" '$(Version)' == '' ">
36-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.1</VersionPrefix>
36+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.2</VersionPrefix>
3737
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3838
</PropertyGroup>
3939

4040
<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" />
4741
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4842
<PackageReference Include="MimeMapping" Version="3.0.1" />
4943
<PackageReference Include="Supabase.Core" Version="1.0.0" />

0 commit comments

Comments
 (0)