Skip to content

Commit

Permalink
Bump version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 29, 2023
1 parent abb03ee commit 57415e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# - Section names should be unique on each level.

# Don't edit manually! Use `build.bat version` command instead!
version: 0.0.9-build-0{build}
version: 0.0.10-build-0{build}

os: Visual Studio 2019
os: Visual Studio 2022

#---------------------------------#
# environment configuration #
Expand Down
4 changes: 2 additions & 2 deletions nuspecs/stdump.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/odinserj/stdump/blob/master/LICENSE.txt</licenseUrl>
<description>Explore stack trace of a running managed process without downtime, or from a minidump file</description>
<copyright>Copyright © 2016 Hangfire OÜ</copyright>
<copyright>Copyright © 2016-2023 Hangfire OÜ</copyright>
<tags>diagnostics stacktrace minidump process clrmd</tags>
<releaseNotes>http://hangfire.io/blog/
<releaseNotes>https://hangfire.io/blog/

0.0.1 – Initial Release
</releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("0.0.9")]
[assembly: AssemblyInformationalVersion("0.0.9")]
// Please don't edit manually, use the `build.bat version` command instead
[assembly: AssemblyVersion("0.0.10")]
[assembly: AssemblyInformationalVersion("0.0.10")]

0 comments on commit 57415e5

Please sign in to comment.