Skip to content

Commit c96c837

Browse files
committed
for some reason I am still doing it each year
1 parent 83d226b commit c96c837

15 files changed

+15
-15
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>10</LangVersion>
55

66
<Authors>Maksim Volkau</Authors>
7-
<Copyright>Copyright © 2013-2022 Maksim Volkau</Copyright>
7+
<Copyright>Copyright © 2013-2023 Maksim Volkau</Copyright>
88

99
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1010
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>

nuspecs/DryIoc.Internal.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc.Internal</id>
55
<version>5.3.2</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIoc.MefAttributedModel.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc.MefAttributedModel</id>
55
<version>7.0.1</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIoc.Microsoft.DependencyInjection.src.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc.Microsoft.DependencyInjection.src</id>
55
<version>6.1.0</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIoc.Mvc.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc.Mvc</id>
55
<version>5.0.0</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau and Contributors</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau and Contributors</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIoc.Web.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc.Web</id>
55
<version>5.0.0</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIoc.WebApi.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc.WebApi</id>
55
<version>5.0.0</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIoc.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIoc</id>
55
<version>5.3.2</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

nuspecs/DryIocAttributes.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>DryIocAttributes</id>
55
<version>7.0.0</version>
66
<authors>Maksim Volkau</authors>
7-
<copyright>Copyright © 2013-2022 Maksim Volkau</copyright>
7+
<copyright>Copyright © 2013-2023 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/DryIoc</projectUrl>
99
<license type="expression">MIT</license>
1010
<icon>logo.png</icon>

src/DryIoc.MefAttributedModel/AttributedModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
The MIT License (MIT)
33
4-
Copyright (c) 2013-2022 Maksim Volkau
4+
Copyright (c) 2013-2023 Maksim Volkau
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

src/DryIoc.Owin/DryIocOwin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
The MIT License (MIT)
33
4-
Copyright (c) 2013-2022 Maksim Volkau
4+
Copyright (c) 2013-2023 Maksim Volkau
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

src/DryIoc.WebApi.Owin/DryIocWebApiOwin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
The MIT License (MIT)
33
4-
Copyright (c) 2013-2022 Maksim Volkau
4+
Copyright (c) 2013-2023 Maksim Volkau
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

src/DryIoc.WebApi/DryIocWebApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
The MIT License (MIT)
33
4-
Copyright (c) 2013-2022 Maksim Volkau
4+
Copyright (c) 2013-2023 Maksim Volkau
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

src/DryIoc/Container.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
The MIT License (MIT)
44

5-
Copyright (c) 2013-2022 Maksim Volkau
5+
Copyright (c) 2013-2023 Maksim Volkau
66

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

src/DryIocAttributes/Attributes.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
The MIT License (MIT)
44
5-
Copyright (c) 2013-2022 Maksim Volkau
5+
Copyright (c) 2013-2023 Maksim Volkau
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)