Skip to content

Commit 6f46096

Browse files
committed
Update build.props to 0.8.23, copyright to 2022
1 parent 5e2ac9d commit 6f46096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<DeployPackages Condition="$(CI) == 'true' and $(MSBuildRuntimeType) != 'Full' And $(OS) == 'WINDOWS_NT'">false</DeployPackages>
1010
</PropertyGroup>
1111
<PropertyGroup>
12-
<PackageVersionPrefix>0.8.21</PackageVersionPrefix>
12+
<PackageVersionPrefix>0.8.23</PackageVersionPrefix>
1313
<PackageVersionSuffix Condition="$(IsCIBuild) == false">-dev</PackageVersionSuffix>
1414
<PackageVersionSuffix Condition="$(IsCIBuild) == true">-build</PackageVersionSuffix>
1515
<PackageOutputPath>$(MSBuildThisFileDirectory)..\packages\</PackageOutputPath>
@@ -20,10 +20,10 @@
2020
<Platforms>AnyCPU</Platforms>
2121
<Authors>PerkinElmer,Linedata</Authors>
2222
<Company>PerkinElmer,Linedata</Company>
23-
<Copyright>Copyright © 2019-2020 PerkinElmer Inc., Linedata Inc.</Copyright>
23+
<Copyright>Copyright © 2019-2022 PerkinElmer Inc., Linedata Inc.</Copyright>
2424
<Description />
25-
<AssemblyVersion>0.8.22.0</AssemblyVersion>
26-
<FileVersion>0.8.22.0</FileVersion>
25+
<AssemblyVersion>0.8.23.0</AssemblyVersion>
26+
<FileVersion>0.8.23.0</FileVersion>
2727
<NeutralLanguage />
2828
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
2929
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)