Skip to content

Commit ec40d50

Browse files
committed
Release notes
1 parent 894398a commit ec40d50

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

WorkflowCore.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2026
4+
VisualStudioVersion = 15.0.27130.2027
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF47161E-E399-451C-BDE8-E92AAD3BD761}"
77
EndProject
@@ -91,6 +91,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReleaseNotes", "ReleaseNote
9191
ReleaseNotes\1.3.3.md = ReleaseNotes\1.3.3.md
9292
ReleaseNotes\1.4.0.md = ReleaseNotes\1.4.0.md
9393
ReleaseNotes\1.6.0.md = ReleaseNotes\1.6.0.md
94+
ReleaseNotes\1.6.6.md = ReleaseNotes\1.6.6.md
9495
EndProjectSection
9596
EndProject
9697
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowCore.Sample14", "src\samples\WorkflowCore.Sample14\WorkflowCore.Sample14.csproj", "{6BC66637-B42A-4334-ADFB-DBEC9F29D293}"

src/WorkflowCore/WorkflowCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1616
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1717
<Description>Workflow Core is a light weight workflow engine targeting .NET Standard.</Description>
18-
<Version>1.6.5</Version>
19-
<AssemblyVersion>1.6.5.0</AssemblyVersion>
20-
<FileVersion>1.6.5.0</FileVersion>
18+
<Version>1.6.6</Version>
19+
<AssemblyVersion>1.6.6.0</AssemblyVersion>
20+
<FileVersion>1.6.6.0</FileVersion>
2121
<PackageReleaseNotes></PackageReleaseNotes>
2222
<PackageIconUrl>https://github.com/danielgerlag/workflow-core/raw/master/src/logo.png</PackageIconUrl>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)