Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
add using collections (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
molostovvs authored Nov 21, 2023
1 parent f3fcf51 commit 7673fd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Fluent.Structures.Model/Fluent.Structures.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<LangVersion>latestmajor</LangVersion>
<PackageId>Fluent.Structures.Model</PackageId>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Authors>ConcreteEcho</Authors>
<Product>Fluent.Structures.Model</Product>
<Title>Fluent.Structures.Model</Title>
Expand Down
2 changes: 2 additions & 0 deletions src/Fluent.Structures.Model/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Global using directives

global using System.Collections;
global using System.Collections.Generic;
global using TSM = Tekla.Structures.Model;
global using TSG = Tekla.Structures.Geometry3d;
4 changes: 1 addition & 3 deletions src/Fluent.Structures.Model/Plate.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections;

namespace Fluent.Structures.Model;
namespace Fluent.Structures.Model;

public sealed class Plate
{
Expand Down

0 comments on commit 7673fd4

Please sign in to comment.