File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
3
<metadata >
4
4
<id >FubarDev.$id$</id >
5
- <version >$version$ </version >
5
+ <version >2.1.2 </version >
6
6
<title >BeanIO</title >
7
7
<authors >Mark Junker</authors >
8
8
<owners >FubarCoder</owners >
Original file line number Diff line number Diff line change 25
25
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
26
26
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
27
27
// [assembly: AssemblyVersion("1.0.*")]
28
- [ assembly: AssemblyVersion ( "2.1.1. 0" ) ]
29
- [ assembly: AssemblyFileVersion ( "2.1.1.0 " ) ]
28
+ [ assembly: AssemblyVersion ( "2.1.0" ) ]
29
+ [ assembly: AssemblyFileVersion ( "2.1.2 " ) ]
30
30
[ assembly: AssemblyInformationalVersion ( "2.1.0" ) ]
31
31
32
32
[ assembly: InternalsVisibleTo ( "BeanIO.Test" ) ]
You can’t perform that action at this time.
0 commit comments