diff --git a/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs b/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs index 522a599..d581103 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.4")] -[assembly: AssemblyFileVersion("1.0.4")] +[assembly: AssemblyVersion("1.0.7")] +[assembly: AssemblyFileVersion("1.0.7")] [assembly: ComVisible(false)] //[assembly: NeutralResourcesLanguage("en")] diff --git a/src/PCLAppConfig.nuspec b/src/PCLAppConfig.nuspec index 0da8a85..720007e 100644 --- a/src/PCLAppConfig.nuspec +++ b/src/PCLAppConfig.nuspec @@ -2,7 +2,7 @@ PCLAppConfig - 1.0.4 + 1.0.7 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.7: Correct Assembly version - 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