Skip to content

Releases: iAJTin/iIIS

Upgrade to v1.0.4 - Upgrade nuget pakages (Newtonsoft.Json to v13.0.1)

25 Jun 02:00
Compare
Choose a tag to compare

Fixes

  • Upgrade Newtonsoft.Json nuget package to version 13.0.1 (without critical errors) and others nuget packages

Changed

  • Changed IResultGeneric interface. Changed Value property name by Result (for code clarify).

    This change may have implications in your final code, it is resolved by changing Value to Result
    
  • Updated result classes for support more scenaries.

  • Library versions for this version

    Library Version Description
    iTin.AspNet.Web.IIS 1.0.0.4 Internet Information Services Library Calls
    iTin.Core 2.0.0.3 Base library containing various extensions, helpers, common constants
    iTin.Core.IO 1.0.0.0 Common I/O calls
    iTin.Core.Models 1.0.0.1 Data models base
    iTin.Logging 1.0.0.1 Logging library
    iTin.Registry.Windows 1.0.0.1 Windows registry access

Added

Update libraries, new setup version 1.0.3

10 Oct 17:07
Compare
Choose a tag to compare

Added

  • Add new libraries and remove old libraries for compability with another libraries.
  • New delivery published (1.0.3).

Removed

  • Library removed for this version
Library Version Description
iTin.Core.Min 1.0.0 Common calls

Changed

  • Uses new IResult implementations in iTin.Core (only for internal use), no affect to existent apps.

  • Library versions for this version

Library Version Description
iTin.Core 2.0.0.0 Base library containing various extensions, helpers, common constants
iTin.Core.IO 1.0.0.0 IO Supports To Network Drives, Reletive Paths (~), Native IO
iTin.Core.Models 1.0.0.0 XML and Json Models classes
iTin.Registry.Windows 1.0.0.0 Windows Registry Calls
iTin.AspNet.Web.IIS 1.0.0.3 Internet Information Services Library Calls
iTin.Logging 1.0.0.0 Logging library

Adds Installer app, Minor changes,

04 Aug 10:10
Compare
Choose a tag to compare

Fixed

  • Fixes xml namespace in model sample.

Added

  • Adds windows installer project (iIISFeaturesSetup)

  • Adds two new projects to solution:

    \- root 
      \- src
         \- deliverables
            · vX.X.X            [Windows Installer], where: X.X.X => Version number (current = 1.0.2)
         \- setup
            · iIISFeaturesSetup [Console Test Async App]
            · resources         [Shared installer resources]
      \- util
         · vs-extensions        [Microsoft Installer Visual Studio Extension (2017/2019)]
    

Changed

  • Library versions for this version
Library Version Description
iTin.Core.Min 1.0.0 Common calls
iTin.Core.IO 1.0.0 IO Supports To Network Drives, Reletive Paths (~), Native IO
iTin.Core.Models 1.0.0 XML and Json Models classes
iTin.Registry.Windows 1.0.0 Windows Registry Calls
iTin.AspNet.Web.IIS 1.0.2 Internet Information Services Library Calls

Fix xml schema error, adds support for asynchronous processing calls

21 Mar 12:42
73747a0
Compare
Choose a tag to compare

Fixed

  • Fixes an xml schema-related problem that prevents the xml configuration file from being properly processed.

Added

  • Adds support for asynchronous processing calls, please see new projects added to the solution for more information

  • Adds two new projects to solution:

    \root
      - test
          - IIS.ConsoleAsyncApp  [Console Test Async App]
          - IIS.FormsAsyncApp    [Windows Forms Test Async App]
    

Changed

  • Library versions for this version
Library Version Description
iTin.Core.Min 1.0.0 Common calls
iTin.Core.IO 1.0.0 IO Supports To Network Drives, Reletive Paths (~), Native IO
iTin.Core.Models 1.0.0 XML and Json Models classes
iTin.Registry.Windows 1.0.0 Windows Registry Calls
iTin.AspNet.Web.IIS 1.0.1 Internet Information Services Library Calls

Internet Information Services (IIS)

27 Jan 00:38
Compare
Choose a tag to compare

Added

  • Solution structure

    \root
      - lib
        - iTin.AspNet             
          - iTin.AspNet.Web.IIS               [Internet Information Services Library Calls] 
        - iTin.Core             
          - iTin.Core.IO                      [IO Supports To Network Drives, Reletive Paths (~), Native IO] 
          - iTin.Core.Min                     [Common Calls] 
          - iTin.Core.Models                  [XML and Json Models classes]
        - iTin.Resgistry    
          - iTin.Registry.Windows             [Windows Registry Calls] 
      - test
          - IIS.ConsoleApp                    [Console Test App]
          - IIS.FormsApp                      [Windows Forms Test App]