Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
etrange02 committed Mar 10, 2024
1 parent a314983 commit 20409cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Ivet.Model/Ivet.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>david.lecoconnier</Authors>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Title>Ivet.Model</Title>
<PackageProjectUrl>https://github.com/etrange02/Ivet</PackageProjectUrl>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/etrange02/Ivet</RepositoryUrl>
<Description>Ivet's attributes. Tag your code with these classes then use Ivet to generate and update your Janusgraph schema</Description>
<PackageLicenseExpression>CECILL-B</PackageLicenseExpression>
<PackageTags>janusgraph;graph;database schema;generator;update</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ivet/Ivet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageProjectUrl>https://github.com/etrange02/Ivet</PackageProjectUrl>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageLicenseExpression>CECILL-B</PackageLicenseExpression>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>david.lecoconnier</Authors>
</PropertyGroup>

Expand Down

0 comments on commit 20409cb

Please sign in to comment.