File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace MaterialChartPlugin
1919 [ ExportMetadata ( "Guid" , "56B66906-608A-4BCC-9FE2-6B3B0093F377" ) ]
2020 [ ExportMetadata ( "Title" , "MaterialChart" ) ]
2121 [ ExportMetadata ( "Description" , "資材の推移をグラフで表示します。" ) ]
22- [ ExportMetadata ( "Version" , "1.2.1 " ) ]
22+ [ ExportMetadata ( "Version" , "1.2.2 " ) ]
2323 [ ExportMetadata ( "Author" , "@terry_u16" ) ]
2424 [ Export ( typeof ( ITool ) ) ]
2525 [ Export ( typeof ( IRequestNotify ) ) ]
Original file line number Diff line number Diff line change 5151// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
5252// 既定値にすることができます:
5353// [assembly: AssemblyVersion("1.0.*")]
54- [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
55- [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
54+ [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
55+ [ assembly: AssemblyFileVersion ( "1.2.2 .0" ) ]
You can’t perform that action at this time.
0 commit comments