Skip to content

Commit edfcd0e

Browse files
committed
Merge branch 'master' of https://github.com/flagbug/Lager
2 parents 743c040 + cd2c589 commit edfcd0e

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

Lager/Lager.0.4.2.nupkg

7.43 KB
Binary file not shown.

Lager/Lager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>Lager</RootNamespace>
1212
<AssemblyName>Lager</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
14+
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1717
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>

Lager/Lager.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<version>0.4.1</version>
4+
<version>0.4.2</version>
55
<authors>Dennis Daume</authors>
66
<owners>Dennis Daume</owners>
77
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -17,7 +17,7 @@
1717
<copyright>Copyright Dennis Daume 2014</copyright>
1818
</metadata>
1919
<files>
20-
<file src="bin\Release\Lager.dll" target="lib\portable-net45+wp8+win8+monoandroid+monotouch\Lager.dll" />
21-
<file src="bin\Release\Lager.xml" target="lib\portable-net45+wp8+win8+monoandroid+monotouch\Lager.xml" />
20+
<file src="bin\Release\Lager.dll" target="lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Lager.dll" />
21+
<file src="bin\Release\Lager.xml" target="lib\portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Lager.xml" />
2222
</files>
2323
</package>

Lager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
//
2020
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
2121
// as shown below: [assembly: AssemblyVersion("1.0.*")]
22-
[assembly: AssemblyVersion("0.4.1")]
23-
[assembly: AssemblyFileVersion("0.4.1")]
22+
[assembly: AssemblyVersion("0.4.2")]
23+
[assembly: AssemblyFileVersion("0.4.2")]

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Later versions will also include some type of migration system, for renaming and
99

1010
# Installation
1111

12-
The .NET 4.5, WP8 and WinRT version is available on [NuGet](https://www.nuget.org/packages/Lager/)
13-
14-
The Xamarin.Android & Xamarin.iOS versions can be manually downloaded in the [Releases section](https://github.com/flagbug/Lager/releases)
12+
Lager is available on [NuGet](https://www.nuget.org/packages/Lager/)
1513

1614
# Usage
1715

0 commit comments

Comments
 (0)