Skip to content

Commit

Permalink
Changing configuration for github releases
Browse files Browse the repository at this point in the history
- Changing update location to github releases
- Updating version to 0.4.1
- Updating release-checklist.md
  • Loading branch information
lawrab committed Mar 19, 2021
1 parent fc76569 commit f7d0c72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</assemblyBinding>
</runtime>
<appSettings>
<add key="UpdateLocation" value="d:\slipstream\Releases"/>
<add key="UpdateLocation" value="https://github.com/dennis/slipstream/releases"/>
</appSettings>
<userSettings>
<Slipstream.Properties.Settings>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]
[assembly: AssemblyVersion("0.4.1")]
[assembly: AssemblyFileVersion("0.4.1")]
[assembly: InternalsVisibleTo("Slipstream.UnitTests")]
10 changes: 6 additions & 4 deletions docs/release-checklist.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Release checklist

- Update `Properties/AssemblyInfo.cs`, changing the value of
`AssemblyInformationalVersionAttribute` to current version number
`AssemblyVersion` and `AssemblyFileVersion` to current version number
- Tag code with v**MAJOR**.**MINOR**.**PATCH**
- Update [CHANGELOG.md](../CHANGELOG.md): Change "next version" to the version
number, create a new "next version". Update the diff-links
- Build `setup.msi` (requires [Microsoft Visual Studio 2018 Installer
Projects](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects)),
rename it to `slipstream-vMAJOR.MINOR.PATCH.msi`
- Build Slipstream with the release target to create the next release and use
the files from the `Releases` folder to create the new release. Make sure to
copy all the *.nupkg files from the previous release so the delta updates from
Squirrel.Windows works as intended, otherwise it will do a full install for
every update.
- Github release: Create a new version using the v**MAJOR**.**MINOR**.**PATCH**
tag. In the description, link to the [CHANGELOG.md](../CHANGELOG.md) to the
description of the version.
Expand Down

0 comments on commit f7d0c72

Please sign in to comment.