From 1db6430dae96f555583b54ea5e7b101220e1fe54 Mon Sep 17 00:00:00 2001 From: PulsarBlow Date: Mon, 2 Mar 2015 15:16:56 +0100 Subject: [PATCH] Version increment Signed-off-by: PulsarBlow --- GlobalAssemblyInfos.cs | 8 ++++---- LICENCE | 2 +- README.md | 7 ++++++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/GlobalAssemblyInfos.cs b/GlobalAssemblyInfos.cs index a8c0430..9c43aa9 100644 --- a/GlobalAssemblyInfos.cs +++ b/GlobalAssemblyInfos.cs @@ -2,7 +2,7 @@ [assembly: AssemblyProduct("SuperMassive")] [assembly: AssemblyCompany("PulsarBlow")] -[assembly: AssemblyCopyright("Copyright © PulsarBlow 2014")] +[assembly: AssemblyCopyright("Copyright © PulsarBlow 2015")] [assembly: AssemblyTrademark("SuperMassive")] #if DEBUG @@ -11,6 +11,6 @@ [assembly: AssemblyConfiguration("Release")] #endif -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] -[assembly: AssemblyInformationalVersion("1.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyInformationalVersion("1.3.0")] \ No newline at end of file diff --git a/LICENCE b/LICENCE index 6d3492d..7da2e22 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 PulsarBlow (A.M) +Copyright (c) 2015 PulsarBlow (A.M) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a5c67ed..994f0bb 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,15 @@ SuperMassive is a small condensed framework of reusable .NET components and util ### Version -Current : 1.2.0 +Current : 1.3.0 ### Projects descriptions * **SuperMassive** : Core features - SuperMassive swiss army knife! * **SuperMassive.Fakers** : A suit of data fakers to feed your hungry unit tests with "almost" real data. +* **SuperMassive.Logging** : A set of abstract and base logging components +* **SuperMassive.Logging.AzureTable** : A concrete implementation of the logging facade for Azure Table + ### Installation @@ -20,6 +23,8 @@ Pick the features you want by installing the corresponding NuGet package : ```ÃŒnstall-Package SuperMassive``` ```ÃŒnstall-Package SuperMassive.Fakers``` +```ÃŒnstall-Package SuperMassive.Logging``` +```ÃŒnstall-Package SuperMassive.Logging.AzureTable``` etc.. If you want the prerelease nugets, dont forget to select *Include prerelease* in the nuget manager window or add ```-Pre``` to your Install Package command.