Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antônio José Medeiros Schneider Júnior committed Mar 16, 2021
1 parent f5c8f07 commit 0832734
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Demo/Demo.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
<SanitizedProjectName>Demo</SanitizedProjectName>
<VerInfo_Locale>1046</VerInfo_Locale>
<VerInfo_Keys>CompanyName=Antônio José Medeiros Schneider Júnior;FileDescription=$(MSBuildProjectName);FileVersion=1.2021.3.15;InternalName=;LegalCopyright=Antônio José Medeiros Schneider Júnior;LegalTrademarks=;OriginalFilename=;ProgramID=com.ajms.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=https://github.com/antoniojmsjr/IPGeoLocation</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Antônio José Medeiros Schneider Júnior;FileDescription=$(MSBuildProjectName);FileVersion=1.2021.3.15;InternalName=;LegalCopyright=Antônio José Medeiros Schneider Júnior;LegalTrademarks=;OriginalFilename=;ProgramID=com.ajms.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1.0;Comments=https://github.com/antoniojmsjr/IPGeoLocation</VerInfo_Keys>
<Custom_Styles>&quot;Iceberg Classico|VCLSTYLE|$(BDSCOMMONDIR)\Styles\IcebergClassico.vsf&quot;</Custom_Styles>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MinorVer>2021</VerInfo_MinorVer>
Expand Down
Binary file modified Demo/Demo.res
Binary file not shown.
4 changes: 2 additions & 2 deletions Demo/Main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ object frmMain: TfrmMain
object rstClientGetIP: TRESTClient
BaseURL = 'https://api.ipgeolocation.io/getip'
Params = <>
Left = 112
Top = 31
Left = 80
Top = 71
end
object rstRequestGetIP: TRESTRequest
Client = rstClientGetIP
Expand Down
4 changes: 2 additions & 2 deletions IPGeolocation.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
<VerInfo_Locale>1046</VerInfo_Locale>
<VerInfo_Keys>CompanyName=Antônio José Medeiros Schneider Júnior;FileDescription=$(MSBuildProjectName);FileVersion=1.2021.3.15;InternalName=;LegalCopyright=Antônio José Medeiros Schneider Júnior;LegalTrademarks=;OriginalFilename=;ProgramID=com.ajms.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=https://github.com/antoniojmsjr/IPGeoLocation</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Antônio José Medeiros Schneider Júnior;FileDescription=$(MSBuildProjectName);FileVersion=1.2021.3.15;InternalName=;LegalCopyright=Antônio José Medeiros Schneider Júnior;LegalTrademarks=;OriginalFilename=;ProgramID=com.ajms.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1.0;Comments=https://github.com/antoniojmsjr/IPGeoLocation</VerInfo_Keys>
<DCC_Description>IP Geolocation v1.0</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
Expand All @@ -105,7 +105,7 @@
<VerInfo_MinorVer>2021</VerInfo_MinorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Build>15</VerInfo_Build>
</PropertyGroup>
<DCC_UnitSearchPath>modules\.dcp;modules\.dcu;$(DCC_UnitSearchPath);modules</DCC_UnitSearchPath></PropertyGroup>
<PropertyGroup Condition="'$(Base_Android)'!=''">
<DCC_CBuilderOutput>None</DCC_CBuilderOutput>
<EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-gcm-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars>
Expand Down
2 changes: 1 addition & 1 deletion boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2020-12-22T19:19:19.7600539-03:00",
"updated": "2021-03-16T00:38:10.38469-03:00",
"installedModules": {}
}
6 changes: 3 additions & 3 deletions boss.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "IPGeoLocation",
"description": "Biblioteca de geolocalização por IP.",
"version": "1.0.0",
"description": "Biblioteca de geolocalização por IP em Delphi.",
"version": "1.1.0",
"homepage": "https://github.com/antoniojmsjr/IPGeoLocation",
"mainsrc": "Source",
"mainsrc": "Source/",
"projects": [],
"dependencies": {}
}

0 comments on commit 0832734

Please sign in to comment.