Skip to content

Commit

Permalink
Merge pull request #42 from nsip/release-20
Browse files Browse the repository at this point in the history
Updated to the official release of the SIF AU 3.4.8 Data Model
rafidzal authored Apr 25, 2021
2 parents dfd0285 + 2eb736d commit 45d3a94
Showing 11 changed files with 112,128 additions and 7 deletions.
56,365 changes: 56,365 additions & 0 deletions Code/Sif3Specification/Sif.Specification.DataModel.Au.v3_4_8/DataModelTypes.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Sif.Specification.DataModel.Au</AssemblyName>
<RootNamespace>Sif.Specification.DataModel.Au</RootNamespace>
<PackageId>Sif.Specification.DataModel.Au</PackageId>
<Version>3.4.8</Version>
<Authors>Rafidzal Rafiq</Authors>
<Company>Systemic Pty Ltd</Company>
<Product>SIF AU Data Model library</Product>
<Description>SIF AU Data Model library</Description>
<Copyright>Copyright © Systemic Pty Ltd 2021</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nsip/sif3-framework-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/nsip/sif3-framework-dotnet</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>SIF</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

</Project>
8 changes: 7 additions & 1 deletion Code/Sif3Specification/Sif3Specification.sln
Original file line number Diff line number Diff line change
@@ -39,7 +39,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sif.Specification.DataModel
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sif.Specification.DataModel.Unity.v4_0", "Sif.Specification.DataModel.Unity.v4_0\Sif.Specification.DataModel.Unity.v4_0.csproj", "{4B0B094F-C114-436D-8BDB-1638ECD95A19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sif.Specification.DataModel.Au.v3_4_7", "Sif.Specification.DataModel.Au.v3_4_7\Sif.Specification.DataModel.Au.v3_4_7.csproj", "{792C7526-4023-4894-A89F-C9464F859A10}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sif.Specification.DataModel.Au.v3_4_7", "Sif.Specification.DataModel.Au.v3_4_7\Sif.Specification.DataModel.Au.v3_4_7.csproj", "{792C7526-4023-4894-A89F-C9464F859A10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sif.Specification.DataModel.Au.v3_4_8", "Sif.Specification.DataModel.Au.v3_4_8\Sif.Specification.DataModel.Au.v3_4_8.csproj", "{5D425E48-BDB7-4A66-B09B-7670F491DC6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -123,6 +125,10 @@ Global
{792C7526-4023-4894-A89F-C9464F859A10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{792C7526-4023-4894-A89F-C9464F859A10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{792C7526-4023-4894-A89F-C9464F859A10}.Release|Any CPU.Build.0 = Release|Any CPU
{5D425E48-BDB7-4A66-B09B-7670F491DC6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D425E48-BDB7-4A66-B09B-7670F491DC6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D425E48-BDB7-4A66-B09B-7670F491DC6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D425E48-BDB7-4A66-B09B-7670F491DC6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Binary file not shown.
Loading

0 comments on commit 45d3a94

Please sign in to comment.