Skip to content

Commit

Permalink
Correct assembly versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Jul 10, 2022
1 parent aabcc4c commit fb9b45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

3 changes: 2 additions & 1 deletion src/PCLAppConfig.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<package >
<metadata>
<id>PCLAppConfig</id>
<version>1.0.4</version>
<version>1.0.7</version>
<title>PCL AppConfig - Portable AppSettings Reader</title>
<authors>Ben Ishiyama-levy (Xamariners), Seyyed Soroosh Hosseinalipour</authors>
<owners>Ben Ishiyama-levy (Xamariners)</owners>
<description>
Cross platform Xamarin AppSettings reader
</description>
<releaseNotes>
- 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
Expand Down

0 comments on commit fb9b45e

Please sign in to comment.