You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/05/08 13:17:01 UTC

[openwhisk-runtime-dotnet] branch master updated: prep for 1.17 release (#79)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-dotnet.git


The following commit(s) were added to refs/heads/master by this push:
     new f0f4466  prep for 1.17 release (#79)
f0f4466 is described below

commit f0f44661cb809f811d88607cd3e5d0064900185a
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon May 8 09:16:56 2023 -0400

    prep for 1.17 release (#79)
---
 NOTICE.txt                  | 2 +-
 core/dotnet3.1/CHANGELOG.md | 2 ++
 core/net6.0/CHANGELOG.md    | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index b42f91f..bfef949 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Dotnet
-Copyright 2016-2021 The Apache Software Foundation
+Copyright 2016-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/dotnet3.1/CHANGELOG.md b/core/dotnet3.1/CHANGELOG.md
index 18cc387..f856950 100644
--- a/core/dotnet3.1/CHANGELOG.md
+++ b/core/dotnet3.1/CHANGELOG.md
@@ -19,6 +19,8 @@
 
 # .NET Core 3.1 OpenWhisk Runtime Container
 
+## 1.17
+-  Support array result include sequence action (#65)
 
 ## 1.16
 - Fix Akka version ($55)
diff --git a/core/net6.0/CHANGELOG.md b/core/net6.0/CHANGELOG.md
index 19bcf32..a9a6ffb 100644
--- a/core/net6.0/CHANGELOG.md
+++ b/core/net6.0/CHANGELOG.md
@@ -19,5 +19,5 @@
 
 # .NET 6.0 OpenWhisk Runtime Container
 
-## 1.16
+## 1.17
 - Initial release