Skip to content

Conversation

@nhhagen
Copy link
Contributor

@nhhagen nhhagen commented Oct 23, 2013

Setting the AssemblyFileVersion to the NugetVersion string allows for
using the AssemblyFileVersion to check against Nuget to verify that you
are runnig the latest version of the assembly. The use case for this is
self-updating applications like nuget.exe. If Microsoft where to provide
custom assembly attribute (key, values) we could have used that.

Setting the AssemblyFileVersion to the NugetVersion string allows for
using the AssemblyFileVersion to check against Nuget to verify that you
are runnig the latest version of the assembly. The use case for this is
self-updating applications like nuget.exe. If Microsoft where to provide
custom assembly attribute (key, values) we could have used that.
@andreasohlund
Copy link
Contributor

@SimonCropp can we make this opt-in?

@SimonCropp
Copy link
Contributor

@andreasohlund I think so. how would u like to switch it?

@andreasohlund
Copy link
Contributor

How about those attributes that you have for the asminfo version format?

@SimonCropp
Copy link
Contributor

@andreasohlund sigh. you want this https://github.com/Fody/Stamp#templating-the-version dont you

@andreasohlund
Copy link
Contributor

I assume yes

On Tue, Nov 12, 2013 at 10:35 AM, Simon Cropp notifications@github.comwrote:

@andreasohlund https://github.com/andreasohlund sigh. you want this
https://github.com/Fody/Stamp#templating-the-version dont you


Reply to this email directly or view it on GitHubhttps://github.com//pull/23#issuecomment-28279585
.

@SimonCropp
Copy link
Contributor

@nhhagen what version of .net are you using?

@nhhagen
Copy link
Contributor Author

nhhagen commented Nov 17, 2013

I' usually targeting 4.5

@SimonCropp
Copy link
Contributor

@nhhagen would a different attribute with the nuget version string suffice?

@andreasohlund
Copy link
Contributor

Ping @nhhagen?

@nhhagen
Copy link
Contributor Author

nhhagen commented Jan 4, 2014

As long as it can be accessed using code

@SimonCropp
Copy link
Contributor

added a nuget attribute in v 0.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants