mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 19:50:11 -07:00
To make it easier to work with Greenshot directly after checkout, I removed the AssemblyInfo.cs.template files in favor of modifying the AssemblyInfo.cs directly from our build script.
This commit is contained in:
parent
db8b2cb2c5
commit
1f2534865b
19 changed files with 728 additions and 758 deletions
|
@ -31,6 +31,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
// übernehmen, indem Sie "*" eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.4.0")]
|
||||
[assembly: AssemblyVersion("1.2.0.7")]
|
||||
[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue