File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
//
21
21
// You can specify all the values or you can default the Revision and Build Numbers
22
22
// by using the '*' as shown below:
23
- [ assembly: AssemblyVersionAttribute ( "0.0.5000.2 " ) ]
23
+ [ assembly: AssemblyVersionAttribute ( "0.0.5000.3 " ) ]
24
24
[ assembly: AssemblyInformationalVersionAttribute ( "0.0" ) ]
25
- [ assembly: AssemblyFileVersionAttribute ( "0.0000.2 " ) ]
25
+ [ assembly: AssemblyFileVersionAttribute ( "0.0000.3 " ) ]
26
26
27
27
[ assembly: AssemblyDelaySignAttribute ( false ) ]
Original file line number Diff line number Diff line change 20
20
//
21
21
// You can specify all the values or you can default the Revision and Build Numbers
22
22
// by using the '*' as shown below:
23
- [ assembly: AssemblyVersionAttribute ( "0.0.5000.2 " ) ]
23
+ [ assembly: AssemblyVersionAttribute ( "0.0.5000.3 " ) ]
24
24
[ assembly: AssemblyInformationalVersionAttribute ( "0.0" ) ]
25
- [ assembly: AssemblyFileVersionAttribute ( "0.0000.2 " ) ]
25
+ [ assembly: AssemblyFileVersionAttribute ( "0.0000.3 " ) ]
26
26
27
27
[ assembly: AssemblyDelaySignAttribute ( false ) ]
Original file line number Diff line number Diff line change 20
20
//
21
21
// You can specify all the values or you can default the Revision and Build Numbers
22
22
// by using the '*' as shown below:
23
- [ assembly: AssemblyVersionAttribute ( "0.0.5000.2 " ) ]
23
+ [ assembly: AssemblyVersionAttribute ( "0.0.5000.3 " ) ]
24
24
[ assembly: AssemblyInformationalVersionAttribute ( "0.0" ) ]
25
- [ assembly: AssemblyFileVersionAttribute ( "0.0000.2 " ) ]
25
+ [ assembly: AssemblyFileVersionAttribute ( "0.0000.3 " ) ]
26
26
27
27
[ assembly: AssemblyDelaySignAttribute ( false ) ]
28
- [ assembly: AssemblyKeyFile ( "..\\ ..\\ NHibernate.snk" ) ]
28
+ // [assembly: AssemblyKeyFile("..\\..\\NHibernate.snk")]
29
29
30
30
31
31
You can’t perform that action at this time.
0 commit comments