Skip to content

Commit

Permalink
[C#] 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Dec 15, 2022
1 parent 04cc32d commit dd97b0b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions csharp/Platform.Random/Platform.Random.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<Description>LinksPlatform's Platform.Random Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Random</AssemblyTitle>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionPrefix>0.3.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFramework>net7</TargetFramework>
<AssemblyName>Platform.Random</AssemblyName>
<PackageId>Platform.Random</PackageId>
<PackageTags>LinksPlatform;Random;RandomExtensions;RandomHelpers</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Random</PackageProjectUrl>
<PackageLicenseExpression>Unlicensed</PackageLicenseExpression>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/linksplatform/Random</RepositoryUrl>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
Expand All @@ -23,8 +23,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>.NET 5 support is added.
Platform.Ranges dependency updated from 0.2.0 to 0.3.0.</PackageReleaseNotes>
<PackageReleaseNotes>Change target frameworks to net7.
Platform.Ranges dependency updated from 0.3.0 to 0.5.0.
Change license to unlicense.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -37,7 +38,7 @@ Platform.Ranges dependency updated from 0.2.0 to 0.3.0.</PackageReleaseNotes>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Platform.Ranges" Version="0.3.0" />
<PackageReference Include="Platform.Ranges" Version="0.5.0" />
</ItemGroup>

<!--
Expand Down

0 comments on commit dd97b0b

Please sign in to comment.