Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Niegrzybowski committed Jun 25, 2020
1 parent e7f6bad commit 3b613d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dist: bionic
language: csharp
mono: none
dotnet: 3.0
dotnet: 3.1

install:
- dotnet restore
script:
- dotnet build -c Release
- dotnet test -c Release test/ResultType.Tests/ResultType.Tests.csproj
- dotnet test -c Release test/ResultType.Validation.Tests/ResultType.Validation.Tests.csproj

2 changes: 1 addition & 1 deletion src/ResultType.Validation/ResultType.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.3</Version>
<Version>2.1.0</Version>
<Authors>Michał Niegrzybowski</Authors>
<Company>Michał Niegrzybowski - MNie</Company>
<PackageId>MNie.ResultType.Validation</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/ResultType/ResultType.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.3</Version>
<Version>2.1.0</Version>
<Authors>Michał Niegrzybowski</Authors>
<Company>Michał Niegrzybowski - MNie</Company>
<PackageId>MNie.ResultType</PackageId>
Expand Down
6 changes: 3 additions & 3 deletions test/ResultType.Tests/ResultType.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<DebugType>Full</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<DebugType>Full</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3b613d2

Please sign in to comment.