Skip to content

Commit

Permalink
Bump project versions to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Aug 25, 2023
1 parent 7e62683 commit 3f87a1b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/DecisionTrees/DecisionTrees.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.DecisionTrees</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/FSMs/FSMs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.FSMs</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/NGrams/NGrams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.NGrams</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/NaiveBayes/NaiveBayes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.NaiveBayes</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/PCG/PCG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.PCG</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/PRNG/PRNG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.PRNG</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/PathFinding/PathFinding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.PathFinding</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/QRNG/QRNG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.QRNG</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/Util/Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LibGameAI.Util</PackageId>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>Nuno Fachada</Authors>
<Copyright>Copyright (c) 2018-2023 Nuno Fachada and Contributors</Copyright>
<Description>
Expand Down

0 comments on commit 3f87a1b

Please sign in to comment.