Revision 7059b7a2

b/trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
9 9
    <OutputType>WinExe</OutputType>
10 10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11 11
    <RootNamespace>Pithos.Client.WPF</RootNamespace>
12
    <AssemblyName>Pithos</AssemblyName>
12
    <AssemblyName>PithosPlus</AssemblyName>
13 13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 15
    <FileAlignment>512</FileAlignment>
b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
93 93
// You can specify all the values or you can default the Build and Revision Numbers 
94 94
// by using the '*' as shown below:
95 95
// [assembly: AssemblyVersion("1.0.*")]
96
[assembly: AssemblyVersion("0.7.20308.0")]
97
[assembly: AssemblyFileVersionAttribute("0.7.20308.0")]
96
[assembly: AssemblyVersion("0.7.20307.0")]
97
[assembly: AssemblyFileVersionAttribute("0.7.20307.0")]
b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
322 322
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
323 323
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
324 324
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
325
        [global::System.Configuration.DefaultSettingValueAttribute("https://raw.github.com/pkanavos/PithosUpdateTest/master/versioninfo.xml")]
325
        [global::System.Configuration.DefaultSettingValueAttribute("https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/t" +
326
            "runk/Pithos.Installer/versioninfo.xml")]
326 327
        public string UpdateUrl {
327 328
            get {
328 329
                return ((string)(this["UpdateUrl"]));
b/trunk/Pithos.Client.WPF/Properties/Settings.settings
81 81
      <Value Profile="(Default)">00:01:00</Value>
82 82
    </Setting>
83 83
    <Setting Name="UpdateUrl" Type="(Web Service URL)" Scope="Application">
84
      <Value Profile="(Default)">https://raw.github.com/pkanavos/PithosUpdateTest/master/versioninfo.xml</Value>
84
      <Value Profile="(Default)">https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/trunk/Pithos.Installer/versioninfo.xml</Value>
85 85
    </Setting>
86 86
    <Setting Name="UpdateDiagnostics" Type="System.Boolean" Scope="User">
87 87
      <Value Profile="(Default)">False</Value>
b/trunk/Pithos.Client.WPF/app.config
141 141
    <value>https://pithos.dev.grnet.gr</value>
142 142
   </setting>
143 143
   <setting name="UpdateUrl" serializeAs="String">
144
    <value>https://raw.github.com/pkanavos/PithosUpdateTest/master/versioninfo.xml</value>
144
    <value>https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/trunk/Pithos.Installer/versioninfo.xml</value>
145 145
   </setting>
146 146
   <setting name="FileIdleTimeout" serializeAs="String">
147 147
    <value>00:00:10</value>

Also available in: Unified diff