File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77// sadu atributů. Změnou hodnot těchto atributů se upraví informace
88// přidružené k sestavení.
99[ assembly: AssemblyTitle ( "Warpinator" ) ]
10- [ assembly: AssemblyDescription ( "An unofficial port Warpinator. Send and receive files over local network" ) ]
10+ [ assembly: AssemblyDescription ( "An unofficial port of Warpinator. Send and receive files over local network" ) ]
1111[ assembly: AssemblyConfiguration ( "" ) ]
1212[ assembly: AssemblyCompany ( "slowscript" ) ]
1313[ assembly: AssemblyProduct ( "Warpinator for Windows (unofficial)" ) ]
3333// Můžete zadat všechny hodnoty nebo nastavit výchozí číslo buildu a revize
3434// pomocí zástupného znaku * takto:
3535// [assembly: AssemblyVersion("1.0.*")]
36- [ assembly: AssemblyVersion ( "0.1 .0.0" ) ]
37- [ assembly: AssemblyFileVersion ( "0.1 .0.0" ) ]
36+ [ assembly: AssemblyVersion ( "0.2 .0.0" ) ]
37+ [ assembly: AssemblyFileVersion ( "0.2 .0.0" ) ]
3838[ assembly: NeutralResourcesLanguage ( "en" ) ]
You can’t perform that action at this time.
0 commit comments