Skip to content

Commit

Permalink
SemanticData - create NuGet packages and create release 6.3.3-Golf
Browse files Browse the repository at this point in the history
- Created UAModelDesignExport.Nuget
- updated directly master
  • Loading branch information
mpostol committed Jun 12, 2021
1 parent 90a775b commit 0c87c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>UAOOI.SemanticData.UAModelDesignExport</id>
<version>6.3.3-Golf</version>
<version>6.3.7-Golf</version>
<title>Semantic-Data UAModelDesign Export</title>
<authors>Mariusz Postol</authors>
<owners>Mariusz Postol</owners>
Expand All @@ -23,8 +23,8 @@
<copyright>Copyright (C) 2021 Mariusz Postol LODZ POLAND</copyright>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="UAOOI.Common.Infrastructure" version="6.3.2" exclude="Build,Analyzers" />
<dependency id="UAOOI.SemanticData.BuildingErrorsHandling" version="6.3.2" exclude="Build,Analyzers" />
<dependency id="UAOOI.Common.Infrastructure" version="6.3.3-Golf" exclude="Build,Analyzers" />
<dependency id="UAOOI.SemanticData.BuildingErrorsHandling" version="6.3.3-Golf" exclude="Build,Analyzers" />
<dependency id="UAOOI.SemanticData.InformationModelFactory" version="5.1.0" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<copyright><#=AssemblyCopyright#></copyright>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="UAOOI.Common.Infrastructure" version="6.3.2" exclude="Build,Analyzers" />
<dependency id="UAOOI.SemanticData.BuildingErrorsHandling" version="6.3.2" exclude="Build,Analyzers" />
<dependency id="UAOOI.Common.Infrastructure" version="6.3.3-Golf" exclude="Build,Analyzers" />
<dependency id="UAOOI.SemanticData.BuildingErrorsHandling" version="6.3.3-Golf" exclude="Build,Analyzers" />
<dependency id="UAOOI.SemanticData.InformationModelFactory" version="5.1.0" exclude="Build,Analyzers" />
</group>
</dependencies>
Expand Down

0 comments on commit 0c87c88

Please sign in to comment.