Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
Signed-off-by: PulsarBlow <pulsarblow@gmail.com>
  • Loading branch information
PulsarBlow committed Mar 2, 2015
1 parent bf668cf commit 1db6430
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions GlobalAssemblyInfos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 1db6430

Please sign in to comment.