-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADSECGH-59 Uprev AdSec API to v2.0.3 (#93)
* ADSECGH-59 AdSec API v2.0.1 * ADSECGH-59 v0.9.28 * ADSECGH-59 OasysGH v1.1.0 * ADSECGH-59 - update to latest OasysGH and AdSec API(using latest OasysUnit) * ADSECGH-59: regression test updated * feat: ADSECGH-59 namespace should follow folder structure * feat: namespace should follow folder structure * feat: update to latest AdSec Nuget package * feat: update coverlet collector version to 6.0.2 * feat: added GenerateResourceUsePreserializedResources on the csproj --------- Co-authored-by: Tilman Reinhardt <[email protected]> Co-authored-by: Sandeep Kumar <[email protected]> Co-authored-by: spsarras <[email protected]>
- Loading branch information
1 parent
fcdf31a
commit d469781
Showing
19 changed files
with
440 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources> | ||
<TargetFramework>net48</TargetFramework> | ||
<AutoGenerateBindingRedirects>False</AutoGenerateBindingRedirects> | ||
<PlatformTarget>x64</PlatformTarget> | ||
|
@@ -11,60 +12,59 @@ | |
<RepositoryUrl>https://github.com/arup-group/AdSec-Grasshopper</RepositoryUrl> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageIcon>AdSecLogo128.png</PackageIcon> | ||
<Version>0.9.27-beta</Version> | ||
<Version>0.9.28-beta</Version> | ||
<Description>Official Oasys AdSec Grasshopper Plugin | ||
|
||
AdSecGH is pre-release and under active development, including further testing to be undertaken. It is provided "as-is" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using AdSecGH should not be relied upon without thorough and independent checking. | ||
AdSecGH is pre-release and under active development, including further testing to be undertaken. It is provided "as-is" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using AdSecGH should not be relied upon without thorough and independent checking. | ||
|
||
The plugin requires a licensed version of AdSec to load. | ||
The plugin requires a licensed version of AdSec to load. | ||
|
||
Contact [email protected] to request a free trial version. | ||
Contact [email protected] to request a free trial version. | ||
|
||
Copyright © Oasys 1985 - 2024</Description> | ||
Copyright © Oasys 1985 - 2024 | ||
</Description> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="Components\OBSOLETE\**" /> | ||
<Compile Remove="Properties\Icons\Icons\**" /> | ||
<EmbeddedResource Remove="Components\OBSOLETE\**" /> | ||
<EmbeddedResource Remove="Properties\Icons\Icons\**" /> | ||
<None Remove="Components\OBSOLETE\**" /> | ||
<None Remove="Properties\Icons\Icons\**" /> | ||
<Compile Remove="Components\OBSOLETE\**"/> | ||
<Compile Remove="Properties\Icons\Icons\**"/> | ||
<EmbeddedResource Remove="Components\OBSOLETE\**"/> | ||
<EmbeddedResource Remove="Properties\Icons\Icons\**"/> | ||
<None Remove="Components\OBSOLETE\**"/> | ||
<None Remove="Properties\Icons\Icons\**"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.DirectoryServices.AccountManagement" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Windows.Forms" /> | ||
<Reference Include="System"/> | ||
<Reference Include="System.Core"/> | ||
<Reference Include="System.Data"/> | ||
<Reference Include="System.DirectoryServices.AccountManagement"/> | ||
<Reference Include="System.Net.Http"/> | ||
<Reference Include="System.Xml"/> | ||
<Reference Include="System.Xml.Linq"/> | ||
<Reference Include="System.Drawing"/> | ||
<Reference Include="System.Windows.Forms"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
<None Include="licenses\AdSec.pdf" /> | ||
<None Include="licenses\EntityFramework" /> | ||
<None Include="licenses\Newtonsoft" /> | ||
<None Include="licenses\UnitsNet" /> | ||
<None Include="licenses\AdSec.pdf"/> | ||
<None Include="licenses\EntityFramework"/> | ||
<None Include="licenses\Newtonsoft"/> | ||
<None Include="licenses\UnitsNet"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AdSec"> | ||
<Version>2.0.0.21</Version> | ||
</PackageReference> | ||
<PackageReference Include="AdSec" Version="2.0.3.300"/> | ||
<PackageReference Include="Grasshopper" Version="6.27.20176.5001" IncludeAssets="compile;build"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Newtonsoft.Json"> | ||
<Version>13.0.3</Version> | ||
</PackageReference> | ||
<PackageReference Include="OasysGH" Version="1.0.4" /> | ||
<PackageReference Include="OasysGH" Version="1.2.4"/> | ||
<PackageReference Include="OasysUnits"> | ||
<Version>1.0.0</Version> | ||
<Version>1.2.1</Version> | ||
</PackageReference> | ||
<PackageReference Include="RhinoCommon"> | ||
<Version>6.27.20176.5001</Version> | ||
|
@@ -73,7 +73,7 @@ Copyright © Oasys 1985 - 2024</Description> | |
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Properties\Icons\AdSecLogo128.png" Pack="true" PackagePath="" /> | ||
<None Include="Properties\Icons\AdSecLogo128.png" Pack="true" PackagePath=""/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="Properties\Icons\AdSecLogo64.png"> | ||
|
@@ -82,14 +82,14 @@ Copyright © Oasys 1985 - 2024</Description> | |
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<InternalsVisibleTo Include="AdSecGHTests" /> | ||
<InternalsVisibleTo Include="AdSecGHTests"/> | ||
</ItemGroup> | ||
<PropertyGroup Condition="$(Configuration) == 'Debug' AND $([MSBuild]::IsOSPlatform(Windows))"> | ||
<StartProgram>C:\Program Files\Rhino 7\System\Rhino.exe</StartProgram> | ||
<StartArguments></StartArguments> | ||
<StartAction>Program</StartAction> | ||
</PropertyGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="Copy "$(TargetPath)" "$(TargetDir)AdSec.gha"
Copy "$(ProjectDir)obj\OasysUnits.dll" "$(TargetDir)OasysUnits.dll"
Copy "Properties\Icons\AdSecLogo64.png" "$(TargetDir)AdSecIcon.png"" /> | ||
<Exec Command="Copy "$(TargetPath)" "$(TargetDir)AdSec.gha"
Copy "$(ProjectDir)obj\OasysUnits.dll" "$(TargetDir)OasysUnits.dll"
Copy "Properties\Icons\AdSecLogo64.png" "$(TargetDir)AdSecIcon.png""/> | ||
</Target> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.