Skip to content

Commit

Permalink
Version up to 0.5 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdii committed Aug 12, 2016
1 parent 1c278b6 commit 7c8fad3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Garuda.Data.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.*")]
[assembly: AssemblyVersion("0.5.*")]
4 changes: 2 additions & 2 deletions Garuda.Data/Garuda.Data.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>$version$-alpha</version>
<version>$version$-beta</version>
<title>$title$</title>
<authors>Daniel Dittenhafer</authors>
<owners>$author$</owners>
Expand All @@ -14,7 +14,7 @@
<releaseNotes>
Ultra Alpha
* PhoenixCommand::Explain, PhoenixCommand::GetTables methods added
* Fixed GetSchemaTable column data types
* Fixed GetSchemaTable column data types, compatible with DataGridView
* Tested against Hortonworks HDP 2.4 (HBASE 1.1.2 / Phoenix 4.4)
* Improved async handling with UI threads.
* PhoenixDataReader::GetSchemaTable and support for DataTable::Load
Expand Down
2 changes: 1 addition & 1 deletion Garuda.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.*")]
[assembly: AssemblyVersion("0.5.*")]
2 changes: 1 addition & 1 deletion GarudaUtil/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.*")]
[assembly: AssemblyVersion("0.5.*")]

0 comments on commit 7c8fad3

Please sign in to comment.