Skip to content

Commit 0c29e25

Browse files
committed
Release v6.0.0
1 parent a281946 commit 0c29e25

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

BlockMountain.TradingView.Examples/BlockMountain.TradingView.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

BlockMountain.TradingView.Test/BlockMountain.TradingView.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1111
<PackageReference Include="Moq" Version="4.16.1" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />

BlockMountain.TradingView/BlockMountain.TradingView.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>
55
TradingView implements a provider for TradingView's UDF specification.
66
</Description>
7-
<TargetFramework>net5.0</TargetFramework>
7+
<TargetFramework>net6.0</TargetFramework>
88
</PropertyGroup>
99

1010

@@ -16,7 +16,7 @@
1616

1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
19+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
2020
</ItemGroup>
2121

2222
<Import Project="..\SharedBuildProperties.props" />

SharedBuildProperties.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Product>BlockMountain.TradingView</Product>
5-
<Version>1.1.0</Version>
5+
<Version>6.0.0</Version>
66
<Copyright>Copyright 2022 &#169; blockmountain</Copyright>
77
<Authors>blockmountain</Authors>
88
<PublisherName>blockmountain</PublisherName>

0 commit comments

Comments
 (0)