Skip to content

Commit bb6cb48

Browse files
committed
Version 1.0.0
1 parent 13a6db6 commit bb6cb48

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/SqlNotebook.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<?define ProductVersion = "0.6.0"?>
2+
<?define ProductVersion = "1.0.0"?>
33
<?define ProductUpgradeCode = "1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4"?>
44
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
55
<Product
@@ -15,7 +15,7 @@
1515
Compressed="yes"
1616
Platform="x64"
1717
Description="SQL Notebook"
18-
Comments="Environment for ad-hoc exploration and manipulation of tabular data."
18+
Comments="Casual data exploration in SQL."
1919
/>
2020

2121
<!-- https://stackoverflow.com/a/597060 -->

src/SqlNotebook/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636

3737
// this is Application.ProductVersion
38-
[assembly: AssemblyFileVersion("0.6.0")]
38+
[assembly: AssemblyFileVersion("1.0.0")]

0 commit comments

Comments
 (0)