Skip to content

Commit 7ca04f4

Browse files
committed
Updated README.md file.
1 parent c1c9661 commit 7ca04f4

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Hits.Consumer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.1.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]
3737

3838
// Configure log4net using the .config file
3939
[assembly: log4net.Config.XmlConfigurator(Watch = true)]

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Setup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.1.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ The SIF3 Framework is a .NET framework that enables developers to efficiently im
1818

1919
The framework includes a demo Solution that illustrates how to use it.
2020

21-
NOTE: This current release is a Beta version that should only be used for inspection and prototyping. It is still
22-
a work in progress and not intended for commercial use as yet.
23-
2421
### Contributing to this framework
2522

2623
See the [wiki associated with this repository](https://github.com/Access4Learning/sif3-framework-dotnet/wiki) for information on:
2724

2825
* contributing to this framework
29-
* the Java coding style to be used and
26+
* the coding style to be used and
3027
* the structure of the SIF 3 Framework repositories
3128

3229
###Download Instructions
@@ -303,4 +300,13 @@ To get started using this framework, read the *Sif3Framework .NET Developer's Gu
303300
- Removed SharedLibs/Sif.Framework 1.2.0 as that version was never released.
304301
- Fixed issue whereby SharedLibs/Sif.Framework 2.0.0 incorrectly contained version 3.0.0 of the framework.
305302
- Implemented message payload compression.
306-
- Implemented Changes Since mechanism.
303+
- Implemented Changes Since mechanism.
304+
305+
**Apr 11, 2017 - 3.2.0 Updated to SIF Infrastructure 3.2.0**
306+
307+
- Fixed issue with incorrectly named matrix parameters (zone to zoneId, context to contextId).
308+
- Completed and fixed SIF_HMACSHA256 authentication implementation.
309+
- Updated the SIF Framework to use the latest version of the SIF Infrastructure (3.2.0).
310+
- Fixed a namespace issue with the implementation of the SIF AU Data Model (3.4.0).
311+
- Implemented the serviceType header (with a value of FUNCTIONAL) for Functional Service calls.
312+
- Updated the SIF Framework to look for the SifFramework.config file in the current path first and the application folder second.

0 commit comments

Comments
 (0)