This repository has been archived by the owner on May 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactored NumbersOnly to DigitsOnly in Filters class
* Added NormalizeNumber to Filters class * Commandline arguments will now handle telephonenumbers like "+31123456789" correctly * Setup now also offers the ability to handle "tel:" links alongside "callto:" links * Setup will now require at least Windows XP (which was Windows 2000 but .Net 4.0 isn't supported on that platform) * Setup build location changed to parent directory * Added little reminder list of what needs to be done for new releases
- Loading branch information
Showing
6 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
For new releases the following needs to be done/checked: | ||
|
||
Work is done on trunk. When a build is deemed ready for release we increase version numbers on the | ||
projects that have been changed since the previous release (see step 1 and 2). | ||
|
||
1) Increase versionnumber on Fop2ClientLib? | ||
If so -> | ||
Also change version in Fop2Client.shfbproj and recompile helpfile | ||
Also change version in Fop2Client.nuspec and update releasenotes; build new nupkg and publish nupkg at nuget.org | ||
|
||
2) Increase versionnumber on Fop2DDClient? | ||
If so -> | ||
Also increase versionnumbers in setup.iss, build new setup executable, publish executable at codeplex | ||
|
||
3) When release is published, create a branch in sourcecontrol with the name of the release | ||
|
||
4) Continue work on trunk |