Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/flagbug/Lager
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Nov 13, 2014
2 parents 743c040 + cd2c589 commit edfcd0e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
Binary file added Lager/Lager.0.4.2.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion Lager/Lager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Lager</RootNamespace>
<AssemblyName>Lager</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
Expand Down
6 changes: 3 additions & 3 deletions Lager/Lager.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>0.4.1</version>
<version>0.4.2</version>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -17,7 +17,7 @@
<copyright>Copyright Dennis Daume 2014</copyright>
</metadata>
<files>
<file src="bin\Release\Lager.dll" target="lib\portable-net45+wp8+win8+monoandroid+monotouch\Lager.dll" />
<file src="bin\Release\Lager.xml" target="lib\portable-net45+wp8+win8+monoandroid+monotouch\Lager.xml" />
<file src="bin\Release\Lager.dll" target="lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Lager.dll" />
<file src="bin\Release\Lager.xml" target="lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Lager.xml" />
</files>
</package>
4 changes: 2 additions & 2 deletions Lager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.1")]
[assembly: AssemblyFileVersion("0.4.1")]
[assembly: AssemblyVersion("0.4.2")]
[assembly: AssemblyFileVersion("0.4.2")]
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Later versions will also include some type of migration system, for renaming and

# Installation

The .NET 4.5, WP8 and WinRT version is available on [NuGet](https://www.nuget.org/packages/Lager/)

The Xamarin.Android & Xamarin.iOS versions can be manually downloaded in the [Releases section](https://github.com/flagbug/Lager/releases)
Lager is available on [NuGet](https://www.nuget.org/packages/Lager/)

# Usage

Expand Down

0 comments on commit edfcd0e

Please sign in to comment.