Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aglasencnik committed Sep 21, 2024
1 parent 645e233 commit 1bde465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RadioBrowserWrapper/RadioBrowserWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>RadioBrowserWrapper</Title>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<Authors>Amadej Glasenčnik</Authors>
<Description>RadioBrowserWrapper is a lightweight, easy-to-use .NET wrapper for the Radio Browser API, enabling seamless integration with online radio stations and stream discovery.</Description>
<Copyright>Copyright (c) Amadej Glasenčnik 2024.</Copyright>
Expand All @@ -30,9 +30,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[6.0.0,)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[6.0.0,)" />
<PackageReference Include="System.Text.Json" Version="[6.0.0,)" />
</ItemGroup>

</Project>

0 comments on commit 1bde465

Please sign in to comment.