Sfoglia il codice sorgente

Fix version mismatch.

Stephen Damm 6 anni fa
parent
commit
9a086c7772
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      SongBrowserPlugin/Properties/AssemblyInfo.cs

+ 2 - 2
SongBrowserPlugin/Properties/AssemblyInfo.cs

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.0.5")]
-[assembly: AssemblyFileVersion("3.0.5")]
+[assembly: AssemblyVersion("3.0.6")]
+[assembly: AssemblyFileVersion("3.0.6")]