Skip to content

Commit

Permalink
Updated Archigen dependency. Syllabore's version also changes: 2.3.3 …
Browse files Browse the repository at this point in the history
…-> 2.3.4
  • Loading branch information
kesac committed Nov 15, 2024
1 parent ac5f565 commit 7fbea9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Syllabore/Syllabore/Syllabore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<Authors>Kevin Sacro</Authors>
<Title>Syllabore</Title>
<Description>Syllabore is a fantasy name generator that does not use pre-made lists of names. Name generation is accomplished by constructing individual syllables then sequencing them to form names. (See https://github.com/kesac/Syllabore)</Description>
<Copyright>Copyright (c) 2019-2023 Kevin Sacro</Copyright>
<Copyright>Copyright (c) 2019-2024 Kevin Sacro</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/kesac/Syllabore</PackageProjectUrl>
<RepositoryUrl>https://github.com/kesac/Syllabore</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>csharp name-generation generation syllable syllables fantasy name generator name-generator fantasy-name</PackageTags>
<Version>2.3.3</Version>
<AssemblyVersion>2.3.3</AssemblyVersion>
<FileVersion>2.3.3</FileVersion>
<Version>2.3.4</Version>
<AssemblyVersion>2.3.4</AssemblyVersion>
<FileVersion>2.3.4</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Product>$(PackageVersion)</Product>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Archigen" Version="1.2.0" />
<PackageReference Include="Archigen" Version="1.3.0" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

Expand Down

0 comments on commit 7fbea9a

Please sign in to comment.