Skip to content

Commit 35b1664

Browse files
Bump version to 0.8.24 for release; add Changelog.md.
1 parent aae4cb2 commit 35b1664

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DbgShell Changelog
2+
3+
Note that this changelog does not list every change (see the commit history for that).
4+
5+
## v0.8.24-beta
6+
* Handled a few error cases when displaying stacks with managed frames.
7+
8+
## v0.8.22-beta
9+
* First binary release of DbgShell.
10+

Contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ follow:
148148

149149
1. When ready to make a release set the version number in `VersionInfo.csproj` to an
150150
"official release" number (see details about the version numbering convention above).
151+
1. Update Changelog.md.
151152
1. Make sure that your git status is clean--you can have untracked files, but you don't
152153
want to have modified files, else the bits will get marked as "private" builds. (plus
153154
the build won't be reproducible by anybody else!) Make sure tests pass for all

DbgShell.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbgProvider", "DbgProvider\
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{966BC7EC-3FC5-4EB3-9155-19ADD3DC3B19}"
1111
ProjectSection(SolutionItems) = preProject
12+
Changelog.md = Changelog.md
1213
Contributing.md = Contributing.md
1314
ReadMe.md = ReadMe.md
1415
ResourcesTransform.xslt = ResourcesTransform.xslt

VersionInfo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<FileVersion>0.8.23.0</FileVersion>
4+
<FileVersion>0.8.24.0</FileVersion>
55
<ProductName>DbgShell</ProductName>
66
<ProductVersion>0.8</ProductVersion>
77
<AdditionalProductVersionText Condition="Exists('$(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt')">$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)\AdditionalProductVersionText.txt).Trim())</AdditionalProductVersionText>

0 commit comments

Comments
 (0)