<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>NuGet Package Version Scheme by </title>
      <link>https://padlet.com/josh_williard/hhcs_core_pkg_vers</link>
      <description>Discussion Notes
</description>
      <language>en-us</language>
      <pubDate>2019-02-25 19:42:36 UTC</pubDate>
      <lastBuildDate>2025-02-04 22:38:08 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Diskette.png</url>
      </image>
      <item>
         <title>What we have</title>
         <author>josh_williard</author>
         <link>https://padlet.com/josh_williard/hhcs_core_pkg_vers/wish/335066344</link>
         <description><![CDATA[<div>Currently, the version numbers for PREVIEW packages is higher than the final RELEASE versions. <br><br>In the example below, '1.7.0-alpha0005' is the PREVIEW package (DEVELOP)<br><br>In the example below, '1.4.0' is the RELEASE package derived from pushing DEVELOP -&gt; MASTER<br>(MASTER)<br><br>Version numbers are only relative to the source branch<br>       RELEASE numbers derived from previous RELEASE number<br>       PREVIEW numbers derived from previous PREVIEW number</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/346128196/dcff9332569e69d2becafb530541e639/GitVersion_AggregatorPackage_Disc_1.png" />
         <pubDate>2019-02-25 19:47:52 UTC</pubDate>
         <guid>https://padlet.com/josh_williard/hhcs_core_pkg_vers/wish/335066344</guid>
      </item>
      <item>
         <title>What we want</title>
         <author>josh_williard</author>
         <link>https://padlet.com/josh_williard/hhcs_core_pkg_vers/wish/335068644</link>
         <description><![CDATA[<div>We would like our version numbers to correlate with their delivery. <br>Preview packages should share version numbers with their corresponding release, but have an '-alphaxxxx' tag appended.<br><br>In the example below, '1.4.0-alpha0001' is the latest PREVIEW package. Consecutive pushes to DEVELOP should only increment the -alphaxxxx tag<br>(DEVELOP)<br><br>In the example below, '1.3.0' is the latest RELEASE package derived from pushing DEVELOP -&gt; MASTER [-alphaxxxx tag stripped]<br>(MASTER)<br><br>We would like version numbers to be relative to their order of release<br>     RELEASE numbers derived from most recent PREVIEW number<br>     PREVIEW numbers derived from most recent RELEASE/DEVELOP number<br>     Consecutive PREVIEW releases increment -alphaxxxx tag<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/346128196/d0c5869bf3323cd7836c9bedbba439f8/GitVersion_AggregatorPackage_Disc_4.png" />
         <pubDate>2019-02-25 19:52:14 UTC</pubDate>
         <guid>https://padlet.com/josh_williard/hhcs_core_pkg_vers/wish/335068644</guid>
      </item>
      <item>
         <title>How we get there</title>
         <author>josh_williard</author>
         <link>https://padlet.com/josh_williard/hhcs_core_pkg_vers/wish/335078451</link>
         <description><![CDATA[<div>EXAMPLE GITVERSION YAML (CURRENT CONFIGURATION)<br><br>mode: Mainline<br>next-version: '0.1.0'<br>branches:<br>  master:<br>    regex: '^(?:origin/)?master$'<br>    tag: ''<br>  develop:<br>    regex: '^(?:origin/)?develop$'<br>    tag: 'alpha'<br><br><br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-25 20:09:49 UTC</pubDate>
         <guid>https://padlet.com/josh_williard/hhcs_core_pkg_vers/wish/335078451</guid>
      </item>
   </channel>
</rss>
