Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaiseD committed Oct 25, 2021
1 parent ed02276 commit 71f4c84
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: dotnet build --configuration Release

- name: Test
run: dotnet test --no-restore --verbosity normal --filter "UnitTests.NetFramework.NetFrameworkRulesTests|UnitTests.NetCore.NetCoreRulesTests"
run: dotnet test --no-restore --verbosity normal --filter "UnitTests.NetCore.NetCoreRulesTests"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: dotnet build --configuration Release

- name: Test
run: dotnet test --no-restore --verbosity normal --filter "UnitTests.NetFramework.NetFrameworkRulesTests|UnitTests.NetCore.NetCoreRulesTests"
run: dotnet test --no-restore --verbosity normal --filter "UnitTests.NetCore.NetCoreRulesTests"
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LogicBuilder.Workflow.ComponentModel.Serialization">
<Version>1.0.3-zzz.3.2</Version>
<Version>1.0.4</Version>
</PackageReference>
<PackageReference Include="System.CodeDom">
<Version>4.5.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogicBuilder.Workflow.Activities.Rules">
<Version>2.0.0-preview.2</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="MinVer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LogicBuilder.Workflow.ComponentModel.Serialization" Version="2.0.0-preview.2" />
<PackageReference Include="LogicBuilder.Workflow.ComponentModel.Serialization" Version="2.0.0" />
<PackageReference Include="MinVer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LogicBuilder.ComponentModel.Design.Serialization" Version="2.0.0-preview.2" />
<PackageReference Include="LogicBuilder.ComponentModel.Design.Serialization" Version="2.0.0" />
<PackageReference Include="System.CodeDom" Version="4.5.0" />
<PackageReference Include="MinVer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 71f4c84

Please sign in to comment.