Skip to content

Commit ecf8451

Browse files
authored
Merge pull request #31 from Apibim-com/hotfix/conflict-version
Fixed conflict version
2 parents 4f36614 + 020b9d6 commit ecf8451

2 files changed

Lines changed: 38 additions & 14 deletions

File tree

Tekla.Extension/Properties/AssemblyInfo.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636

3737
// Version-specific assembly versions based on build configuration
3838
#if TEKLA2020
39-
[assembly: AssemblyVersion("2020.0.1")]
40-
[assembly: AssemblyFileVersion("2020.0.1")]
39+
[assembly: AssemblyVersion("2020.0.2")]
40+
[assembly: AssemblyFileVersion("2020.0.2")]
4141
#elif TEKLA2021
42-
[assembly: AssemblyVersion("2021.0.1")]
43-
[assembly: AssemblyFileVersion("2021.0.1")]
42+
[assembly: AssemblyVersion("2021.0.2")]
43+
[assembly: AssemblyFileVersion("2021.0.2")]
4444
#elif TEKLA2022
45-
[assembly: AssemblyVersion("2022.0.1")]
46-
[assembly: AssemblyFileVersion("2022.0.1")]
45+
[assembly: AssemblyVersion("2022.0.2")]
46+
[assembly: AssemblyFileVersion("2022.0.2")]
4747
#elif TEKLA2023
48-
[assembly: AssemblyVersion("2023.0.1")]
49-
[assembly: AssemblyFileVersion("2023.0.1")]
48+
[assembly: AssemblyVersion("2023.0.2")]
49+
[assembly: AssemblyFileVersion("2023.0.2")]
5050
#elif TEKLA2024
51-
[assembly: AssemblyVersion("2024.0.1")]
52-
[assembly: AssemblyFileVersion("2024.0.1")]
51+
[assembly: AssemblyVersion("2024.0.2")]
52+
[assembly: AssemblyFileVersion("2024.0.2")]
5353
#elif TEKLA2025
54-
[assembly: AssemblyVersion("2025.0.1")]
55-
[assembly: AssemblyFileVersion("2025.0.1")]
54+
[assembly: AssemblyVersion("2025.0.2")]
55+
[assembly: AssemblyFileVersion("2025.0.2")]
5656
#else
57-
[assembly: AssemblyVersion("2023.0.1")]
58-
[assembly: AssemblyFileVersion("2023.0.1")]
57+
[assembly: AssemblyVersion("2023.0.2")]
58+
[assembly: AssemblyFileVersion("2023.0.2")]
5959
#endif
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.nuget.org/2006/v3">
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<authors>$author$</authors>
7+
<owners>Apibim SpA</owners>
8+
<license type="expression">MIT</license>
9+
<projectUrl>https://github.com/Apibim-com/Tekla.Extensions</projectUrl>
10+
<repository type="git" url="https://github.com/Apibim-com/Tekla.Extensions" />
11+
<description>$description$</description>
12+
<releaseNotes>More methods and features</releaseNotes>
13+
<copyright>Copyright (c) Apibim SpA 2025</copyright>
14+
<tags>Tekla TeklaStructures OpenAPI BIM Trimble LINQ Extensions</tags>
15+
<icon>icon.png</icon>
16+
<readme>docs\README.md</readme>
17+
</metadata>
18+
<files>
19+
<file src="bin\$Configuration$\$Platform$\Tekla.Extension.dll" target="lib\net48\" />
20+
<file src="bin\$Configuration$\$Platform$\Tekla.Extension.xml" target="lib\net48\" />
21+
<file src="icon.png" target="" />
22+
<file src="..\README.md" target="docs\" />
23+
</files>
24+
</package>

0 commit comments

Comments
 (0)