- Data:
- 2009-08-25 17:21:55 (17 years ago)
- Lokalizacja:
- trunk/BazaReklam
- Pliki:
-
- 5 zmodyfikowane
-
Baza Reklam.csproj (zmodyfikowane) (1 diff)
-
Classes/EmailSender.cs (zmodyfikowane) (2 diffs)
-
Docs/versioninfo.html (zmodyfikowane) (1 diff)
-
Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
app.config (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/Baza Reklam.csproj
r797 r820 33 33 <WebPage>index.htm</WebPage> 34 34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 35 <ApplicationVersion>1.1.2 5.0</ApplicationVersion>35 <ApplicationVersion>1.1.26.0</ApplicationVersion> 36 36 <BootstrapperEnabled>false</BootstrapperEnabled> 37 37 </PropertyGroup> -
trunk/BazaReklam/Classes/EmailSender.cs
r797 r820 55 55 //TODO: nothing what we can do now... 56 56 } 57 58 57 } 59 58 … … 115 114 client.SendAsync(message, null); 116 115 } 117 catch 116 catch(Exception ex) 118 117 { 119 //TODO: nothing what we can do now... 118 //Log the exception 119 Logger.LogException(ex, User.Instance().Login, DateTime.Now); 120 120 } 121 121 } -
trunk/BazaReklam/Docs/versioninfo.html
r798 r820 6 6 <body> 7 7 <h1>Baza reklam - Informacje o wersji</h1> 8 <div> 9 <a id="1.1.26" /> 10 <h2>Wersja 1.1.26 (2009-08-26)</h2> 11 <p>Opis zmian wprowadzonych do wersji 1.1.26</p> 12 <ul> 13 <li>Zgłoszenie #204: Dodano nowy tytuł: Auto Shopper.</li> 14 </ul> 15 </div> 8 16 <div> 9 17 <a id="1.1.25" /> -
trunk/BazaReklam/Properties/AssemblyInfo.cs
r797 r820 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.1.2 5")]32 [assembly: AssemblyFileVersion("1.1.26")] -
trunk/BazaReklam/app.config
r819 r820 8 8 <connectionStrings> 9 9 <clear /> 10 <add name="BAZA_REKLAM" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM _TEST;Persist Security Info=True"10 <add name="BAZA_REKLAM" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM;Persist Security Info=True" 11 11 providerName="System.Data.SqlClient" /> 12 12 </connectionStrings>
