Skip to content

Commit bd1d5a9

Browse files
committed
version + nuget update 2.3.2
1 parent dce17f6 commit bd1d5a9

File tree

16 files changed

+67
-135
lines changed

16 files changed

+67
-135
lines changed
486 KB
Binary file not shown.

nuget-dotnetcli/TypeGen.DotNetCli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>TypeGen.DotNetCli</id>
5-
<version>2.3.1</version>
5+
<version>2.3.2</version>
66
<authors>Jacek Burzynski</authors>
77
<owners>Jacek Burzynski</owners>
88
<license type="file">LICENSE</license>
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.

nuget-dotnetcli/tools/netcoreapp2.1/any/TypeGen.Core.xml

Lines changed: 15 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuget-update.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ copy src\TypeGen\TypeGen.Core\bin\Release\netstandard2.0\TypeGen.Core.dll nuget\
1616
copy src\TypeGen\TypeGen.Core\bin\Release\netstandard2.0\TypeGen.Core.xml nuget\lib\netstandard2.0
1717

1818
nuget pack nuget\TypeGen.nuspec
19-
move TypeGen.2.3.1.nupkg nuget -force
19+
move TypeGen.2.3.2.nupkg nuget -force
2020

2121
if (Test-Path "local-nuget-path.txt") {
2222
$localNuGetPath = Get-Content "local-nuget-path.txt"
23-
copy nuget\TypeGen.2.3.1.nupkg $localNuGetPath
23+
copy nuget\TypeGen.2.3.2.nupkg $localNuGetPath
2424
}
2525

2626

@@ -31,9 +31,9 @@ rm -Recurse -Force nuget-dotnetcli\tools\netcoreapp2.1\any\runtimes
3131
copy -Recurse src\TypeGen\TypeGen.Cli\bin\Release\netcoreapp2.1\publish\* nuget-dotnetcli\tools\netcoreapp2.1\any
3232

3333
nuget pack nuget-dotnetcli\TypeGen.DotNetCli.nuspec
34-
move TypeGen.DotNetCli.2.3.1.nupkg nuget-dotnetcli -force
34+
move TypeGen.DotNetCli.2.3.2.nupkg nuget-dotnetcli -force
3535

3636
if (Test-Path "local-nuget-path.txt") {
3737
$localNuGetPath = Get-Content "local-nuget-path.txt"
38-
copy nuget-dotnetcli\TypeGen.DotNetCli.2.3.1.nupkg $localNuGetPath
38+
copy nuget-dotnetcli\TypeGen.DotNetCli.2.3.2.nupkg $localNuGetPath
3939
}

nuget/TypeGen.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>TypeGen</id>
5-
<version>2.3.1</version>
5+
<version>2.3.2</version>
66
<authors>Jacek Burzynski</authors>
77
<owners>Jacek Burzynski</owners>
88
<license type="file">LICENSE</license>
-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)