Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
call me maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Dec 3, 2019
1 parent 0c06389 commit 6d8cbf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SpeckleCore/SpeckleCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<PackageProjectUrl>https://speckle.works</PackageProjectUrl>
<RepositoryUrl>https://github.com/speckleworks/SpeckleCore</RepositoryUrl>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.0.0.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ init:
$arr = $spl.split(".")
$major = $arr[0]
$minor = $arr[1]
Update-AppveyorBuild -Version "$major.$minor.$Env:APPVEYOR_BUILD_VERSION"
$build = $arr[2]
Update-AppveyorBuild -Version "$major.$minor.$build.$Env:APPVEYOR_BUILD_VERSION"
$env:CLEANTAG=$spl
}
Write-Host "Hello. Build version is: $Env:APPVEYOR_BUILD_VERSION; Clean Tag: $Env:CLEANTAG."
Expand Down

0 comments on commit 6d8cbf4

Please sign in to comment.