Skip to content

Commit da1764b

Browse files
committed
version update 1.6.0 -> 1.6.1
1 parent 9b44df0 commit da1764b

File tree

11 files changed

+7
-7
lines changed

11 files changed

+7
-7
lines changed

chocolatey/TypeGen.Cli.dll

0 Bytes
Binary file not shown.

chocolatey/TypeGen.Core.dll

0 Bytes
Binary file not shown.

chocolatey/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>1.6.0</version>
5+
<version>1.6.1</version>
66
<authors>Jacek Burzynski</authors>
77
<owners>Jacek Burzynski</owners>
88
<title>TypeGen</title>

nuget-update.ps1

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

2121
nuget pack nuget\TypeGen.nuspec
22-
move TypeGen.1.6.0.nupkg nuget -force
22+
move TypeGen.1.6.1.nupkg nuget -force
2323

2424
if (Test-Path "local-nuget-path.txt") {
2525
$localNuGetPath = Get-Content "local-nuget-path.txt"
26-
copy nuget\TypeGen.1.6.0.nupkg $localNuGetPath
26+
copy nuget\TypeGen.1.6.1.nupkg $localNuGetPath
2727
}
2828

2929

@@ -36,9 +36,9 @@ rm chocolatey\TypeGen.Core.pdb
3636
rm chocolatey\TypeGen.Core.xml
3737

3838
choco pack chocolatey\TypeGen.nuspec
39-
move TypeGen.1.6.0.nupkg chocolatey -force
39+
move TypeGen.1.6.1.nupkg chocolatey -force
4040

4141
if (Test-Path "local-chocolatey-path.txt") {
4242
$localChocolateyPath = Get-Content "local-chocolatey-path.txt"
43-
copy chocolatey\TypeGen.1.6.0.nupkg $localChocolateyPath
43+
copy chocolatey\TypeGen.1.6.1.nupkg $localChocolateyPath
4444
}

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>1.6.0</version>
5+
<version>1.6.1</version>
66
<authors>Jacek Burzynski</authors>
77
<owners>Jacek Burzynski</owners>
88
<licenseUrl>https://github.com/jburzynski/type-gen/blob/master/docs/LICENSE</licenseUrl>
0 Bytes
Binary file not shown.

nuget/tools/TypeGen.Cli.dll

0 Bytes
Binary file not shown.

nuget/tools/TypeGen.Core.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)