File: assemblyversion.patch

package info (click to toggle)
gdata-sharp 2.2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 66,084 kB
  • ctags: 10,453
  • sloc: cs: 67,781; xml: 38,234; python: 163; makefile: 149; sh: 27
file content (16 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Chow Loong Jin <hyperair@ubuntu.com>
Description: Replace * with 0 in AssemblyVersion since we don't like wildcards
 in our assembly versions
Index: gdata-sharp/version/AssemblyVersion.cs
===================================================================
--- gdata-sharp.orig/version/AssemblyVersion.cs	2013-06-18 02:20:02.429961328 +0800
+++ gdata-sharp/version/AssemblyVersion.cs	2013-06-18 02:20:25.411025001 +0800
@@ -51,7 +51,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.2.0.*")]
+[assembly: AssemblyVersion("2.2.0.0")]