Skip to content

Commit

Permalink
Version bumps for v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoakbuilds committed Mar 1, 2022
1 parent feacbde commit 3500589
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 17 deletions.
30 changes: 27 additions & 3 deletions Bonfida.Client.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonfidanet.Client", "Bonfidanet.Client\Bonfidanet.Client.csproj", "{155A6DD0-6109-4248-BAA3-39806987DB6B}"
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonfidanet.Client", "Bonfidanet.Client\Bonfidanet.Client.csproj", "{155A6DD0-6109-4248-BAA3-39806987DB6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonfidanet.Examples", "Bonfidanet.Examples\Bonfidanet.Examples.csproj", "{445A41F0-F9DE-4E6B-9301-902927983AFE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonfidanet.Examples", "Bonfidanet.Examples\Bonfidanet.Examples.csproj", "{445A41F0-F9DE-4E6B-9301-902927983AFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bonfidanet.Client.Test", "Bonfidanet.Client.Test\Bonfidanet.Client.Test.csproj", "{882C168E-455C-458A-91CB-F4785A3B73C4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonfidanet.Client.Test", "Bonfidanet.Client.Test\Bonfidanet.Client.Test.csproj", "{882C168E-455C-458A-91CB-F4785A3B73C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB379720-F5AE-482F-B576-C60685E64AAC}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE = LICENSE
.github\workflows\publish.yml = .github\workflows\publish.yml
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
RELEASE-NOTES.txt = RELEASE-NOTES.txt
SharedBuildProperties.props = SharedBuildProperties.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -25,4 +43,10 @@ Global
{882C168E-455C-458A-91CB-F4785A3B73C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882C168E-455C-458A-91CB-F4785A3B73C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46BDA31A-526E-40BB-B5C1-B25C56505A73}
EndGlobalSection
EndGlobal
16 changes: 9 additions & 7 deletions Bonfidanet.Client.Test/Bonfidanet.Client.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

Expand All @@ -11,19 +11,21 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="coverlet.msbuild" Version="3.0.3">
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Bonfidanet.Client\Bonfidanet.Client.csproj" />
<ProjectReference Include="..\Bonfidanet.Client\Bonfidanet.Client.csproj" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions Bonfidanet.Client/Bonfidanet.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Bonfidanet.Client</AssemblyName>
<RootNamespace>Bonfidanet.Client</RootNamespace>
<IsPackable>true</IsPackable>
Expand All @@ -11,8 +11,8 @@
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Bonfidanet.Client.Test</_Parameter1>
</AssemblyAttribute>
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
</ItemGroup>

<Import Project="..\SharedBuildProperties.props" />
Expand Down
2 changes: 1 addition & 1 deletion Bonfidanet.Examples/Bonfidanet.Examples.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<AssemblyName>Bonfidanet.Examples</AssemblyName>
<RootNamespace>Bonfidanet.Examples</RootNamespace>
Expand Down
6 changes: 3 additions & 3 deletions SharedBuildProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Bonfidanet</Product>
<Version>1.0.4</Version>
<Copyright>Copyright 2021 &#169; blockmountain</Copyright>
<Authors>Tiago Carvalho &amp; Hugo Carvalho</Authors>
<Version>6.0.0</Version>
<Copyright>Copyright 2022 &#169; blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Bonfidanet</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 3500589

Please sign in to comment.