Skip to content

Commit

Permalink
Set version to 2.8.3 (semver 28.3)
Browse files Browse the repository at this point in the history
The previous version number choice, 2.8.2.1, was a mistake, as there
were several changes, not just bug fixes
  • Loading branch information
qwertie committed Nov 16, 2020
1 parent cda2c47 commit d9ca3e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Core/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
// command to change the version number which, I guess, produces an incompatible
// assembly in the presence of strong names (strong naming prevents two assemblies
// from linking together without an exact match.)
[assembly: AssemblyVersion("2.8.2.1")]
[assembly: AssemblyFileVersion("2.8.2.1")]
[assembly: AssemblyVersion("2.8.3")]
[assembly: AssemblyFileVersion("2.8.3")]
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.8.2.{build}
version: 2.8.3.{build}

# Try to fix "The project file ... is not supported by MSBuild and cannot be built."
image: Visual Studio 2019
Expand All @@ -14,7 +14,7 @@ before_build:
build_script:
# First, set some environment variables.
# SEMVER is set manually. Not sure how this can be automated.
- set SEMVER=28.2.1
- set SEMVER=28.3.0
- echo %APPVEYOR_REPO_TAG%
# Build packages as SEMVER-ci{build}
- ps: if ($env:APPVEYOR_REPO_TAG -eq $True) { $env:PKG_VERSION = $env:SEMVER; } else { $env:PKG_VERSION = "$($env:SEMVER)-ci$($env:APPVEYOR_BUILD_NUMBER)"; }
Expand Down

0 comments on commit d9ca3e1

Please sign in to comment.