File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >BurnOutSharp</id >
5
- <version >1.03.5 </version >
5
+ <version >1.03.6 </version >
6
6
<title >BurnOutSharp</title >
7
7
<authors >Matt Nadareski, Gernot Knippen</authors >
8
8
<owners >Matt Nadareski, Gernot Knippen</owners >
Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "BurnOutSharp" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( "Port of BurnOut to C#, with additions " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
- [ assembly: AssemblyCompany ( "" ) ]
11
+ [ assembly: AssemblyCompany ( "Matt Nadareski, Gernot Knippen " ) ]
12
12
[ assembly: AssemblyProduct ( "BurnOutSharp" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2018" ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright (c)2005-2010 Gernot Knippen, Copyright (c) 2018 Matt Nadareski " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.0.0 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.03.6 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.03.6 .0" ) ]
You can’t perform that action at this time.
0 commit comments