Skip to content

Commit 423dab5

Browse files
committed
Updated copyright year
1 parent b5db699 commit 423dab5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CSRakowski.AsyncStreamsPreparations.Tests/CSRakowski.AsyncStreamsPreparations.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsPackable>false</IsPackable>
77

88
<Authors>Christiaan Rakowski</Authors>
9-
<Copyright>Christiaan Rakowski - 2018-2021</Copyright>
9+
<Copyright>Christiaan Rakowski - 2018-2022</Copyright>
1010
<LangVersion>latest</LangVersion>
1111
<Version>1.4.1</Version>
1212
<RootNamespace>CSRakowski.AsyncStreamsPreparations.Tests</RootNamespace>

CSRakowski.AsyncStreamsPreparations/CSRakowski.AsyncStreamsPreparations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Authors>Christiaan Rakowski</Authors>
77
<Description>Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.</Description>
8-
<Copyright>Christiaan Rakowski - 2018-2021</Copyright>
8+
<Copyright>Christiaan Rakowski - 2018-2022</Copyright>
99
<PackageProjectUrl>https://github.com/csrakowski/CSRakowski.AsyncStreamsPreparations</PackageProjectUrl>
1010
<!--<PackageLicenseUrl>https://github.com/csrakowski/CSRakowski.AsyncStreamsPreparations/blob/master/LICENSE</PackageLicenseUrl>-->
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2021 Christiaan Rakowski
3+
Copyright (c) 2018-2022 Christiaan Rakowski
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)