Skip to content

Commit e7d4f54

Browse files
committed
switchig to 201x.y.z versioning, to match Revit API level
1 parent 2252f3f commit e7d4f54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cache:
2121
- '%LocalAppData%\NuGet\v3-cache' # NuGet v3
2222

2323
# Version format
24-
version: 1.2.1.{build}
24+
version: 2017.2.3.{build}
2525

2626
environment:
2727
VERSION_SIMPLE: '{version}'

src/Revit.Toolkit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<AssemblyName>Revit.Toolkit</AssemblyName>
99
<PackageId>CodeCave.Revit.Toolkit</PackageId>
1010
<RootNamespace>CodeCave.Revit.Toolkit</RootNamespace>
11-
<Version>1.2.1-beta</Version>
12-
<AssemblyVersion>1.2.1</AssemblyVersion>
13-
<FileVersion>1.2.1</FileVersion>
11+
<Version>2017.2.3</Version>
12+
<AssemblyVersion>2017.2.3</AssemblyVersion>
13+
<FileVersion>2017.2.3</FileVersion>
1414
<Company>CodeCave, PUE</Company>
1515
<Authors>Zhmayev Yaroslav aka Salaros</Authors>
1616
<Copyright>Copyright 2016 (c) CodeCave, PUE</Copyright>

0 commit comments

Comments
 (0)