File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
// You can specify all the values or you can default the Build and Revision Numbers
25
25
// by using the '*' as shown below:
26
26
// [assembly: AssemblyVersion("1.0.*")]
27
- [ assembly: AssemblyVersion ( "0.3 .0.0" ) ]
28
- [ assembly: AssemblyFileVersion ( "0.3 .0.0" ) ]
27
+ [ assembly: AssemblyVersion ( "0.4 .0.0" ) ]
28
+ [ assembly: AssemblyFileVersion ( "0.4 .0.0" ) ]
29
29
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 51
51
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
52
52
// 既定値にすることができます:
53
53
// [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "0.3 .0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "0.3 .0.0" ) ]
54
+ [ assembly: AssemblyVersion ( "0.4 .0.0" ) ]
55
+ [ assembly: AssemblyFileVersion ( "0.4 .0.0" ) ]
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >GridExtra</id >
5
- <version >0.3 .0</version >
5
+ <version >0.4 .0</version >
6
6
<title >GridExtra</title >
7
7
<authors >SourceChord</authors >
8
8
<owners >SourceChord</owners >
You can’t perform that action at this time.
0 commit comments