Created separate version files for the client and libraries. The libraries have a...
authorpkanavos <pkanavos@gmail.com>
Thu, 5 Jul 2012 14:51:36 +0000 (17:51 +0300)
committerpkanavos <pkanavos@gmail.com>
Thu, 5 Jul 2012 14:51:36 +0000 (17:51 +0300)
trunk/CommonAssemblyVersion.cs [moved from trunk/Pithos.Client.WPF/Properties/AssemblyVersion.cs with 98% similarity]
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Interfaces/Pithos.Interfaces.csproj
trunk/Pithos.Network/Pithos.Network.csproj
trunk/Pithos.ShellExtensions/Pithos.ShellExtensions.csproj
trunk/Pithos.sln

similarity index 98%
rename from trunk/Pithos.Client.WPF/Properties/AssemblyVersion.cs
rename to trunk/CommonAssemblyVersion.cs
index 75a6407..50a15cd 100644 (file)
@@ -60,4 +60,4 @@ using System.Reflection;
 // 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("0.8.20704.5")]
+[assembly: AssemblyVersion("1.8.20704.5")]
index 70fd420..dca77ef 100644 (file)
       <DependentUpon>ProxyAccountView.xaml</DependentUpon>
     </Compile>
     <Compile Include="Preferences\ProxyAccountViewModel.cs" />
-    <Compile Include="Properties\AssemblyVersion.cs" />
     <Compile Include="Proxy.cs" />
     <Compile Include="Shell\AboutView.xaml.cs">
       <DependentUpon>AboutView.xaml</DependentUpon>
index 72ae9cd..6025ac6 100644 (file)
@@ -48,6 +48,8 @@ using System.Windows;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
+[assembly: AssemblyCompany("GRNET")]
+[assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")]
 [assembly: AssemblyProduct("Pithos+ Client for Windows")]
 [assembly: AssemblyTitle("Pithos+ Client for Windows")]
 [assembly: AssemblyDescription("Pithos+ Client for Windows")]
@@ -91,3 +93,5 @@ using System.Windows;
 // 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: AssemblyInformationalVersion("2012-07-03")]
+[assembly: AssemblyVersion("0.8.20704.5")]
index e011192..3d82aa9 100644 (file)
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\Pithos.Client.WPF\Properties\AssemblyVersion.cs">
+    <Compile Include="..\CommonAssemblyVersion.cs">
       <Link>AssemblyVersion.cs</Link>
     </Compile>
     <Compile Include="Agents\Agent.cs" />
index c345107..b49919e 100644 (file)
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\Pithos.Client.WPF\Properties\AssemblyVersion.cs">
+    <Compile Include="..\CommonAssemblyVersion.cs">
       <Link>AssemblyVersion.cs</Link>
     </Compile>
     <Compile Include="AccountSettings.cs" />
index 1484a84..0ede169 100644 (file)
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\Pithos.Client.WPF\Properties\AssemblyVersion.cs">
+    <Compile Include="..\CommonAssemblyVersion.cs">
       <Link>AssemblyVersion.cs</Link>
     </Compile>
     <Compile Include="AccountInfo.cs" />
index 320f2de..46868b6 100644 (file)
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\Pithos.Client.WPF\Properties\AssemblyVersion.cs">
+    <Compile Include="..\CommonAssemblyVersion.cs">
       <Link>AssemblyVersion.cs</Link>
     </Compile>
     <Compile Include="FileContext.cs" />
index c0e21e2..8606d31 100644 (file)
@@ -9,6 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pithos.Interfaces", "Pithos
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common Files", "Common Files", "{E5971C66-D274-4818-B1A2-3F273994027D}"
        ProjectSection(SolutionItems) = preProject
+               CommonAssemblyVersion.cs = CommonAssemblyVersion.cs
                Pithos.licenseheader = Pithos.licenseheader
                pithos.snk = pithos.snk
        EndProjectSection