Skip to content

Commit a08918d

Browse files
committed
renamed
1 parent 6e7bbee commit a08918d

File tree

21 files changed

+116
-363
lines changed

21 files changed

+116
-363
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
1111
EndProject
12-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.ProjectTemplate", "src\FSharp.ProjectTemplate\FSharp.ProjectTemplate.fsproj", "{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}"
12+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UseCaseMaker", "src\UseCaseMaker\UseCaseMaker.fsproj", "{DF9BE98F-5000-408F-BE05-F7CDC39A3F9E}"
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
1515
ProjectSection(SolutionItems) = preProject
@@ -32,29 +32,29 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D
3232
EndProject
3333
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
3434
EndProject
35-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.ProjectTemplate.Tests", "tests\FSharp.ProjectTemplate.Tests\FSharp.ProjectTemplate.Tests.fsproj", "{E789C72A-5CFD-436B-8EF1-61AA2852A89F}"
35+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UseCaseMaker.Tests", "tests\UseCaseMaker.Tests\UseCaseMaker.Tests.fsproj", "{D161D051-65C0-4733-AC60-1B4DB54B2A2B}"
3636
EndProject
3737
Global
3838
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3939
Debug|Any CPU = Debug|Any CPU
4040
Release|Any CPU = Release|Any CPU
4141
EndGlobalSection
4242
GlobalSection(ProjectConfigurationPlatforms) = postSolution
43-
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44-
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
45-
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
46-
{7E90D6CE-A10B-4858-A5BC-41DF7250CBCA}.Release|Any CPU.Build.0 = Release|Any CPU
47-
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{E789C72A-5CFD-436B-8EF1-61AA2852A89F}.Release|Any CPU.Build.0 = Release|Any CPU
43+
{DF9BE98F-5000-408F-BE05-F7CDC39A3F9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{DF9BE98F-5000-408F-BE05-F7CDC39A3F9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{DF9BE98F-5000-408F-BE05-F7CDC39A3F9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
46+
{DF9BE98F-5000-408F-BE05-F7CDC39A3F9E}.Release|Any CPU.Build.0 = Release|Any CPU
47+
{D161D051-65C0-4733-AC60-1B4DB54B2A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48+
{D161D051-65C0-4733-AC60-1B4DB54B2A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
49+
{D161D051-65C0-4733-AC60-1B4DB54B2A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{D161D051-65C0-4733-AC60-1B4DB54B2A2B}.Release|Any CPU.Build.0 = Release|Any CPU
5151
EndGlobalSection
5252
GlobalSection(SolutionProperties) = preSolution
5353
HideSolutionNode = FALSE
5454
EndGlobalSection
5555
GlobalSection(NestedProjects) = preSolution
5656
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
5757
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
58-
{E789C72A-5CFD-436B-8EF1-61AA2852A89F} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
58+
{D161D051-65C0-4733-AC60-1B4DB54B2A2B} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
5959
EndGlobalSection
6060
EndGlobal

build.template renamed to build.fsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ open SourceLink
2828

2929
// The name of the project
3030
// (used by attributes in AssemblyInfo, name of a NuGet package and directory in 'src')
31-
let project = "##ProjectName##"
31+
let project = "UseCaseMaker"
3232

3333
// Short summary of the project
3434
// (used as description in AssemblyInfo and as a short summary for NuGet package)
35-
let summary = "##Summary##"
35+
let summary = "C.A.S.E. tool that helps software developers to write organized use cases and to maintain related requirements"
3636

3737
// Longer description of the project
3838
// (used as a description for NuGet package; line breaks are automatically cleaned up)
39-
let description = "##Description##"
39+
let description = "C.A.S.E. tool that helps software developers to write organized use cases and to maintain related requirements"
4040

4141
// List of author names (for NuGet package)
42-
let authors = [ "##Author##" ]
42+
let authors = [ "davidpodhola" ]
4343

4444
// Tags for your project (for NuGet package)
45-
let tags = "##Tags##"
45+
let tags = "case,use-case,uml"
4646

4747
// File system information
48-
let solutionFile = "##ProjectName##.sln"
48+
let solutionFile = "UseCaseMaker.sln"
4949

5050
// Default target configuration
5151
let configuration = "Release"
@@ -55,14 +55,14 @@ let testAssemblies = "tests/**/bin" </> configuration </> "*Tests*.dll"
5555

5656
// Git configuration (used for publishing documentation in gh-pages branch)
5757
// The profile where the project is posted
58-
let gitOwner = "##GitHome##"
59-
let gitHome = sprintf "%s/%s" "##GitUrl##" gitOwner
58+
let gitOwner = "HSharpSoftware"
59+
let gitHome = sprintf "%s/%s" "https://github.com" gitOwner
6060

6161
// The name of the project on GitHub
62-
let gitName = "##GitName##"
62+
let gitName = "use-case-maker"
6363

6464
// The url for the raw files hosted
65-
let gitRaw = environVarOrDefault "gitRaw" "##GitRawUrl##/##GitHome##"
65+
let gitRaw = environVarOrDefault "gitRaw" "https://raw.githubusercontent.com/HSharpSoftware"
6666

6767
// --------------------------------------------------------------------------------------
6868
// END TODO: The rest of the file includes standard build steps

docs/content/index.fsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(*** hide ***)
1+
(*** hide ***)
22
// This block of code is omitted in the generated HTML documentation. Use
33
// it to define helpers that you do not want to show in the documentation.
44
#I "../../bin"
55

66
(**
7-
FSharp.ProjectScaffold
7+
UseCaseMaker
88
======================
99
1010
Documentation
@@ -13,8 +13,8 @@ Documentation
1313
<div class="span1"></div>
1414
<div class="span6">
1515
<div class="well well-small" id="nuget">
16-
The FSharp.ProjectScaffold library can be <a href="https://nuget.org/packages/FSharp.ProjectScaffold">installed from NuGet</a>:
17-
<pre>PM> Install-Package FSharp.ProjectScaffold</pre>
16+
The UseCaseMaker library can be <a href="https://nuget.org/packages/UseCaseMaker">installed from NuGet</a>:
17+
<pre>PM> Install-Package UseCaseMaker</pre>
1818
</div>
1919
</div>
2020
<div class="span1"></div>
@@ -26,8 +26,8 @@ Example
2626
This example demonstrates using a function defined in this sample library.
2727
2828
*)
29-
#r "FSharp.ProjectScaffold.dll"
30-
open FSharp.ProjectScaffold
29+
#r "UseCaseMaker.dll"
30+
open UseCaseMaker
3131

3232
printfn "hello = %i" <| Library.hello 0
3333

@@ -59,9 +59,9 @@ The library is available under Public Domain license, which allows modification
5959
redistribution for both commercial and non-commercial purposes. For more information see the
6060
[License file][license] in the GitHub repository.
6161
62-
[content]: https://github.com/fsprojects/FSharp.ProjectScaffold/tree/master/docs/content
63-
[gh]: https://github.com/fsprojects/FSharp.ProjectScaffold
64-
[issues]: https://github.com/fsprojects/FSharp.ProjectScaffold/issues
65-
[readme]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/README.md
66-
[license]: https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/LICENSE.txt
62+
[content]: https://github.com/fsprojects/UseCaseMaker/tree/master/docs/content
63+
[gh]: https://github.com/fsprojects/UseCaseMaker
64+
[issues]: https://github.com/fsprojects/UseCaseMaker/issues
65+
[readme]: https://github.com/fsprojects/UseCaseMaker/blob/master/README.md
66+
[license]: https://github.com/fsprojects/UseCaseMaker/blob/master/LICENSE.txt
6767
*)

docs/content/tutorial.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(*** hide ***)
1+
(*** hide ***)
22
// This block of code is omitted in the generated HTML documentation. Use
33
// it to define helpers that you do not want to show in the documentation.
44
#I "../../bin"
@@ -10,8 +10,8 @@ Introducing your project
1010
Say more
1111
1212
*)
13-
#r "FSharp.ProjectScaffold.dll"
14-
open FSharp.ProjectScaffold
13+
#r "UseCaseMaker.dll"
14+
open UseCaseMaker
1515

1616
Library.hello 0
1717
(**
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
// (This is the original behaviour of ProjectScaffold prior to multi project support)
1212
let referenceBinaries = []
1313
// Web site location for the generated documentation
14-
let website = "/##ProjectName##"
14+
let website = "/UseCaseMaker"
1515

16-
let githubLink = "##GitUrl##/##GitHome##/##GitName##"
16+
let githubLink = "https://github.com/HSharpSoftware/use-case-maker"
1717

1818
// Specify more information about your project
1919
let info =
20-
[ "project-name", "##ProjectName##"
21-
"project-author", "##Author##"
22-
"project-summary", "##Summary##"
20+
[ "project-name", "UseCaseMaker"
21+
"project-author", "davidpodhola"
22+
"project-summary", "C.A.S.E. tool that helps software developers to write organized use cases and to maintain related requirements"
2323
"project-github", githubLink
24-
"project-nuget", "http://nuget.org/packages/##ProjectName##" ]
24+
"project-nuget", "http://nuget.org/packages/UseCaseMaker" ]
2525

2626
// --------------------------------------------------------------------------------------
2727
// For typical project, no changes are needed below

0 commit comments

Comments
 (0)