Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7616


Ignore:
Timestamp:
03/15/12 10:45:21 (12 years ago)
Author:
ascheibe
Message:

#1648 updated geoip library to latest version

Location:
branches/ClientUserManagement/HeuristicLab.GeoIP/1.12
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/HeuristicLab.GeoIP.csproj

    r7367 r7616  
    6161    </Compile>
    6262    <None Include="app.config" />
    63     <None Include="GeoIP201109.dat">
     63    <None Include="GeoIP.dat">
    6464      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    6565    </None>
  • branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/Settings.Designer.cs

    r6927 r7616  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.237
     4//     Runtime Version:4.0.30319.530
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("GeoIP201109.dat")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("GeoIP.dat")]
    2929        public string DatabasePath {
    3030            get {
  • branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/Settings.settings

    r6927 r7616  
    44  <Settings>
    55    <Setting Name="DatabasePath" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">GeoIP201109.dat</Value>
     6      <Value Profile="(Default)">GeoIP.dat</Value>
    77    </Setting>
    88  </Settings>
  • branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/app.config

    r6927 r7616  
    99        <HeuristicLab.GeoIP.Settings>
    1010            <setting name="DatabasePath" serializeAs="String">
    11                 <value>GeoIP201109.dat</value>
     11                <value>GeoIP.dat</value>
    1212            </setting>
    1313        </HeuristicLab.GeoIP.Settings>
Note: See TracChangeset for help on using the changeset viewer.