Skip to content

Commit

Permalink
Use latest source generator version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken authored Aug 10, 2024
1 parent b738692 commit bf7756c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Dynatello/Dynatello.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<PackageVersion>0.0.0</PackageVersion>
<Title>Dynatello</Title>
<Authors>Robert Andersson</Authors>
<Description>Contains functionality to improve the convinience when working the DynamoDB.SourceGenerator.</Description>
<Description>Exends DynamoDB.SourceGenerator to be combined with unified handlers and request builders.</Description>
<Copyright>Robert Anderson</Copyright>
<PackageProjectUrl>https://github.com/inputfalken/DynamoDB.SourceGenerator</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/inputfalken/DynamoDB.SourceGenerator</RepositoryUrl>
<RepositoryUrl>https://github.com/inputfalken/Dynatello</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DynamoDBGenerator" Version="0.8.3"/>
<PackageReference Include="DynamoDBGenerator.SourceGenerator" Version="0.8.3"/>
<PackageReference Include="DynamoDBGenerator" Version="0.8.4"/>
<PackageReference Include="DynamoDBGenerator.SourceGenerator" Version="0.8.4"/>
</ItemGroup>

</Project>

0 comments on commit bf7756c

Please sign in to comment.