Skip to content

Commit fbdb17e

Browse files
committed
Update README to reflect current module structure
1 parent e823aa7 commit fbdb17e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
out/*
1+
out/*
2+
tests/*

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ The folder structure should be maintained like the example below:
2929

3030
```console
3131
\MODULEREPODIRECTORY
32+
├───.github
33+
│ └───workflows
3234
├───.gitignore
33-
├───azure-pipelines.yml
35+
├───LICENSE
36+
├───README.md
3437
35-
└───ModuleName
38+
└───src
3639
├───ModuleName.Module.Tests.ps1
37-
├───ModuleName.nuspec
38-
├───ModuleName.psd1
3940
├───ModuleName.psm1
4041
4142
public

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$BuildPSModule = @{
22
Name = 'JBUtils'
3-
Version = '1.0.8'
3+
Version = '1.0.9'
44
Description = 'A module with functions for various basic/low-level tasks.'
55
Tags = ('PSEdition_Desktop', 'PSEdition_Core', 'Windows')
66
}

0 commit comments

Comments
 (0)