Skip to content

Commit

Permalink
[C#] 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Feb 1, 2022
1 parent c9edc61 commit eddfb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/Platform.Data.Sequences/Platform.Data.Sequences.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data.Sequences Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data.Sequences</AssemblyTitle>
<VersionPrefix>0.0.2</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Data.Sequences</AssemblyName>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>The redundant dependency is removed.</PackageReleaseNotes>
<PackageReleaseNotes>All IList<![CDATA[<]]>TLinkAddress<![CDATA[>]]> parameters are made nullable. TLinkAddress type parameter are made constained as struct. Update Microsoft.SourceLink.GitHub dependency from 1.0.0 to 1.1.1.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit eddfb9a

Please sign in to comment.