Skip to content

Commit 0a7e76c

Browse files
author
Justin
committed
Fix bug with mapping. Roll version to 3.1.2.
1 parent 26c9dee commit 0a7e76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SourceSchemaParser/DotaSchemaMapperProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public DotaSchemaMapperProfile()
1313
CreateMap<DotaSchemaGameInfo, SchemaGameInfo>();
1414
CreateMap<DotaSchemaRarity, SchemaRarity>();
1515
CreateMap<DotaSchemaColor, SchemaColor>();
16-
CreateMap<DotaSchemaItem, SchemaItem>();
16+
CreateMap<DotaSchemaItem, Steam.Models.DOTA2.SchemaItem>();
1717
CreateMap<DotaSchemaPrefab, SchemaPrefab>();
1818
CreateMap<DotaSchemaItemSet, SchemaItemSet>();
1919
CreateMap<DotaSchemaItemAutograph, SchemaItemAutograph>();

src/SourceSchemaParser/SourceSchemaParser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Parses Valve Source Engine game schema files into easy to use object oriented structures.</Description>
5-
<VersionPrefix>3.1.1</VersionPrefix>
5+
<VersionPrefix>3.1.2</VersionPrefix>
66
<Authors>Justin Skiles</Authors>
77
<AssemblyName>SourceSchemaParser</AssemblyName>
88
<PackageId>SourceSchemaParser</PackageId>

0 commit comments

Comments
 (0)