Skip to content

Commit

Permalink
[C#] 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 26, 2025
1 parent c724fb7 commit 542527d
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<Description>LinksPlatform's Platform.Data.Doublets.Sequences Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data.Doublets.Sequences</AssemblyTitle>
<VersionPrefix>0.6.2</VersionPrefix>
<VersionPrefix>0.6.3</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFramework>net8</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Platform.Data.Doublets.Sequences</AssemblyName>
<PackageId>Platform.Data.Doublets.Sequences</PackageId>
<PackageTags>LinksPlatform;Data;Doublets;Sequences</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Data.Doublets.Sequences</PackageProjectUrl>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
Expand All @@ -24,7 +25,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Reduce number of warnings.</PackageReleaseNotes>
<PackageReleaseNotes>Add README file to NuGet.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand All @@ -34,4 +35,8 @@
<PackageReference Include="Platform.Data.Sequences" Version="0.2.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 542527d

Please sign in to comment.