Skip to content

Commit

Permalink
Merge pull request #54 from linksplatform/0.1.1
Browse files Browse the repository at this point in the history
[C#] 0.1.1
  • Loading branch information
Konard authored Oct 24, 2021
2 parents 8858f90 + 07be9fe commit 41b195b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions csharp/Platform.Data.Triplets/Platform.Data.Triplets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Data.Triplets Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Data.Triplets</AssemblyTitle>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -25,9 +25,10 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
Platform.Communication dependency updated from 0.1.7 to 0.2.0.
Platform.Data dependency updated from 0.2.2 to 0.3.0.</PackageReleaseNotes>
<PackageReleaseNotes>.NET 5 support is added.
Platform.Data.Sequences 0.0.2 dependency is added.
Platform.Data dependency is updated from 0.3.0 to 0.5.0.
Microsoft.NETFramework.ReferenceAssemblies dependency is updated from 1.0.0 to 1.0.2</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand All @@ -41,6 +42,7 @@ Platform.Data dependency updated from 0.2.2 to 0.3.0.</PackageReleaseNotes>
<ItemGroup>
<PackageReference Include="Platform.Communication" Version="0.2.0" />
<PackageReference Include="Platform.Data" Version="0.5.0" />
<PackageReference Include="Platform.Data.Sequences" Version="0.0.2" />
<PackageReference Include="Platform.Data.Triplets.Kernel" Version="0.0.4" />
</ItemGroup>

Expand Down

0 comments on commit 41b195b

Please sign in to comment.