Skip to content

Commit

Permalink
Configured API Package Details For NuGet (#600)
Browse files Browse the repository at this point in the history
* Configured API Package Information

* Updated API Package Configuration

* Set API NuGet License Requirement

* Updated API NuGet Configuration
  • Loading branch information
MattMoradi authored Jul 31, 2020
1 parent 903ae6e commit ffba82b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Autodesk Inc.
Copyright 2020 Autodesk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
23 changes: 23 additions & 0 deletions api/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>
<PackageId>Autodesk.Synthesis.API</PackageId>
<Version>0.0.1</Version>
<Authors>Autodesk Inc</Authors>
<Company>Autodesk</Company>
<Product>Synthesis</Product>
<Description>An API for developing modules for the Synthesis™ platform</Description>
<Copyright>© 2020 Autodesk Inc.</Copyright>
<PackageProjectUrl>https://synthesis.autodesk.com/</PackageProjectUrl>
<PackageIcon>synthesis.png</PackageIcon>
<RepositoryUrl>https://github.com/Autodesk/synthesis/tree/master/api</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Autodesk, Synthesis, FRC, Robotics, Simulator</PackageTags>
<PackageReleaseNotes>A pre-release of the Synthesis API NuGet package</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand All @@ -19,4 +35,11 @@
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\installer\Linux\synthesis.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit ffba82b

Please sign in to comment.