Skip to content

Commit 3d441f7

Browse files
committed
release notes
1 parent 8a6d1ff commit 3d441f7

File tree

3 files changed

+4
-45
lines changed

3 files changed

+4
-45
lines changed

ReleaseNotes/next.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

WorkflowCore.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReleaseNotes", "ReleaseNote
9595
ReleaseNotes\1.6.8.md = ReleaseNotes\1.6.8.md
9696
ReleaseNotes\1.6.9.md = ReleaseNotes\1.6.9.md
9797
ReleaseNotes\1.7.0.md = ReleaseNotes\1.7.0.md
98-
ReleaseNotes\next.md = ReleaseNotes\next.md
98+
ReleaseNotes\1.8.0.md = ReleaseNotes\1.8.0.md
9999
EndProjectSection
100100
EndProject
101101
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowCore.Sample14", "src\samples\WorkflowCore.Sample14\WorkflowCore.Sample14.csproj", "{6BC66637-B42A-4334-ADFB-DBEC9F29D293}"
@@ -128,7 +128,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowCore.Providers.Redi
128128
EndProject
129129
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowCore.Providers.Elasticsearch", "src\providers\WorkflowCore.Providers.Elasticsearch\WorkflowCore.Providers.Elasticsearch.csproj", "{F6348170-B695-4D97-BAE6-4F0F643F3BEF}"
130130
EndProject
131-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowCore.Tests.Elasticsearch", "test\WorkflowCore.Tests.Elasticsearch\WorkflowCore.Tests.Elasticsearch.csproj", "{44644716-0CE8-4837-B189-AB65AE2106AA}"
131+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowCore.Tests.Elasticsearch", "test\WorkflowCore.Tests.Elasticsearch\WorkflowCore.Tests.Elasticsearch.csproj", "{44644716-0CE8-4837-B189-AB65AE2106AA}"
132132
EndProject
133133
Global
134134
GlobalSection(SolutionConfigurationPlatforms) = preSolution

test/WorkflowCore.Testing/WorkflowCore.Testing.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.7.0</Version>
6-
<AssemblyVersion>1.7.0.0</AssemblyVersion>
5+
<Version>1.8.0</Version>
6+
<AssemblyVersion>1.8.0.0</AssemblyVersion>
77
<FileVersion>1.7.0.0</FileVersion>
88
<Description>Facilitates testing of workflows built on Workflow-Core</Description>
99
</PropertyGroup>

0 commit comments

Comments
 (0)