Skip to content

Commit 0c22494

Browse files
author
Justin
committed
Rolled to 2.0.3.
1 parent 03e3aae commit 0c22494

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SourceSchemaParser.Net45/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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.2.0")]
36-
[assembly: AssemblyFileVersion("2.0.2.0")]
35+
[assembly: AssemblyVersion("2.0.3.0")]
36+
[assembly: AssemblyFileVersion("2.0.3.0")]

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>2.0.3-ci</VersionPrefix>
5+
<VersionPrefix>2.0.3</VersionPrefix>
66
<Authors>Justin Skiles</Authors>
77
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
88
<AssemblyName>SourceSchemaParser</AssemblyName>

0 commit comments

Comments
 (0)