Skip to content

Commit b8959a6

Browse files
committed
Version 0.6
1 parent cf71631 commit b8959a6

File tree

4 files changed

+31
-8
lines changed

4 files changed

+31
-8
lines changed

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.5")]
38+
[assembly: AssemblyFileVersion("0.6")]

src/SqlNotebook/SqlNotebook.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<WebPage>publish.html</WebPage>
3535
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
3636
<ApplicationRevision>0</ApplicationRevision>
37-
<ApplicationVersion>0.5.0.0</ApplicationVersion>
37+
<ApplicationVersion>0.6.0.0</ApplicationVersion>
3838
<UseApplicationTrust>true</UseApplicationTrust>
3939
<PublishWizardCompleted>true</PublishWizardCompleted>
4040
<BootstrapperEnabled>true</BootstrapperEnabled>
@@ -458,8 +458,6 @@
458458
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
459459
<PropertyGroup>
460460
<PreBuildEvent>C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -NonInteractive -Command .'$(ProjectDir)Resources\generate-sqlite-doc-zip.ps1'
461-
462-
463461
</PreBuildEvent>
464462
</PropertyGroup>
465463
<PropertyGroup>

src/generate-release.ps1

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
# Before running this script, publish the ClickOnce installer in Visual Studio.
1+
# Release procedure:
2+
# - Switch to Release build configuration
3+
# - Delete "echo" in post-build event for running signtool
4+
# - Delete src\SqlNotebook\Resources\sqlite-doc.zip
5+
# - Delete publish\
6+
# - Bump AssemblyFileVersion in src\SqlNotebook\Properties\AssemblyInfo.cs
7+
# - Bump publish version in project properties under Publish
8+
# - Rebuild
9+
# - Verify version, signature, and signature timestamp in Release\SqlNotebook.exe
10+
# - Run Release\SqlNotebook.exe to test
11+
# - Publish
12+
# - Run src\generate-release.ps1
13+
# - Update web\download.md with new version and date
14+
# - Delete web\site\
15+
# - Run web\generate-site.ps1
16+
# - Open S3 Management Console in sqlnotebook.com bucket
17+
# - Upload publish\SqlNotebook_X_X_X_X.zip to sqlnotebook.com/install. Make public.
18+
# - Upload publish\Application Files\SqlNotebook_X_X_X_X. Make public.
19+
# - Upload publish\SqlNotebook.application and setup.exe. Make public.
20+
# - Upload web\site. Make public.
21+
# - Replace "echo" in post-build event for running signtool
22+
# - Commit changes using commit message "Version X.X"
23+
# - Push origin master
24+
# - Make release on GitHub
25+
26+
# Before running this script, publish the ClickOnce installer in Visual Studio.
227
# ..\publish\ will be populated.
328

429
# Re-sign setup.exe so it has a timestamp (VS already signed it, but without a timestamp)

web/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Download & Install
22

3-
The current version is **0.5** and was released on **April 25, 2016**. SQL Notebook requires a 64-bit computer running Windows 7 or higher. This software is open source ([MIT license](license.html)) and available free of charge. [View the release history on GitHub](https://github.com/electroly/sqlnotebook/releases).
3+
The current version is **0.6** and was released on **August 14, 2016**. SQL Notebook requires a 64-bit computer running Windows 7 or higher. This software is open source ([MIT license](license.html)) and available free of charge. [View the release history on GitHub](https://github.com/electroly/sqlnotebook/releases).
44
<br><br>
55

66
### [Download Installer .EXE (preferred)](https://sqlnotebook.com/install/setup.exe)
@@ -10,12 +10,12 @@ This is a [ClickOnce](https://en.wikipedia.org/wiki/ClickOnce) installer. It wi
1010

1111
### [Download Portable .ZIP](https://sqlnotebook.com/install/SqlNotebook_0_5_0_0.zip)
1212

13-
This portable app does not require installation. You must already have [.NET Framework 4.6](https://www.microsoft.com/en-us/download/details.aspx?id=49981) and the [Visual C++ 2015 runtime](https://www.microsoft.com/en-us/download/details.aspx?id=48145) installed. This version of SQL Notebook will *not* check for updates. Come back to this page to download new versions.
13+
This portable app does not require installation. You must already have [.NET Framework 4.6](https://www.microsoft.com/en-us/download/details.aspx?id=53345) installed. This version of SQL Notebook will *not* check for updates. Come back to this page to download new versions.
1414
<br><br>
1515

1616
### Instructions
1717

18-
Because SQL Notebook is a fresh new application that Microsoft has not seen before, the installation may trigger a Windows SmartScreen block. These prompts will eventually go away as Microsoft registers more downloads for the application. Until then, the prompt can be bypassed:
18+
Because SQL Notebook is a fresh new application that Microsoft has not seen before, the installation may trigger a Windows SmartScreen prompt. These prompts will eventually go away as Microsoft registers more downloads for the application. Until then, the prompt can be bypassed:
1919

2020
<img src="art/smartscreen.gif" style="float: right; margin-left: 30px; margin-top: -10px;">
2121

0 commit comments

Comments
 (0)