Skip to content

Commit

Permalink
Version number update. Update to ChangeLog.md. Minor update to SendEm…
Browse files Browse the repository at this point in the history
…ailNotification.
  • Loading branch information
NileshGhodekar committed Jul 21, 2017
1 parent 8c115bf commit bba0486
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 19 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal static class VersionInfo
/// Build Number (MMDD)
/// Revision (if any on the same day)
/// </summary>
internal const string Version = "2.17.0716.0";
internal const string Version = "2.17.0721.0";

/// <summary>
/// File Version information for the assembly consists of the following four values:
Expand All @@ -31,6 +31,6 @@ internal static class VersionInfo
/// Build Number (MMDD)
/// Revision (if any on the same day)
/// </summary>
internal const string FileVersion = "2.17.0716.0";
internal const string FileVersion = "2.17.0721.0";
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bba0486

Please sign in to comment.