Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slowscript committed Jul 4, 2022
1 parent bdf4812 commit ecc4ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Warpinator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// sadu atributů. Změnou hodnot těchto atributů se upraví informace
// přidružené k sestavení.
[assembly: AssemblyTitle("Warpinator")]
[assembly: AssemblyDescription("An unofficial port Warpinator. Send and receive files over local network")]
[assembly: AssemblyDescription("An unofficial port of Warpinator. Send and receive files over local network")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("slowscript")]
[assembly: AssemblyProduct("Warpinator for Windows (unofficial)")]
Expand All @@ -33,6 +33,6 @@
// Můžete zadat všechny hodnoty nebo nastavit výchozí číslo buildu a revize
// pomocí zástupného znaku * takto:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit ecc4ca1

Please sign in to comment.