From 0124e9338d933dec23b8827113b2ab231fb8f90f Mon Sep 17 00:00:00 2001 From: Nilesh Ghodekar Date: Wed, 3 May 2017 16:17:09 +0100 Subject: [PATCH 1/2] Updated Contributing.md for Wiki contribution --- CONTRIBUTING.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5a0d3e..b5c0deb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,15 +25,7 @@ You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMW ## Contributing to MIMWAL Wiki -The two ways to contribute to MIMWAL Wiki are again: Fork the Repository or Submit an Issue. - -### Fork the MIMWAL Wiki Repository. - -Fork a copy of the [MIMWAL Wiki Repo](https://github.com/Microsoft/MIMWAL/wiki) and send a pull request. - -### Submit an Issue. - -You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMWAL/issues) tab to create a new issue. +To contribute to the MIMWAL wiki, please submit an Issue. Use the [Issues](https://github.com/Microsoft/MIMWAL/issues) tab to create a new issue. ##### Wiki Acceptance From bba048620b8c4c73b8b4fcff7f1005a49b9e71f7 Mon Sep 17 00:00:00 2001 From: NileshGhodekar Date: Thu, 20 Jul 2017 19:12:41 -0700 Subject: [PATCH 2/2] Version number update. Update to ChangeLog.md. Minor update to SendEmailNotification. --- ChangeLog.md | 19 +++++++++++++++++++ src/VersionInfo.cs | 4 ++-- .../SendEmailNotification.Designer.cs | 2 -- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 01897e9..c84f71e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,22 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre * Support for multi-valued attributes in `[//Effective]` lookup in AuthZ workflows. * Implement Approve Request Activity. +------------ + +### Version 2.17.0721.0 + +#### Added + +* Support for Query and Iternation in SendEmailNotification activity. +* [DateTimeFromString][DateTimeFromStringFunction] function. + +#### Fixed + +* Fixed ParameterValue* functions to return attribute values in the original datatype than as string. +* Correctly setting connection timeout for ODBC connection in ExecuteSqlNonQuery and ExecuteSqlScalar functions. + +------------ + ### Version 2.17.0414.0 #### Added @@ -18,6 +34,8 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre * New function [ExecuteSqlScalar][ExecuteSqlScalarFunction] * New function [ValueByKey][ValueByKeyFunction] +------------ + ### Version 2.16.1028.0 #### Changed @@ -144,3 +162,4 @@ All notable changes to MIMWAL project will be documented in this file. The "Unre [ExecuteSqlNonQueryFunction]: https://github.com/Microsoft/MIMWAL/wiki/ExecuteSqlNonQuery-Function [ExecuteSqlScalarFunction]: https://github.com/Microsoft/MIMWAL/wiki/ExecuteSqlScalar-Function [ValueByKeyFunction]: https://github.com/Microsoft/MIMWAL/wiki/ValueByKey-Function +[DateTimeFromStringFunction]: https://github.com/Microsoft/MIMWAL/wiki/DateTimeFromString-Function diff --git a/src/VersionInfo.cs b/src/VersionInfo.cs index 21f1ba1..bf517bd 100644 --- a/src/VersionInfo.cs +++ b/src/VersionInfo.cs @@ -22,7 +22,7 @@ internal static class VersionInfo /// Build Number (MMDD) /// Revision (if any on the same day) /// - internal const string Version = "2.17.0716.0"; + internal const string Version = "2.17.0721.0"; /// /// File Version information for the assembly consists of the following four values: @@ -31,6 +31,6 @@ internal static class VersionInfo /// Build Number (MMDD) /// Revision (if any on the same day) /// - internal const string FileVersion = "2.17.0716.0"; + internal const string FileVersion = "2.17.0721.0"; } } \ No newline at end of file diff --git a/src/WorkflowActivityLibrary/Activities/SendEmailNotification.Designer.cs b/src/WorkflowActivityLibrary/Activities/SendEmailNotification.Designer.cs index 523739b..5f6e141 100644 --- a/src/WorkflowActivityLibrary/Activities/SendEmailNotification.Designer.cs +++ b/src/WorkflowActivityLibrary/Activities/SendEmailNotification.Designer.cs @@ -469,8 +469,6 @@ private void InitializeComponent() #endregion - private ComponentActivities.ResolveLookups ResolveLookups; - private ComponentActivities.ResolveQueries ResolveQueries; private IfElseBranchActivity QueriesDoHaveValueExpressions; private ComponentActivities.ResolveQueries RunQueriesOnce; private IfElseBranchActivity QueriesHaveNoValueExpressions;