We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b397c02 commit 01906afCopy full SHA for 01906af
RELEASING
@@ -1,5 +1,5 @@
1
- Increment version number in AssemblyInfo.cs
2
-- Build as Release
+- Build as Debug (for the purposes of Debug.Print)
3
- Zip contents of bin\Release to windowspatheditor-x.x.zip (don't include vshost.*)
4
- Upload to rix0r.nl/downloads/windwospatheditor
5
- Update README.md w/ new version link
WindowsPathEditor/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
51
// You can specify all the values or you can default the Build and Revision Numbers
52
// by using the '*' as shown below:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("1.3.0.0")]
55
-[assembly: AssemblyFileVersion("1.3.0.0")]
+[assembly: AssemblyVersion("1.4.0.0")]
+[assembly: AssemblyFileVersion("1.4.0.0")]
0 commit comments