Skip to content

Commit e5e5b92

Browse files
committed
v1.9.0
1 parent 66dcbe6 commit e5e5b92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RedisUI/RedisUI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net8.0;net10.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<GenerateDocumentationFile>false</GenerateDocumentationFile>
@@ -18,11 +18,11 @@
1818
<RepositoryUrl>https://github.com/ekondur/RedisUI</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageTags>Redis,Web,UI,Client,Keys,Statistics</PackageTags>
21-
<PackageReleaseNotes>https://github.com/ekondur/RedisUI/releases/tag/v1.8.0</PackageReleaseNotes>
21+
<PackageReleaseNotes>https://github.com/ekondur/RedisUI/releases/tag/v1.9.0</PackageReleaseNotes>
2222
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2323
<IncludeSymbols>True</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25-
<Version>1.8.0</Version>
25+
<Version>1.9.0</Version>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)