v0.2.01
This commit is contained in:
Родитель
8b6a02b3d0
Коммит
428f905d1d
|
@ -20,8 +20,8 @@ using System.Reflection;
|
|||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyVersion("0.1.25.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.25.0")]
|
||||
[assembly: AssemblyVersion("0.2.01.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.01.0")]
|
||||
|
||||
[assembly: AssemblyTitle("GeometryGymIFC")]
|
||||
[assembly: AssemblyDescription("C# classes to generate and parse buildingSMART IFC (Industry Foundation Class) files")]
|
||||
|
|
|
@ -20,8 +20,8 @@ using System.Reflection;
|
|||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyVersion("0.1.02.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.02.0")]
|
||||
[assembly: AssemblyVersion("0.2.01.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.01.0")]
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PackageId>GeometryGymIFC_Core</PackageId>
|
||||
<Version>0.1.24</Version>
|
||||
<Version>0.2.01</Version>
|
||||
<Authors>Geometry Gym</Authors>
|
||||
<Product>GeometryGymIFC_Core</Product>
|
||||
<Description>.Net Standard 2.0 C# classes to generate and parse buildingSMART IFC (Industry Foundation Class) files
|
||||
|
|
Загрузка…
Ссылка в новой задаче