Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Dec 13, 2021
1 parent 13a6db6 commit bb6cb48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/SqlNotebook.wxs
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?define ProductVersion = "0.6.0"?>
<?define ProductVersion = "1.0.0"?>
<?define ProductUpgradeCode = "1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product
Expand All @@ -15,7 +15,7 @@
Compressed="yes"
Platform="x64"
Description="SQL Notebook"
Comments="Environment for ad-hoc exploration and manipulation of tabular data."
Comments="Casual data exploration in SQL."
/>

<!-- https://stackoverflow.com/a/597060 -->
Expand Down
2 changes: 1 addition & 1 deletion src/SqlNotebook/Properties/AssemblyInfo.cs
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("1.0.0.0")]

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

0 comments on commit bb6cb48

Please sign in to comment.