Skip to content

Commit

Permalink
7.2 Deployment (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-fisher authored Jun 20, 2024
2 parents 87cdff0 + 7ed930d commit 50a8aa2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<IsPackable>false</IsPackable>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion File_Adapter/File_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>BH.Adapter.File</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion File_Engine/File_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<RootNamespace>BH.Engine.Adapters.File</RootNamespace>
<OutputPath>..\Build\</OutputPath>
Expand Down
2 changes: 0 additions & 2 deletions File_Engine/Modify/Rename.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public static partial class Modify
[Input("fileOrDir", "The file or directory to rename.")]
[Input("name", "The new name.")]
[Output("The moved file object.")]
[PreviousVersion("7.1", "BH.Engine.Adapters.File.Modify.Rename(BH.oM.Adapters.File.FSFile, System.String)")]
[PreviousVersion("7.1", "BH.Engine.Adapters.File.Modify.Rename(BH.oM.Adapters.File.FSDirectory, System.String)")]
public static IFSContainer IRename(this oM.Adapters.File.IFSContainer fileOrDir, string name)
{
fileOrDir = BH.Engine.Base.Query.ShallowClone(fileOrDir);
Expand Down
2 changes: 1 addition & 1 deletion File_oM/File_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<RootNamespace>BH.oM.Adapters.File</RootNamespace>
<OutputPath>..\Build\</OutputPath>
Expand Down

0 comments on commit 50a8aa2

Please sign in to comment.