Skip to content

Commit

Permalink
Prerelease versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Sep 2, 2024
1 parent 92a9b8d commit d004c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
init:
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { $env:TAG_VERSION = "$env:APPVEYOR_REPO_TAG_NAME.$env:APPVEYOR_BUILD_NUMBER" } else { $env:TAG_VERSION = "v2.1.0.$env:APPVEYOR_BUILD_NUMBER-alpha" }
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { $env:TAG_VERSION = "$env:APPVEYOR_REPO_TAG_NAME.$env:APPVEYOR_BUILD_NUMBER" } else { $env:TAG_VERSION = "v2.2.0.$env:APPVEYOR_BUILD_NUMBER-alpha" }
- ps: $env:TAG_VERSION = $env:TAG_VERSION -replace 'v',''
- ps: Write-Host "Setting version to '$env:TAG_VERSION'"
- ps: Update-AppveyorBuild -Version "$env:TAG_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project>
<PropertyGroup>
<Version>2.1.0.0</Version>
<Version>2.2.0.0</Version>
<Product>LibreMetaverse</Product>
<Authors>Sjofn LLC, OpenMetaverse Developers</Authors>
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017. Copyright © Sjofn LLC 2018-2024. All rights reserved.</Copyright>
<Trademark>LibreMetaverse is a trademark of Sjofn LLC.</Trademark>
<Company>Sjofn LLC</Company>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>2.0.0.0</PackageVersion>
<PackageVersion>2.2.0.0</PackageVersion>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand Down

0 comments on commit d004c4f

Please sign in to comment.