|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
5 | | - <authors>Autodesk Forge</authors> |
6 | | - <owners>Autodesk Forge</owners> |
7 | | - <Company>Autodesk</Company> |
8 | | - <Product>Autodesk Forge</Product> |
9 | 4 | <Description>Client sdk for Forge DesignAutomation API</Description> |
10 | | - <Copyright>Autodesk Inc.</Copyright> |
11 | | - <Version>5.1.2</Version> |
12 | | - <PackageId>Autodesk.Forge.DesignAutomation</PackageId> |
13 | | - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
14 | | - <PackageProjectUrl>https://github.com/Autodesk-Forge/forge-api-dotnet-design.automation</PackageProjectUrl> |
15 | | - <PackageIcon>logo_forge-2-line.png</PackageIcon> |
16 | | - <PackageReleaseNotes>For full release notes see https://github.com/Autodesk-Forge/forge-api-dotnet-design.automation/blob/master/CHANGELOG.md</PackageReleaseNotes> |
17 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
18 | | - <IncludeSymbols>true</IncludeSymbols> |
19 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 5 | + <PackageVersion>6.0.0</PackageVersion> |
20 | 6 | </PropertyGroup> |
21 | 7 |
|
22 | 8 | <ItemGroup> |
23 | | - <None Include="..\..\images\logo_forge-2-line.png" Pack="true" PackagePath="\" /> |
24 | | - </ItemGroup> |
25 | | - |
26 | | - <ItemGroup> |
27 | | - <PackageReference Include="Autodesk.Forge.Core" Version="3.0.2" /> |
28 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
| 9 | + <PackageReference Include="Autodesk.Forge.Core" Version="4.0.0" /> |
29 | 10 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
30 | 11 | </ItemGroup> |
31 | 12 |
|
32 | | - <Import Project="..\..\nuget.targets" /> |
33 | 13 | </Project> |
34 | 14 |
|
0 commit comments