Skip to content

Commit b88beb1

Browse files
Merge pull request #3 from MORYX-Industry/dev
Merge orign/dev into main
2 parents 5e6f2da + 52da81c commit b88beb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

src/Moryx.Cli.Commands/AddProducts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ private static GenericTypeConfiguration BuildProductTypeConfiguration(string sol
9090
=> new()
9191
{
9292
JsonColumn = "Text8",
93-
TargetType = $"Moryx.{solutionName}.Products.{product}Type",
93+
TargetType = $"{solutionName}.Products.{product}Type",
9494
PropertyConfigs = new List<PropertyMapperConfig>(),
9595
PluginName = "GenericTypeStrategy",
9696
};
9797

9898
private static ProductInstanceConfiguration BuildProductInstanceConfiguration(string solutionName, string product)
9999
=> new()
100100
{
101-
TargetType = $"Moryx.{solutionName}.Products.{product}Instance",
101+
TargetType = $"{solutionName}.Products.{product}Instance",
102102
PluginName = "SkipInstancesStrategy",
103103
};
104104
}

0 commit comments

Comments
 (0)