Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <VersionSeed>
  3. <Solution name="Your Solution Name">
  4. <!-- This is the pattern used to replace the AssemblyVersion value. -->
  5. <AssemblyFileVersionPattern>1.0.J.B</AssemblyFileVersionPattern>
  6. <!-- This is the pattern used to replace the AssemblyVersion value. -->
  7. <AssemblyVersionPattern>1.0.0.0</AssemblyVersionPattern>
  8. </Solution>
  9. <NuGetPackage id="Your NuGet Package ID">
  10. <!-- This is the pattern used to replace the version attribute in the NuSpec file. -->
  11. <VersionPattern>1.0.J.B</VersionPattern>
  12. </NuGetPackage>
  13. </VersionSeed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement