Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykang920 committed Jun 26, 2017
1 parent caa98cc commit e9c857b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.5 (2017-06-26)

NuGet packages now support .NET Core 2.0

Features:

- Hub: added Hub.Case class to support application level initialization/cleanup
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyVersion("0.9.4.0")]
[assembly: AssemblyFileVersion("0.9.4.0")]
[assembly: AssemblyVersion("0.9.5.0")]
[assembly: AssemblyFileVersion("0.9.5.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.9.4.{build}
version: 0.9.5.{build}
image: Visual Studio 2017
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1
Expand Down
15 changes: 8 additions & 7 deletions x2net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>x2net</id>
<version>0.9.4</version>
<version>0.9.5</version>
<authors>Jae-jun Kang</authors>
<owners>Jae-jun Kang</owners>
<licenseUrl>https://github.com/jaykang920/x2net/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,11 +15,12 @@

<files>
<file src="LICENSE"/>
<file src="bin\Release\net35\x2net.dll" target="lib\net35"/>
<file src="bin\Release\net35\x2net.pdb" target="lib\net35"/>
<file src="bin\Release\net35\x2net.xml" target="lib\net35"/>
<file src="bin\Release\net40\x2net.dll" target="lib\net40"/>
<file src="bin\Release\net40\x2net.pdb" target="lib\net40"/>
<file src="bin\Release\net40\x2net.xml" target="lib\net40"/>
<file src="bin/Release/net35/x2net.dll" target="lib/net35"/>
<file src="bin/Release/net35/x2net.pdb" target="lib/net35"/>
<file src="bin/Release/net35/x2net.xml" target="lib/net35"/>
<file src="bin/Release/net40/x2net.dll" target="lib/net40"/>
<file src="bin/Release/net40/x2net.pdb" target="lib/net40"/>
<file src="bin/Release/net40/x2net.xml" target="lib/net40"/>
<file src="bin/Release/netstandard2.0/x2net.dll" target="lib/netstandard2.0"/>
</files>
</package>
7 changes: 4 additions & 3 deletions x2net.xpiler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>x2net.xpiler</id>
<version>0.9.4</version>
<version>0.9.5</version>
<authors>Jae-jun Kang</authors>
<owners>Jae-jun Kang</owners>
<licenseUrl>https://github.com/jaykang920/x2net/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,7 +15,8 @@

<files>
<file src="LICENSE"/>
<file src="bin\Release\x2net.xpiler.exe" target="tools"/>
<file src="bin\Release\x2net.xpiler.pdb" target="tools"/>
<file src="bin/Release/x2net.xpiler.exe" target="tools"/>
<file src="bin/Release/x2net.xpiler.pdb" target="tools"/>
<file src="bin/Release/netcoreapp2.0/x2net.xpiler.dll" target="tools/netcoreapp2.0"/>
</files>
</package>

0 comments on commit e9c857b

Please sign in to comment.