File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ public SearchForm(MainForm mainForm)
2222 Define . MAIN_FORM = mainForm ;
2323 }
2424
25-
2625 private void SearchBox_TextChanged ( object sender , EventArgs e )
2726 {
2827 SearchButton . BackgroundImage = Vight_Note . Properties . Resources . Search ;
Original file line number Diff line number Diff line change 3030//
3131//可以指定所有这些值,也可以通过 “*” 使用“生成号”和“修订号”的默认值,如:
3232// [assembly: AssemblyVersion("1.0.*")]
33- [ assembly: AssemblyVersion ( "1.1.10 " ) ]
34- [ assembly: AssemblyFileVersion ( "1.1.10 " ) ]
33+ [ assembly: AssemblyVersion ( "1.2.0 " ) ]
34+ [ assembly: AssemblyFileVersion ( "1.2.0 " ) ]
Original file line number Diff line number Diff line change 5050 </PropertyGroup >
5151 <PropertyGroup >
5252 <GenerateManifests >false</GenerateManifests >
53+ <PackageId >SpaceTime.Vight.Note</PackageId >
54+ <Authors >Space Time</Authors >
5355 </PropertyGroup >
5456 <ItemGroup >
5557 <Compile Remove =" packages\**" />
Original file line number Diff line number Diff line change 1010 <Identity
1111 Name =" Vight-Note-Package"
1212 Publisher =" CN=Space Time"
13- Version =" 1.1.10 .0" />
13+ Version =" 1.2.0 .0" />
1414
1515 <Properties >
1616 <DisplayName >Vight Note Package</DisplayName >
You can’t perform that action at this time.
0 commit comments