Skip to content

Commit

Permalink
updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
EluciusFTW committed Oct 13, 2024
1 parent a58644e commit 31696fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/CardGames.Core.French/CardGames.Core.French.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<Authors>Guy Buss</Authors>
<Copyright>Copyright (c) Guy Buss 2022-2023</Copyright>

<Copyright>Copyright (c) Guy Buss 2022-2024</Copyright>
<Title>French Cards for CardGames.Core</Title>
<Description>Implementation of the classical French card deck and card dealer for the CardGames.Core package.</Description>
<PackageTags>FrenchCard FrenchCards CardDeck Dealer CardGames Implementation</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/CardGames.Core/CardGames.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<Version>2.0.0</Version>
<Authors>Guy Buss</Authors>
<Copyright>Copyright (c) Guy Buss 2022-23</Copyright>
<Copyright>Copyright (c) Guy Buss 2022-2024</Copyright>
<Title>Card game abstractions for .NET</Title>
<Description>Domain models and abstractions for cards, decks, and dealers as a basis for implementing card games in .NET</Description>
<PackageTags>Card Cards CardDeck Dealer CardGames DDD Abstraction</PackageTags>
Expand Down

0 comments on commit 31696fb

Please sign in to comment.