~manishsinha/zeitgeist-sharp/fix-739139

« back to all changes in this revision

Viewing changes to Zeitgeist/AssemblyInfo.cs

  • Committer: Manish Sinha
  • Date: 2011-04-24 16:06:51 UTC
  • Revision ID: manishsinha@ubuntu.com-20110424160651-ly9s6jtqv2rne98n
Migrated zeitgeist-sharp from ndesk-dbus to dbus-sharp.

* Removed ndsk-dbus as dependency and added dbus-sharp as dependency
* Made a check for zeitgeist >= 0.7.1 in configure.ac. Has to be moved to >= 0.8.0 before release
* Removed System.Core as reference in Zeitgeist.csproj
* Removed the weakly-named System assembly reference and added strongly named System assembly reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
 
20
 
[assembly: AssemblyVersion("0.1.0.1")]
 
20
[assembly: AssemblyVersion("0.8.0.0")]
21
21
 
22
22
// The following attributes are used to specify the signing key for the assembly, 
23
23
// if desired. See the Mono documentation for more information about signing.