Skip to content

Commit

Permalink
Fix nuget package
Browse files Browse the repository at this point in the history
Closes #131
  • Loading branch information
olivier-lando committed Jul 19, 2024
1 parent 6541f7f commit 298e670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions config/csharp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
changelog:
- 1.5.0 (2024-07-19):
- fix nuget package (closes \#131)
- 1.4.0 (2024-06-11):
- .net 5.0 support
- 1.3.1 (2024-02-19):
Expand Down
11 changes: 4 additions & 7 deletions templates/csharp/Project.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
<PackageVersion>{{artifactVersion}}</PackageVersion>
<Authors>{{developerOrganization}}</Authors>
<Description>{{artifactDescription}}</Description>
<DevelopmentDependency>true</DevelopmentDependency>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>{{artifactUrl}}</PackageProjectUrl>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyTitle>api.video API client</AssemblyTitle>
<Company>api.video</Company>
<Product>ApiVideoApiCLient</Product>
<Product>ApiVideoApiClient</Product>
<Copyright>No Copyright</Copyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
Expand All @@ -46,12 +45,10 @@
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
<PackageReference Include="NuGet.Build.Tasks.Pack">
<Version>5.9.1</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>

0 comments on commit 298e670

Please sign in to comment.