diff --git a/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs b/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs index 86daeef..522a599 100644 --- a/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs +++ b/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs @@ -23,8 +23,8 @@ // 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("1.0.3")] -[assembly: AssemblyFileVersion("1.0.3")] +[assembly: AssemblyVersion("1.0.4")] +[assembly: AssemblyFileVersion("1.0.4")] [assembly: ComVisible(false)] //[assembly: NeutralResourcesLanguage("en")] diff --git a/src/PCLAppConfig.nuspec b/src/PCLAppConfig.nuspec index d3c0fcf..0da8a85 100644 --- a/src/PCLAppConfig.nuspec +++ b/src/PCLAppConfig.nuspec @@ -2,7 +2,7 @@ PCLAppConfig - 1.0.3 + 1.0.4 PCL AppConfig - Portable AppSettings Reader Ben Ishiyama-levy (Xamariners), Seyyed Soroosh Hosseinalipour Ben Ishiyama-levy (Xamariners) @@ -10,6 +10,7 @@ Cross platform Xamarin AppSettings reader + - 1.0.4: Correct UWP config searching based on exe name - 1.0.3: Fix UWP exe.config generating when using SlowCheetah - 1.0.2: Fix version problem in implementation assemblies - 1.0.1: updates - ios fix for app.config location