Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSAGH-464-OasysGH-version-1.0.2 #89

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AdSecGH/AdSecGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platforms>x64</Platforms>
<Title>AdSecGH</Title>
<Company>Oasys</Company>
<Copyright>Copyright © Oasys 1985 - 2023</Copyright>
<Copyright>Copyright © Oasys 1985 - 2024</Copyright>
<PackageProjectUrl>https://github.com/arup-group/AdSec-Grasshopper</PackageProjectUrl>
<RepositoryUrl>https://github.com/arup-group/AdSec-Grasshopper</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -20,7 +20,7 @@ The plugin requires a licensed version of AdSec to load.

Contact [email protected] to request a free trial version.

Copyright © Oasys 1985 - 2023</Description>
Copyright © Oasys 1985 - 2024</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -62,7 +62,7 @@ Copyright © Oasys 1985 - 2023</Description>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="OasysGH" Version="1.0.1" />
<PackageReference Include="OasysGH" Version="1.0.2" />
<PackageReference Include="OasysUnits">
<Version>1.0.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion AdSecGH/AdSecGHInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public string IconUrl
public override string Version => isBeta ? Vers + "-beta" : Vers;
internal const string Company = "Oasys";
internal const string Contact = "https://www.oasys-software.com/";
internal const string Copyright = "Copyright © Oasys 1985 - 2023";
internal const string Copyright = "Copyright © Oasys 1985 - 2024";
internal const string PluginName = "AdSecGH";
internal const string ProductName = "AdSec";
internal const string TermsConditions
Expand Down
2 changes: 1 addition & 1 deletion AdSecGH/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Oasys
Copyright (c) 2021-2024 Oasys

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion AdSecGH/UI/AboutBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace AdSecGH.UI {
internal partial class AboutBox : Form {
public string AssemblyCompany {
get {
return "Copyright © Oasys 1985 - 2023";
return "Copyright © Oasys 1985 - 2024";
}
}

Expand Down
4 changes: 2 additions & 2 deletions AdSecGHConverterTests/AdSecGHConverterTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion AdSecGHConverters/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Oasys
Copyright (c) 2021-2024 Oasys

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions AdSecGHTests/AdSecGHTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
<PackageReference Include="Rhino.Inside" Version="7.0.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions IntegrationTests/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
<PackageReference Include="Rhino.Inside" Version="7.0.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Oasys
Copyright (c) 2021-2024 Oasys

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading