Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Feb 25, 2020
1 parent 0799bc6 commit 024b14c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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.0.7</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -25,16 +25,17 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Communication dependency updated from 0.1.6 to 0.1.7.
Platform.Data dependency updated from 0.2.0 to 0.2.2.</PackageReleaseNotes>
<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>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 024b14c

Please sign in to comment.