Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdii committed Aug 24, 2016
1 parent fbef15d commit d8a67df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Garuda.Data/Garuda.Data.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<description>A .NET Framework System.Data implementation for Apache Phoenix including IDbConnection, IDbCommand, IDbTransaction and IDbDataReader.</description>
<releaseNotes>
Beta
* Added broken connection state handling
* PhoenixDataReader::FieldCount and HasRows handle no results set gracefully
* PhoenixConnection broken connection state handling
* PhoenixDataReader::FieldCount and HasRows handle no result set gracefully
* PhoenixDataReader:RecordsAffected available when ExecuteDataReader used for UPSERT statements.
* PhoenixCommand::Explain, PhoenixConnection::GetTables methods added
* Fixed GetSchemaTable column data types, compatible with DataGridView
Expand Down
6 changes: 3 additions & 3 deletions GarudaUtil/GarudaQuery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://dwdii.github.io/apps/</InstallUrl>
<InstallUrl>http://dwdii.github.io/apps/GarudaQuery/</InstallUrl>
<ProductName>Garuda Query</ProductName>
<PublisherName>Daniel Dittenhafer</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>0.5.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down

0 comments on commit d8a67df

Please sign in to comment.