diff --git a/Humanizer.nuspec b/Humanizer.nuspec index 63cd1cdad..2481666b6 100644 --- a/Humanizer.nuspec +++ b/Humanizer.nuspec @@ -11,5 +11,14 @@ A framework that turns your normal strings, type names, enums and DateTime into a human friendly format and provides human friendly API for DateTime, TimeSpan etc Copyright 2012-2013 Mehdi Khalili https://github.com/MehdiK/Humanizer/blob/master/LICENSE + + In this version we changed the library to Portable Class Library. There are no breaking changes. + + + + + + + \ No newline at end of file diff --git a/Packages.build b/Packages.build index 807104dd0..7bcc9f78f 100644 --- a/Packages.build +++ b/Packages.build @@ -54,7 +54,7 @@ - + diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index 31f1a7fb3..219c09294 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -26,7 +26,7 @@ DEBUG;TRACE prompt 4 - bin\Debug\Humanizer.XML + bin\Debug\Humanizer.xml @@ -37,7 +37,7 @@ TRACE prompt 4 - bin\Release\Humanizer.XML + bin\Release\Humanizer.xml 1591 @@ -56,7 +56,7 @@ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules true 1591 - bin\Release\Humanizer.XML + bin\Release\Humanizer.xml true @@ -67,6 +67,7 @@ +