Inhouse.Utils 1.0.0.6

dotnet add package Inhouse.Utils --version 1.0.0.6
NuGet\Install-Package Inhouse.Utils -Version 1.0.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Inhouse.Utils" Version="1.0.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Inhouse.Utils --version 1.0.0.6
#r "nuget: Inhouse.Utils, 1.0.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Inhouse.Utils as a Cake Addin
#addin nuget:?package=Inhouse.Utils&version=1.0.0.6

// Install Inhouse.Utils as a Cake Tool
#tool nuget:?package=Inhouse.Utils&version=1.0.0.6

Inhouse.Utils

Utils to .Net Apps by Inhouse

*Extension
string extensions
objects extension

*MSMQ
listener of msmq handle tps, and local or remote queue
sender of message

*Install Service
   installer of service

*Http
post and get

  Change Log
  *****************************
  V 1.0.0.5
  - Add string extension converters
 * ToInt, ToBool, ToDatetime, ToDouble, etc..
  - Add Json lib for parsing and serialization
  
  *****************************
  V 1.0.0.4
  - fix Installer service
  - add Extensions for objects and string
  
  *****************************
  V 1.0.0.3
  
  *****************************
  V 1.0.0.2
  - Fix bug minors
  
  *****************************
  V 1.0.0.1
  - Initial Relase!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.6 1,181 9/30/2016
1.0.0.5 1,137 10/26/2015
1.0.0.4 1,015 10/19/2015
1.0.0.3 1,189 10/18/2014
1.0.0.2 1,054 10/15/2014
1.0.0.1 1,040 10/15/2014
1.0.0 1,067 10/14/2014

Change Log
*****************************
  V 1.0.0.4
  - fix Installer service
  - add Extensions for objects and string
  
****************************
  V 1.0.0.3
  
*****************************
  V 1.0.0.2
  - Fix bug minors
  
*****************************
  V 1.0.0.1
  - Initial Relase!