Skip to content

Commit

Permalink
[C#] 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Apr 6, 2022
1 parent 83d0b0a commit ba4b07b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions csharp/Platform.Setters/Platform.Setters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Setters Class Library</Description>
<Copyright>konard</Copyright>
<AssemblyTitle>Platform.Setters</AssemblyTitle>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.4.1</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<AssemblyName>Platform.Setters</AssemblyName>
Expand All @@ -24,9 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>coverlet.collector dependency is updated from 3.1.0 to 3.1.2.
The Setter methods are renamed.
The arguments of the setters methods are made nullable.</PackageReleaseNotes>
<PackageReleaseNotes>Add Setters extensions that check if a passed value is null, set if it is not, and return false value.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit ba4b07b

Please sign in to comment.