Skip to content

Commit 635b8b9

Browse files
committed
B Fixed assembly version
1 parent 36ecce8 commit 635b8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
55
<Nullable>disable</Nullable>
66
<Title>$(ProjectName)</Title>
7-
<Version>0.1.3</Version>
7+
<Version>0.1.4</Version>
88
<Authors>Lukas Volf</Authors>
99
<Copyright>MIT</Copyright>
1010
<PackageProjectUrl>https://github.com/jimm98y/SharpOnvif</PackageProjectUrl>
@@ -13,7 +13,7 @@
1313
<RepositoryType>git</RepositoryType>
1414
<PackageTags>onvif;camera;netstandard20;net8</PackageTags>
1515
<NeutralLanguage>en-US</NeutralLanguage>
16-
<AssemblyVersion>$(Version)</AssemblyVersion>
16+
<AssemblyVersion>1.0.0</AssemblyVersion>
1717
<FileVersion>$(Version)</FileVersion>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<Description>A C# implementation of the Onvif interface - client as well as the server. All profiles are supported.</Description>

0 commit comments

Comments
 (0)