Skip to content

Commit 7ef0e69

Browse files
committed
Pack-Script & Version 0.1.0
1 parent 09d9999 commit 7ef0e69

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

PackScan.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1616
global.json = global.json
1717
LICENSE = LICENSE
1818
nuget.config = nuget.config
19+
pack.ps1 = pack.ps1
1920
ReadMe.md = ReadMe.md
2021
EndProjectSection
2122
EndProject

pack.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dotnet pack -c Release ./src/PackScan.Analyzer
2+
dotnet pack -c Release ./src/PackScan.Defaults
3+
dotnet pack -c Release ./src/PackScan.Tool
4+
dotnet pack -c Release ./src/PackScan.PackagesProvider.Abstractions

src/NuGet.Metadata.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>0.1.0-alpha</Version>
8+
<Version>0.1.0</Version>
99
<Authors>Loop8ack</Authors>
1010
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)