This commit is contained in:
Jon Mirtschin 2022-07-18 14:47:59 +10:00
Родитель 8b6a02b3d0
Коммит 428f905d1d
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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