Skip to content

Commit 31176a0

Browse files
committed
Package-Tags updated
[skip ci]
1 parent c562acc commit 31176a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionMajor Condition="'$(VersionMajor)' == ''">0</VersionMajor>
4-
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
3+
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
4+
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
55
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
6-
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
6+
<BuildNumber Condition="'$(BuildNumber)' == ''">27</BuildNumber>
77
<VersionSuffix Condition="'$(Configuration)' == 'Debug' and '$(VersionSuffix)' == ''">dev</VersionSuffix>
88
<Authors>gfoidl</Authors>
99
<Company>Foidl Günther</Company>

source/gfoidl.DataCompression/gfoidl.DataCompression.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup Label="Package">
9-
<PackageTags>data compression swinging-door-algorithm error-band</PackageTags>
9+
<PackageTags>data compression swinging-door-algorithm dead-band-filtering swinging-door swinging</PackageTags>
1010
<PackageProjectUrl>https://bitbucket.org/gfoidl/datacompression</PackageProjectUrl>
1111
<RepositoryUrl>https://bitbucket.org/gfoidl/datacompression</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)