We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a6db6 commit bb6cb48Copy full SHA for bb6cb48
2 files changed
src/SqlNotebook.wxs
@@ -1,5 +1,5 @@
1
<?xml version="1.0"?>
2
-<?define ProductVersion = "0.6.0"?>
+<?define ProductVersion = "1.0.0"?>
3
<?define ProductUpgradeCode = "1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4"?>
4
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
5
<Product
@@ -15,7 +15,7 @@
15
Compressed="yes"
16
Platform="x64"
17
Description="SQL Notebook"
18
- Comments="Environment for ad-hoc exploration and manipulation of tabular data."
+ Comments="Casual data exploration in SQL."
19
/>
20
21
<!-- https://stackoverflow.com/a/597060 -->
src/SqlNotebook/Properties/AssemblyInfo.cs
@@ -35,4 +35,4 @@
35
[assembly: AssemblyVersion("1.0.0.0")]
36
37
// this is Application.ProductVersion
38
-[assembly: AssemblyFileVersion("0.6.0")]
+[assembly: AssemblyFileVersion("1.0.0")]
0 commit comments