You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// AssemblyVersion the most formal version number and is akin to "API Version". It doesn't need to change unless there's breaking changes.
47
-
48
-
[assembly :AssemblyVersion("1.0.0.0")]
49
-
50
-
// AssemblyFileVersion is more informal and can be increased more rapidly and with less consideration than AssemblyVersion.
51
-
52
-
[assembly :AssemblyFileVersion("1.0.0.0")]
53
-
54
-
// AssemblyInformationalVersion is even more informal than AssemblyFileVersion and doesn't need a certain format. It will be used as the $version$ replacement string in NuGet and can contain suffixes like "-alpha".
0 commit comments