Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Aug 15, 2016
1 parent cf71631 commit b8959a6
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/SqlNotebook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("1.0.0.0")]

// this is Application.ProductVersion
[assembly: AssemblyFileVersion("0.5")]
[assembly: AssemblyFileVersion("0.6")]
4 changes: 1 addition & 3 deletions src/SqlNotebook/SqlNotebook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<WebPage>publish.html</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.5.0.0</ApplicationVersion>
<ApplicationVersion>0.6.0.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -458,8 +458,6 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -NonInteractive -Command .'$(ProjectDir)Resources\generate-sqlite-doc-zip.ps1'


</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
Expand Down
27 changes: 26 additions & 1 deletion src/generate-release.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Before running this script, publish the ClickOnce installer in Visual Studio.
# Release procedure:
# - Switch to Release build configuration
# - Delete "echo" in post-build event for running signtool
# - Delete src\SqlNotebook\Resources\sqlite-doc.zip
# - Delete publish\
# - Bump AssemblyFileVersion in src\SqlNotebook\Properties\AssemblyInfo.cs
# - Bump publish version in project properties under Publish
# - Rebuild
# - Verify version, signature, and signature timestamp in Release\SqlNotebook.exe
# - Run Release\SqlNotebook.exe to test
# - Publish
# - Run src\generate-release.ps1
# - Update web\download.md with new version and date
# - Delete web\site\
# - Run web\generate-site.ps1
# - Open S3 Management Console in sqlnotebook.com bucket
# - Upload publish\SqlNotebook_X_X_X_X.zip to sqlnotebook.com/install. Make public.
# - Upload publish\Application Files\SqlNotebook_X_X_X_X. Make public.
# - Upload publish\SqlNotebook.application and setup.exe. Make public.
# - Upload web\site. Make public.
# - Replace "echo" in post-build event for running signtool
# - Commit changes using commit message "Version X.X"
# - Push origin master
# - Make release on GitHub

# Before running this script, publish the ClickOnce installer in Visual Studio.
# ..\publish\ will be populated.

# Re-sign setup.exe so it has a timestamp (VS already signed it, but without a timestamp)
Expand Down
6 changes: 3 additions & 3 deletions web/download.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Download & Install

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).
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).
<br><br>

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

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

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.
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.
<br><br>

### Instructions

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:
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:

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

Expand Down

0 comments on commit b8959a6

Please sign in to comment.