Skip to content

Commit 678472b

Browse files
Use project version
1 parent 753003f commit 678472b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<PropertyGroup>
3+
<!-- This is the solution level version for Nuget packages, This should be x.x.x semver (or x.x.x-suffix for pre-release -->
4+
<!-- https://docs.microsoft.com/en-us/nuget/concepts/package-versioning -->
5+
<Version>0.5.0-alpha02</Version>
6+
</PropertyGroup>
7+
</Project>

nuget.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<PackageVersion>1.0</PackageVersion>
65
<PackageId>ASCOM.Alpaca.Templates</PackageId>
76
<Title>ASCOM Alpaca .Net Template</Title>
87
<Authors>Daniel Van Noord</Authors>

0 commit comments

Comments
 (0)