File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SourceSchemaParser.Net45/Properties Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ]
35+ [ assembly: AssemblyVersion ( "2.0.2 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "2.0.2 .0" ) ]
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >Parses Valve Source Engine game schema files into easy to use object oriented structures.</Description >
5- <VersionPrefix >2.0.1 </VersionPrefix >
5+ <VersionPrefix >2.0.2 </VersionPrefix >
66 <Authors >Justin Skiles</Authors >
77 <TargetFrameworks >netstandard1.3;net45</TargetFrameworks >
88 <AssemblyName >SourceSchemaParser</AssemblyName >
1717 <ItemGroup >
1818 <PackageReference Include =" AutoMapper" Version =" 5.2.0" />
1919 <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
20- <PackageReference Include =" Steam.Models" Version =" 3.0.1-ci-00027 " />
20+ <PackageReference Include =" Steam.Models" Version =" 3.0.2 " />
2121 </ItemGroup >
2222
2323 <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments