Skip to content

Commit

Permalink
Merge pull request #89 from arup-group/task/ADSECGH-50-OasysGH-versio…
Browse files Browse the repository at this point in the history
…n-1.0.2

GSAGH-464-OasysGH-version-1.0.2
  • Loading branch information
tlmnrnhrdt authored Jan 25, 2024
2 parents 5ac09e5 + fb67671 commit 9ff79b8
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
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

0 comments on commit 9ff79b8

Please sign in to comment.